Uses of Class
org.xhtmlrenderer.css.constants.MarginBoxName
-
Packages that use MarginBoxName Package Description org.xhtmlrenderer.css.constants org.xhtmlrenderer.css.newmatch org.xhtmlrenderer.css.sheet org.xhtmlrenderer.layout -
-
Uses of MarginBoxName in org.xhtmlrenderer.css.constants
Fields in org.xhtmlrenderer.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 org.xhtmlrenderer.css.constants that return MarginBoxName Modifier and Type Method Description static MarginBoxNameMarginBoxName. valueOf(java.lang.String ident) -
Uses of MarginBoxName in org.xhtmlrenderer.css.newmatch
Methods in org.xhtmlrenderer.css.newmatch with parameters of type MarginBoxName Modifier and Type Method Description CascadedStylePageInfo. createMarginBoxStyle(MarginBoxName marginBox, boolean alwaysCreate)booleanPageInfo. hasAny(MarginBoxName[] marginBoxes) -
Uses of MarginBoxName in org.xhtmlrenderer.css.sheet
Methods in org.xhtmlrenderer.css.sheet with parameters of type MarginBoxName Modifier and Type Method Description voidPageRule. addMarginBoxProperties(MarginBoxName name, java.util.List props)java.util.ListPageRule. getMarginBoxProperties(MarginBoxName name) -
Uses of MarginBoxName in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout with parameters of type MarginBoxName Modifier and Type Method Description static TableBoxBoxBuilder. createMarginTable(LayoutContext c, PageInfo pageInfo, MarginBoxName[] names, int height, int direction)
-