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
|
Modifier and Type | Method and Description |
---|---|
CommonBorderPaddingBackground |
PropertyList.getBorderPaddingBackgroundProps()
Constructs a BorderAndPadding object.
|
Modifier and Type | Method and Description |
---|---|
CommonBorderPaddingBackground |
AbstractPageNumberCitation.getCommonBorderPaddingBackground() |
CommonBorderPaddingBackground |
InlineLevel.getCommonBorderPaddingBackground() |
CommonBorderPaddingBackground |
BlockContainer.getCommonBorderPaddingBackground() |
CommonBorderPaddingBackground |
PageNumber.getCommonBorderPaddingBackground() |
CommonBorderPaddingBackground |
ListBlock.getCommonBorderPaddingBackground() |
CommonBorderPaddingBackground |
ListItem.getCommonBorderPaddingBackground() |
CommonBorderPaddingBackground |
Character.getCommonBorderPaddingBackground() |
CommonBorderPaddingBackground |
AbstractGraphics.getCommonBorderPaddingBackground() |
CommonBorderPaddingBackground |
InlineContainer.getCommonBorderPaddingBackground() |
CommonBorderPaddingBackground |
Block.getCommonBorderPaddingBackground() |
Modifier and Type | Method and Description |
---|---|
CommonBorderPaddingBackground |
Table.getCommonBorderPaddingBackground() |
CommonBorderPaddingBackground |
TablePart.getCommonBorderPaddingBackground()
Get the
CommonBorderPaddingBackground instance attached
to this TableBody. |
CommonBorderPaddingBackground |
TableColumn.getCommonBorderPaddingBackground()
Get the
CommonBorderPaddingBackground instance
attached to this TableColumn. |
CommonBorderPaddingBackground |
TableRow.getCommonBorderPaddingBackground() |
abstract CommonBorderPaddingBackground |
TableFObj.getCommonBorderPaddingBackground() |
CommonBorderPaddingBackground |
TableCell.getCommonBorderPaddingBackground()
Get the
CommonBorderPaddingBackground instance
attached to this TableCell. |
Modifier and Type | Method and Description |
---|---|
CommonBorderPaddingBackground |
Region.getCommonBorderPaddingBackground() |
Modifier and Type | Method and Description |
---|---|
static CommonBorderPaddingBackground |
CommonBorderPaddingBackground.getInstance(PropertyList pList)
Obtain a CommonBorderPaddingBackground instance based on the
related property valus in the given
PropertyList |
Modifier and Type | Method and Description |
---|---|
protected CommonBorderPaddingBackground |
FloatContentLayoutManager.getCommonBorderPaddingBackground() |
protected CommonBorderPaddingBackground |
BlockLayoutManager.getCommonBorderPaddingBackground() |
protected abstract CommonBorderPaddingBackground |
SpacedBorderedPaddedBlockLayoutManager.getCommonBorderPaddingBackground()
Returns the
CommonBorderPaddingBackground instance from the FO handled by this layout manager. |
protected CommonBorderPaddingBackground |
BlockContainerLayoutManager.getCommonBorderPaddingBackground() |
Modifier and Type | Method and Description |
---|---|
static 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.
|
static void |
TraitSetter.addMargins(Area area,
CommonBorderPaddingBackground bpProps,
CommonMarginBlock marginProps,
PercentBaseContext context)
Add space to a block area.
|
static void |
TraitSetter.addMargins(Area area,
CommonBorderPaddingBackground bpProps,
int startIndent,
int endIndent,
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.
|
static void |
TraitSetter.setBorderPaddingTraits(Area area,
CommonBorderPaddingBackground bpProps,
boolean isNotFirst,
boolean isNotLast,
PercentBaseContext context)
Sets border and padding traits on areas.
|
Modifier and Type | Field and Description |
---|---|
protected CommonBorderPaddingBackground |
LeafNodeLayoutManager.commonBorderPaddingBackground
Any border, padding and background properties applying to this area
|
Modifier and Type | Method and Description |
---|---|
protected void |
LeafNodeLayoutManager.setCommonBorderPaddingBackground(CommonBorderPaddingBackground commonBorderPaddingBackground)
Set the border and padding properties of the inline area.
|
Modifier and Type | Method and Description |
---|---|
protected CommonBorderPaddingBackground |
ListItemLayoutManager.getCommonBorderPaddingBackground() |
protected CommonBorderPaddingBackground |
ListBlockLayoutManager.getCommonBorderPaddingBackground() |
Modifier and Type | Method and Description |
---|---|
protected CommonBorderPaddingBackground |
TableLayoutManager.getCommonBorderPaddingBackground() |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2025 Apache Software Foundation. All rights reserved.