Uses of Class
org.apache.fop.fo.properties.CommonBorderPaddingBackground
Packages that use CommonBorderPaddingBackground
Package
Description
Classes, constants and basic infrastructure for the FO tree.
All the block- and inline-level flow formatting objects.
All the pagination and declaration formatting objects.
Classes representing the various property types as well as supporting data structures for the FO tree.
FOP's layout engine.
Layout managers for inline formatting objects and line building.
Layout managers for lists.
Layout managers for tables.
RTF (Rich Text Format) Output Support
-
Uses of CommonBorderPaddingBackground in org.apache.fop.fo
Methods in org.apache.fop.fo that return CommonBorderPaddingBackgroundModifier and TypeMethodDescriptionPropertyList.getBorderPaddingBackgroundProps()
Constructs a BorderAndPadding object. -
Uses of CommonBorderPaddingBackground in org.apache.fop.fo.flow
Fields in org.apache.fop.fo.flow declared as CommonBorderPaddingBackgroundModifier and TypeFieldDescriptionprivate CommonBorderPaddingBackground
AbstractGraphics.commonBorderPaddingBackground
private CommonBorderPaddingBackground
AbstractPageNumberCitation.commonBorderPaddingBackground
private CommonBorderPaddingBackground
private CommonBorderPaddingBackground
BlockContainer.commonBorderPaddingBackground
private CommonBorderPaddingBackground
Character.commonBorderPaddingBackground
private CommonBorderPaddingBackground
InlineContainer.commonBorderPaddingBackground
private CommonBorderPaddingBackground
InlineLevel.commonBorderPaddingBackground
private CommonBorderPaddingBackground
ListBlock.commonBorderPaddingBackground
private CommonBorderPaddingBackground
ListItem.commonBorderPaddingBackground
private CommonBorderPaddingBackground
PageNumber.commonBorderPaddingBackground
Methods in org.apache.fop.fo.flow that return CommonBorderPaddingBackgroundModifier and TypeMethodDescriptionAbstractGraphics.getCommonBorderPaddingBackground()
AbstractPageNumberCitation.getCommonBorderPaddingBackground()
Block.getCommonBorderPaddingBackground()
BlockContainer.getCommonBorderPaddingBackground()
Character.getCommonBorderPaddingBackground()
InlineContainer.getCommonBorderPaddingBackground()
InlineLevel.getCommonBorderPaddingBackground()
ListBlock.getCommonBorderPaddingBackground()
ListItem.getCommonBorderPaddingBackground()
PageNumber.getCommonBorderPaddingBackground()
-
Uses of CommonBorderPaddingBackground in org.apache.fop.fo.flow.table
Fields in org.apache.fop.fo.flow.table declared as CommonBorderPaddingBackgroundModifier and TypeFieldDescriptionprivate CommonBorderPaddingBackground
private CommonBorderPaddingBackground
TableCell.commonBorderPaddingBackground
private CommonBorderPaddingBackground
TableColumn.commonBorderPaddingBackground
private CommonBorderPaddingBackground
TablePart.commonBorderPaddingBackground
private CommonBorderPaddingBackground
TableRow.commonBorderPaddingBackground
Methods in org.apache.fop.fo.flow.table that return CommonBorderPaddingBackgroundModifier and TypeMethodDescriptionTable.getCommonBorderPaddingBackground()
TableCell.getCommonBorderPaddingBackground()
Get theCommonBorderPaddingBackground
instance attached to this TableCell.TableColumn.getCommonBorderPaddingBackground()
Get theCommonBorderPaddingBackground
instance attached to this TableColumn.abstract CommonBorderPaddingBackground
TableFObj.getCommonBorderPaddingBackground()
TablePart.getCommonBorderPaddingBackground()
Get theCommonBorderPaddingBackground
instance attached to this TableBody.TableRow.getCommonBorderPaddingBackground()
-
Uses of CommonBorderPaddingBackground in org.apache.fop.fo.pagination
Fields in org.apache.fop.fo.pagination declared as CommonBorderPaddingBackgroundMethods in org.apache.fop.fo.pagination that return CommonBorderPaddingBackground -
Uses of CommonBorderPaddingBackground in org.apache.fop.fo.properties
Fields in org.apache.fop.fo.properties with type parameters of type CommonBorderPaddingBackgroundModifier and TypeFieldDescriptionprivate static final PropertyCache<CommonBorderPaddingBackground>
CommonBorderPaddingBackground.CACHE
cache holding all canonical instances (w/ absolute background-position-* and padding-*)Methods in org.apache.fop.fo.properties that return CommonBorderPaddingBackgroundModifier and TypeMethodDescriptionCommonBorderPaddingBackground.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 CommonBorderPaddingBackgroundModifier and TypeMethodDescriptionprivate CommonBorderPaddingBackground
BlockStackingLayoutManager.getBorderPaddingBackground()
protected CommonBorderPaddingBackground
BlockContainerLayoutManager.getCommonBorderPaddingBackground()
protected CommonBorderPaddingBackground
BlockLayoutManager.getCommonBorderPaddingBackground()
protected CommonBorderPaddingBackground
FloatContentLayoutManager.getCommonBorderPaddingBackground()
protected abstract CommonBorderPaddingBackground
SpacedBorderedPaddedBlockLayoutManager.getCommonBorderPaddingBackground()
Returns theCommonBorderPaddingBackground
instance from the FO handled by this layout manager.Methods in org.apache.fop.layoutmgr with parameters of type CommonBorderPaddingBackgroundModifier and TypeMethodDescriptionstatic void
TraitSetter.addBackground
(Area area, CommonBorderPaddingBackground backProps, PercentBaseContext context) Add background to an area.static void
TraitSetter.addBackground
(Area area, CommonBorderPaddingBackground backProps, PercentBaseContext context, int ipdShift, int bpdShift, int referenceIPD, int referenceBPD) Add background to an area.static void
TraitSetter.addBorders
(Area area, CommonBorderPaddingBackground borderProps, boolean discardBefore, boolean discardAfter, boolean discardStart, boolean discardEnd, PercentBaseContext context) Add borders to an area.static void
TraitSetter.addBorders
(Area area, CommonBorderPaddingBackground borderProps, PercentBaseContext context) Deprecated.Call the other addBorders() method and addPadding separately.private static void
TraitSetter.addBorderTrait
(Area area, CommonBorderPaddingBackground bpProps, boolean discard, int side, BorderProps.Mode mode, Integer traitCode, PercentBaseContext context) static void
TraitSetter.addMargins
(Area area, CommonBorderPaddingBackground bpProps, int startIndent, int endIndent, PercentBaseContext context) Add space to a block area.static void
TraitSetter.addMargins
(Area area, CommonBorderPaddingBackground bpProps, CommonMarginBlock marginProps, PercentBaseContext context) Add space to a block area.static void
TraitSetter.addPadding
(Area area, CommonBorderPaddingBackground bordProps, boolean discardBefore, boolean discardAfter, boolean discardStart, boolean discardEnd, PercentBaseContext context) Add padding to an area.private static void
TraitSetter.addPadding
(Area area, CommonBorderPaddingBackground bordProps, PercentBaseContext context) private static BorderProps
TraitSetter.getBorderProps
(CommonBorderPaddingBackground bordProps, int side, PercentBaseContext context) static void
TraitSetter.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 CommonBorderPaddingBackgroundModifier and TypeFieldDescriptionprivate CommonBorderPaddingBackground
CharacterLayoutManager.borderProps
private CommonBorderPaddingBackground
InlineContainerLayoutManager.borderProps
private CommonBorderPaddingBackground
InlineLayoutManager.borderProps
protected CommonBorderPaddingBackground
LeafNodeLayoutManager.commonBorderPaddingBackground
Any border, padding and background properties applying to this areaMethods in org.apache.fop.layoutmgr.inline with parameters of type CommonBorderPaddingBackgroundModifier and TypeMethodDescriptionprotected void
LeafNodeLayoutManager.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 CommonBorderPaddingBackgroundModifier and TypeMethodDescriptionprotected CommonBorderPaddingBackground
ListBlockLayoutManager.getCommonBorderPaddingBackground()
protected CommonBorderPaddingBackground
ListItemLayoutManager.getCommonBorderPaddingBackground()
-
Uses of CommonBorderPaddingBackground in org.apache.fop.layoutmgr.table
Fields in org.apache.fop.layoutmgr.table declared as CommonBorderPaddingBackgroundModifier and TypeFieldDescriptionprivate CommonBorderPaddingBackground
RowPainter.tablePartBackground
Methods in org.apache.fop.layoutmgr.table that return CommonBorderPaddingBackgroundModifier and TypeMethodDescriptionprotected CommonBorderPaddingBackground
TableLayoutManager.getCommonBorderPaddingBackground()
-
Uses of CommonBorderPaddingBackground in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type CommonBorderPaddingBackgroundModifier and TypeMethodDescriptionprivate static void
TextAttributesConverter.attrBackgroundColor
(CommonBorderPaddingBackground bpb, RtfAttributes rtfAttr) Reads background-color from bl and writes it to rtfAttr.private static void
TextAttributesConverter.attrBlockBackgroundColor
(CommonBorderPaddingBackground bpb, RtfAttributes rtfAttr) Reads background-color for block frombpb
and writes it tortfAttr
.private static void
TextAttributesConverter.attrBorder
(CommonBorderPaddingBackground bpb, RtfAttributes rtfAttr, FONode fobj) Adds border information frombpb
tortrAttr
.private static void
TextAttributesConverter.attrInlineBorder
(CommonBorderPaddingBackground bpb, RtfAttributes rtfAttr) Adds inline border information frombpb
tortrAttr
.static void
BorderAttributesConverter.makeBorder
(CommonBorderPaddingBackground border, int side, RtfAttributes attributes, String controlWord) Create a border control word in attributes, with border properties as specified in color, style and width.