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 MarginBoxName
MarginBoxName. BOTTOM_CENTER
static MarginBoxName
MarginBoxName. BOTTOM_LEFT
static MarginBoxName
MarginBoxName. BOTTOM_LEFT_CORNER
static MarginBoxName
MarginBoxName. BOTTOM_RIGHT
static MarginBoxName
MarginBoxName. BOTTOM_RIGHT_CORNER
static MarginBoxName
MarginBoxName. FS_PDF_XMP_METADATA
static MarginBoxName
MarginBoxName. LEFT_BOTTOM
static MarginBoxName
MarginBoxName. LEFT_MIDDLE
static MarginBoxName
MarginBoxName. LEFT_TOP
static MarginBoxName
MarginBoxName. RIGHT_BOTTOM
static MarginBoxName
MarginBoxName. RIGHT_MIDDLE
static MarginBoxName
MarginBoxName. RIGHT_TOP
static MarginBoxName
MarginBoxName. TOP_CENTER
static MarginBoxName
MarginBoxName. TOP_LEFT
static MarginBoxName
MarginBoxName. TOP_LEFT_CORNER
static MarginBoxName
MarginBoxName. TOP_RIGHT
static MarginBoxName
MarginBoxName. TOP_RIGHT_CORNER
Fields 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. ALL
Methods in com.openhtmltopdf.css.constants that return MarginBoxName Modifier and Type Method Description private static MarginBoxName
MarginBoxName. addValue(java.lang.String ident, IdentValue textAlign, IdentValue verticalAlign)
static MarginBoxName
MarginBoxName. 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. _marginBoxes
Methods 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 CascadedStyle
PageInfo. createMarginBoxStyle(MarginBoxName marginBox, boolean alwaysCreate)
boolean
PageInfo. 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. _marginBoxes
Methods 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 void
PageRule. 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 TableBox
BoxBuilder. 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. _marginBoxNames
Methods 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)
-