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_CORNERMethods in com.openhtmltopdf.css.constants that return MarginBoxName Modifier and Type Method Description static MarginBoxNameMarginBoxName. valueOf(String ident) -
Uses of MarginBoxName in com.openhtmltopdf.css.newmatch
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(List properties, CascadedStyle pageStyle, Map<MarginBoxName,List<PropertyDeclaration>> marginBoxes) -
Uses of MarginBoxName in com.openhtmltopdf.css.sheet
Methods in com.openhtmltopdf.css.sheet that return types with arguments of type MarginBoxName Modifier and Type Method Description Map<MarginBoxName,List<PropertyDeclaration>>PageRule. getMarginBoxes()Methods in com.openhtmltopdf.css.sheet with parameters of type MarginBoxName Modifier and Type Method Description voidPageRule. addMarginBoxProperties(MarginBoxName name, List<PropertyDeclaration> props)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
Methods in com.openhtmltopdf.render that return MarginBoxName Modifier and Type Method Description MarginBoxName[]PageBox. getCurrentMarginBoxNames()
-