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 CommonMarginBlockPropertyList. 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 CommonMarginBlockBlock. commonMarginBlockprivate CommonMarginBlockBlockContainer. commonMarginBlockprivate CommonMarginBlockListBlock. commonMarginBlockprivate CommonMarginBlockListItem. commonMarginBlockMethods in org.apache.fop.fo.flow that return CommonMarginBlock Modifier and Type Method Description CommonMarginBlockBlock. getCommonMarginBlock()CommonMarginBlockBlockContainer. getCommonMarginBlock()CommonMarginBlockListBlock. getCommonMarginBlock()CommonMarginBlockListItem. 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 CommonMarginBlockTable. commonMarginBlockMethods in org.apache.fop.fo.flow.table that return CommonMarginBlock Modifier and Type Method Description CommonMarginBlockTable. 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 CommonMarginBlockRegionBody. commonMarginBlockprivate CommonMarginBlockSimplePageMaster. commonMarginBlockMethods in org.apache.fop.fo.pagination that return CommonMarginBlock Modifier and Type Method Description CommonMarginBlockRegionBody. getCommonMarginBlock()Return theCommonMarginBlockinstance attached to this instance.CommonMarginBlockSimplePageMaster. 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 voidTraitSetter. 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 voidTextAttributesConverter. attrBlockMargin(CommonMarginBlock cmb, FOPRtfAttributes rtfAttr)
-