Uses of Class
org.apache.fop.fo.properties.CommonBorderPaddingBackground
-
Packages that use CommonBorderPaddingBackground 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.fo.properties Classes representing the various property types as well as supporting data structures for the FO tree.org.apache.fop.layoutmgr FOP's layout engine.org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building.org.apache.fop.layoutmgr.list Layout managers for lists.org.apache.fop.layoutmgr.table Layout managers for tables.org.apache.fop.render.rtf RTF (Rich Text Format) Output Support -
-
Uses of CommonBorderPaddingBackground in org.apache.fop.fo
Methods in org.apache.fop.fo that return CommonBorderPaddingBackground Modifier and Type Method Description CommonBorderPaddingBackgroundPropertyList. getBorderPaddingBackgroundProps()Constructs a BorderAndPadding object. -
Uses of CommonBorderPaddingBackground in org.apache.fop.fo.flow
Methods in org.apache.fop.fo.flow that return CommonBorderPaddingBackground Modifier and Type Method Description CommonBorderPaddingBackgroundAbstractGraphics. getCommonBorderPaddingBackground()CommonBorderPaddingBackgroundAbstractPageNumberCitation. getCommonBorderPaddingBackground()CommonBorderPaddingBackgroundBlock. getCommonBorderPaddingBackground()CommonBorderPaddingBackgroundBlockContainer. getCommonBorderPaddingBackground()CommonBorderPaddingBackgroundCharacter. getCommonBorderPaddingBackground()CommonBorderPaddingBackgroundInlineContainer. getCommonBorderPaddingBackground()CommonBorderPaddingBackgroundInlineLevel. getCommonBorderPaddingBackground()CommonBorderPaddingBackgroundListBlock. getCommonBorderPaddingBackground()CommonBorderPaddingBackgroundListItem. getCommonBorderPaddingBackground()CommonBorderPaddingBackgroundPageNumber. getCommonBorderPaddingBackground() -
Uses of CommonBorderPaddingBackground in org.apache.fop.fo.flow.table
Methods in org.apache.fop.fo.flow.table that return CommonBorderPaddingBackground Modifier and Type Method Description CommonBorderPaddingBackgroundTable. getCommonBorderPaddingBackground()CommonBorderPaddingBackgroundTableCell. getCommonBorderPaddingBackground()Get theCommonBorderPaddingBackgroundinstance attached to this TableCell.CommonBorderPaddingBackgroundTableColumn. getCommonBorderPaddingBackground()Get theCommonBorderPaddingBackgroundinstance attached to this TableColumn.abstract CommonBorderPaddingBackgroundTableFObj. getCommonBorderPaddingBackground()CommonBorderPaddingBackgroundTablePart. getCommonBorderPaddingBackground()Get theCommonBorderPaddingBackgroundinstance attached to this TableBody.CommonBorderPaddingBackgroundTableRow. getCommonBorderPaddingBackground() -
Uses of CommonBorderPaddingBackground in org.apache.fop.fo.pagination
Methods in org.apache.fop.fo.pagination that return CommonBorderPaddingBackground Modifier and Type Method Description CommonBorderPaddingBackgroundRegion. getCommonBorderPaddingBackground() -
Uses of CommonBorderPaddingBackground in org.apache.fop.fo.properties
Methods in org.apache.fop.fo.properties that return CommonBorderPaddingBackground Modifier and Type Method Description static CommonBorderPaddingBackgroundCommonBorderPaddingBackground. getInstance(PropertyList pList)Obtain a CommonBorderPaddingBackground instance based on the related property valus in the givenPropertyList -
Uses of CommonBorderPaddingBackground in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr that return CommonBorderPaddingBackground Modifier and Type Method Description protected CommonBorderPaddingBackgroundBlockContainerLayoutManager. getCommonBorderPaddingBackground()protected CommonBorderPaddingBackgroundBlockLayoutManager. getCommonBorderPaddingBackground()protected CommonBorderPaddingBackgroundFloatContentLayoutManager. getCommonBorderPaddingBackground()protected abstract CommonBorderPaddingBackgroundSpacedBorderedPaddedBlockLayoutManager. getCommonBorderPaddingBackground()Returns theCommonBorderPaddingBackgroundinstance from the FO handled by this layout manager.Methods in org.apache.fop.layoutmgr with parameters of type CommonBorderPaddingBackground Modifier and Type Method Description static voidTraitSetter. addBackground(Area area, CommonBorderPaddingBackground backProps, PercentBaseContext context)Add background to an area.static voidTraitSetter. addBackground(Area area, CommonBorderPaddingBackground backProps, PercentBaseContext context, int ipdShift, int bpdShift, int referenceIPD, int referenceBPD)Add background to an area.static voidTraitSetter. addBorders(Area area, CommonBorderPaddingBackground borderProps, boolean discardBefore, boolean discardAfter, boolean discardStart, boolean discardEnd, PercentBaseContext context)Add borders to an area.static voidTraitSetter. addBorders(Area area, CommonBorderPaddingBackground borderProps, PercentBaseContext context)Deprecated.Call the other addBorders() method and addPadding separately.static voidTraitSetter. addMargins(Area area, CommonBorderPaddingBackground bpProps, int startIndent, int endIndent, PercentBaseContext context)Add space to a block area.static voidTraitSetter. addMargins(Area area, CommonBorderPaddingBackground bpProps, CommonMarginBlock marginProps, PercentBaseContext context)Add space to a block area.static voidTraitSetter. addPadding(Area area, CommonBorderPaddingBackground bordProps, boolean discardBefore, boolean discardAfter, boolean discardStart, boolean discardEnd, PercentBaseContext context)Add padding to an area.static voidTraitSetter. setBorderPaddingTraits(Area area, CommonBorderPaddingBackground bpProps, boolean isNotFirst, boolean isNotLast, PercentBaseContext context)Sets border and padding traits on areas. -
Uses of CommonBorderPaddingBackground in org.apache.fop.layoutmgr.inline
Fields in org.apache.fop.layoutmgr.inline declared as CommonBorderPaddingBackground Modifier and Type Field Description protected CommonBorderPaddingBackgroundLeafNodeLayoutManager. commonBorderPaddingBackgroundAny border, padding and background properties applying to this areaMethods in org.apache.fop.layoutmgr.inline with parameters of type CommonBorderPaddingBackground Modifier and Type Method Description protected voidLeafNodeLayoutManager. setCommonBorderPaddingBackground(CommonBorderPaddingBackground commonBorderPaddingBackground)Set the border and padding properties of the inline area. -
Uses of CommonBorderPaddingBackground in org.apache.fop.layoutmgr.list
Methods in org.apache.fop.layoutmgr.list that return CommonBorderPaddingBackground Modifier and Type Method Description protected CommonBorderPaddingBackgroundListBlockLayoutManager. getCommonBorderPaddingBackground()protected CommonBorderPaddingBackgroundListItemLayoutManager. getCommonBorderPaddingBackground() -
Uses of CommonBorderPaddingBackground in org.apache.fop.layoutmgr.table
Methods in org.apache.fop.layoutmgr.table that return CommonBorderPaddingBackground Modifier and Type Method Description protected CommonBorderPaddingBackgroundTableLayoutManager. getCommonBorderPaddingBackground() -
Uses of CommonBorderPaddingBackground in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type CommonBorderPaddingBackground Modifier and Type Method Description static voidBorderAttributesConverter. makeBorder(CommonBorderPaddingBackground border, int side, RtfAttributes attributes, java.lang.String controlWord)Create a border control word in attributes, with border properties as specified in color, style and width.
-