Uses of Class
org.apache.fop.fo.properties.CommonMarginInline
-
Packages that use CommonMarginInline Package Description org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree.org.apache.fop.fo.flow All the block- and inline-level flow formatting objects.org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building. -
-
Uses of CommonMarginInline in org.apache.fop.fo
Methods in org.apache.fop.fo that return CommonMarginInline Modifier and Type Method Description CommonMarginInline
PropertyList. getMarginInlineProps()
Constructs a CommonMarginInline object. -
Uses of CommonMarginInline in org.apache.fop.fo.flow
Fields in org.apache.fop.fo.flow declared as CommonMarginInline Modifier and Type Field Description private CommonMarginInline
InlineContainer. commonMarginInline
private CommonMarginInline
InlineLevel. commonMarginInline
Methods in org.apache.fop.fo.flow that return CommonMarginInline Modifier and Type Method Description CommonMarginInline
InlineContainer. getCommonMarginInline()
CommonMarginInline
InlineLevel. getCommonMarginInline()
-
Uses of CommonMarginInline in org.apache.fop.layoutmgr.inline
Fields in org.apache.fop.layoutmgr.inline declared as CommonMarginInline Modifier and Type Field Description private CommonMarginInline
InlineLayoutManager. inlineProps
-