Uses of Class
com.openhtmltopdf.css.constants.MarginBoxName
-
Packages that use MarginBoxName Package Description com.openhtmltopdf.css.constants com.openhtmltopdf.css.newmatch com.openhtmltopdf.css.sheet com.openhtmltopdf.layout com.openhtmltopdf.render -
-
Uses of MarginBoxName in com.openhtmltopdf.css.constants
Fields in com.openhtmltopdf.css.constants declared as MarginBoxName Modifier and Type Field Description static MarginBoxNameMarginBoxName. BOTTOM_CENTERstatic MarginBoxNameMarginBoxName. BOTTOM_LEFTstatic MarginBoxNameMarginBoxName. BOTTOM_LEFT_CORNERstatic MarginBoxNameMarginBoxName. BOTTOM_RIGHTstatic MarginBoxNameMarginBoxName. BOTTOM_RIGHT_CORNERstatic MarginBoxNameMarginBoxName. FS_PDF_XMP_METADATAstatic MarginBoxNameMarginBoxName. LEFT_BOTTOMstatic MarginBoxNameMarginBoxName. LEFT_MIDDLEstatic MarginBoxNameMarginBoxName. LEFT_TOPstatic MarginBoxNameMarginBoxName. RIGHT_BOTTOMstatic MarginBoxNameMarginBoxName. RIGHT_MIDDLEstatic MarginBoxNameMarginBoxName. RIGHT_TOPstatic MarginBoxNameMarginBoxName. TOP_CENTERstatic MarginBoxNameMarginBoxName. TOP_LEFTstatic MarginBoxNameMarginBoxName. TOP_LEFT_CORNERstatic MarginBoxNameMarginBoxName. TOP_RIGHTstatic MarginBoxNameMarginBoxName. TOP_RIGHT_CORNERFields in com.openhtmltopdf.css.constants with type parameters of type MarginBoxName Modifier and Type Field Description private static java.util.Map<java.lang.String,MarginBoxName>MarginBoxName. ALLMethods in com.openhtmltopdf.css.constants that return MarginBoxName Modifier and Type Method Description private static MarginBoxNameMarginBoxName. addValue(java.lang.String ident, IdentValue textAlign, IdentValue verticalAlign)static MarginBoxNameMarginBoxName. valueOf(java.lang.String ident) -
Uses of MarginBoxName in com.openhtmltopdf.css.newmatch
Fields in com.openhtmltopdf.css.newmatch with type parameters of type MarginBoxName Modifier and Type Field Description private java.util.Map<MarginBoxName,java.util.List<PropertyDeclaration>>PageInfo. _marginBoxesMethods in com.openhtmltopdf.css.newmatch that return types with arguments of type MarginBoxName Modifier and Type Method Description java.util.Map<MarginBoxName,java.util.List<PropertyDeclaration>>PageInfo. getMarginBoxes()Methods in com.openhtmltopdf.css.newmatch with parameters of type MarginBoxName Modifier and Type Method Description CascadedStylePageInfo. createMarginBoxStyle(MarginBoxName marginBox, boolean alwaysCreate)booleanPageInfo. hasAny(MarginBoxName[] marginBoxes)Constructor parameters in com.openhtmltopdf.css.newmatch with type arguments of type MarginBoxName Constructor Description PageInfo(java.util.List<PropertyDeclaration> properties, CascadedStyle pageStyle, java.util.Map<MarginBoxName,java.util.List<PropertyDeclaration>> marginBoxes, java.util.List<PropertyDeclaration> footnote) -
Uses of MarginBoxName in com.openhtmltopdf.css.sheet
Fields in com.openhtmltopdf.css.sheet with type parameters of type MarginBoxName Modifier and Type Field Description private java.util.Map<MarginBoxName,java.util.List<PropertyDeclaration>>PageRule. _marginBoxesMethods in com.openhtmltopdf.css.sheet that return types with arguments of type MarginBoxName Modifier and Type Method Description java.util.Map<MarginBoxName,java.util.List<PropertyDeclaration>>PageRule. getMarginBoxes()Methods in com.openhtmltopdf.css.sheet with parameters of type MarginBoxName Modifier and Type Method Description voidPageRule. addMarginBoxProperties(MarginBoxName name, java.util.List<PropertyDeclaration> props)java.util.List<PropertyDeclaration>PageRule. getMarginBoxProperties(MarginBoxName name) -
Uses of MarginBoxName in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout with parameters of type MarginBoxName Modifier and Type Method Description static TableBoxBoxBuilder. createMarginTable(LayoutContext c, PageInfo pageInfo, MarginBoxName[] names, int height, int direction) -
Uses of MarginBoxName in com.openhtmltopdf.render
Fields in com.openhtmltopdf.render declared as MarginBoxName Modifier and Type Field Description private MarginBoxName[]PageBox.MarginArea. _marginBoxNamesMethods in com.openhtmltopdf.render that return MarginBoxName Modifier and Type Method Description MarginBoxName[]PageBox. getCurrentMarginBoxNames()MarginBoxName[]PageBox.MarginArea. getMarginBoxNames()Constructors in com.openhtmltopdf.render with parameters of type MarginBoxName Constructor Description MarginArea(MarginBoxName marginBoxName)MarginArea(MarginBoxName[] marginBoxNames)
-