Uses of Class
org.apache.fop.fo.properties.CommonMarginBlock
-
Packages that use CommonMarginBlock 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.fo.flow.table org.apache.fop.fo.pagination All the pagination and declaration formatting objects.org.apache.fop.layoutmgr FOP's layout engine.org.apache.fop.render.rtf RTF (Rich Text Format) Output Support -
-
Uses of CommonMarginBlock in org.apache.fop.fo
Methods in org.apache.fop.fo that return CommonMarginBlock Modifier and Type Method Description CommonMarginBlock
PropertyList. getMarginBlockProps()
Constructs a CommonMarginBlock object. -
Uses of CommonMarginBlock in org.apache.fop.fo.flow
Fields in org.apache.fop.fo.flow declared as CommonMarginBlock Modifier and Type Field Description private CommonMarginBlock
Block. commonMarginBlock
private CommonMarginBlock
BlockContainer. commonMarginBlock
private CommonMarginBlock
ListBlock. commonMarginBlock
private CommonMarginBlock
ListItem. commonMarginBlock
Methods in org.apache.fop.fo.flow that return CommonMarginBlock Modifier and Type Method Description CommonMarginBlock
Block. getCommonMarginBlock()
CommonMarginBlock
BlockContainer. getCommonMarginBlock()
CommonMarginBlock
ListBlock. getCommonMarginBlock()
CommonMarginBlock
ListItem. getCommonMarginBlock()
-
Uses of CommonMarginBlock in org.apache.fop.fo.flow.table
Fields in org.apache.fop.fo.flow.table declared as CommonMarginBlock Modifier and Type Field Description private CommonMarginBlock
Table. commonMarginBlock
Methods in org.apache.fop.fo.flow.table that return CommonMarginBlock Modifier and Type Method Description CommonMarginBlock
Table. getCommonMarginBlock()
-
Uses of CommonMarginBlock in org.apache.fop.fo.pagination
Fields in org.apache.fop.fo.pagination declared as CommonMarginBlock Modifier and Type Field Description private CommonMarginBlock
RegionBody. commonMarginBlock
private CommonMarginBlock
SimplePageMaster. commonMarginBlock
Methods in org.apache.fop.fo.pagination that return CommonMarginBlock Modifier and Type Method Description CommonMarginBlock
RegionBody. getCommonMarginBlock()
Return theCommonMarginBlock
instance attached to this instance.CommonMarginBlock
SimplePageMaster. getCommonMarginBlock()
-
Uses of CommonMarginBlock in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr with parameters of type CommonMarginBlock Modifier and Type Method Description static void
TraitSetter. addMargins(Area area, CommonBorderPaddingBackground bpProps, CommonMarginBlock marginProps, PercentBaseContext context)
Add space to a block area. -
Uses of CommonMarginBlock in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type CommonMarginBlock Modifier and Type Method Description private static void
TextAttributesConverter. attrBlockMargin(CommonMarginBlock cmb, FOPRtfAttributes rtfAttr)
-