Uses of Class
org.xhtmlrenderer.css.constants.MarginBoxName
Packages that use MarginBoxName
Package
Description
-
Uses of MarginBoxName in org.xhtmlrenderer.css.constants
Fields in org.xhtmlrenderer.css.constants declared as MarginBoxNameModifier and TypeFieldDescriptionstatic final MarginBoxName
MarginBoxName.BOTTOM_CENTER
static final MarginBoxName
MarginBoxName.BOTTOM_LEFT
static final MarginBoxName
MarginBoxName.BOTTOM_LEFT_CORNER
static final MarginBoxName
MarginBoxName.BOTTOM_RIGHT
static final MarginBoxName
MarginBoxName.BOTTOM_RIGHT_CORNER
static final MarginBoxName
MarginBoxName.FS_PDF_XMP_METADATA
static final MarginBoxName
MarginBoxName.LEFT_BOTTOM
static final MarginBoxName
MarginBoxName.LEFT_MIDDLE
static final MarginBoxName
MarginBoxName.LEFT_TOP
static final MarginBoxName
MarginBoxName.RIGHT_BOTTOM
static final MarginBoxName
MarginBoxName.RIGHT_MIDDLE
static final MarginBoxName
MarginBoxName.RIGHT_TOP
static final MarginBoxName
MarginBoxName.TOP_CENTER
static final MarginBoxName
MarginBoxName.TOP_LEFT
static final MarginBoxName
MarginBoxName.TOP_LEFT_CORNER
static final MarginBoxName
MarginBoxName.TOP_RIGHT
static final MarginBoxName
MarginBoxName.TOP_RIGHT_CORNER
Methods in org.xhtmlrenderer.css.constants that return MarginBoxName -
Uses of MarginBoxName in org.xhtmlrenderer.css.newmatch
Methods in org.xhtmlrenderer.css.newmatch with parameters of type MarginBoxNameModifier and TypeMethodDescriptionPageInfo.createMarginBoxStyle
(MarginBoxName marginBox, boolean alwaysCreate) boolean
PageInfo.hasAny
(MarginBoxName[] marginBoxes) -
Uses of MarginBoxName in org.xhtmlrenderer.css.sheet
Methods in org.xhtmlrenderer.css.sheet with parameters of type MarginBoxNameModifier and TypeMethodDescriptionvoid
PageRule.addMarginBoxProperties
(MarginBoxName name, List props) PageRule.getMarginBoxProperties
(MarginBoxName name) -
Uses of MarginBoxName in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout with parameters of type MarginBoxNameModifier and TypeMethodDescriptionstatic TableBox
BoxBuilder.createMarginTable
(LayoutContext c, PageInfo pageInfo, MarginBoxName[] names, int height, int direction)