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.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.
|
Modifier and Type | Method | Description |
---|---|---|
KeepProperty |
FOText.getKeepTogether() |
Modifier and Type | Method | Description |
---|---|---|
KeepProperty |
Table.getKeepTogether() |
|
KeepProperty |
TableRow.getKeepTogether() |
|
KeepProperty |
Table.getKeepWithNext() |
|
KeepProperty |
TableRow.getKeepWithNext() |
|
KeepProperty |
Table.getKeepWithPrevious() |
|
KeepProperty |
TableRow.getKeepWithPrevious() |
Modifier and Type | Method | Description |
---|---|---|
KeepProperty |
KeepProperty.getKeep() |
|
KeepProperty |
Property.getKeep() |
This method expects to be overridden by subclasses
|
Modifier and Type | Method | Description |
---|---|---|
KeepProperty |
BlockContainerLayoutManager.getKeepTogetherProperty() |
Returns the keep-together property specified on the FObj.
|
KeepProperty |
BlockLayoutManager.getKeepTogetherProperty() |
Returns the keep-together property specified on the FObj.
|
KeepProperty |
BlockLevelLayoutManager.getKeepTogetherProperty() |
Returns the keep-together property specified on the FObj.
|
KeepProperty |
BlockStackingLayoutManager.getKeepTogetherProperty() |
Returns the keep-together property specified on the FObj.
|
KeepProperty |
BlockContainerLayoutManager.getKeepWithNextProperty() |
Returns the keep-with-next property specified on the FObj.
|
KeepProperty |
BlockLayoutManager.getKeepWithNextProperty() |
Returns the keep-with-next property specified on the FObj.
|
KeepProperty |
BlockLevelLayoutManager.getKeepWithNextProperty() |
Returns the keep-with-next property specified on the FObj.
|
KeepProperty |
BlockStackingLayoutManager.getKeepWithNextProperty() |
Returns the keep-with-next property specified on the FObj.
|
KeepProperty |
BlockContainerLayoutManager.getKeepWithPreviousProperty() |
Returns the keep-with-previous property specified on the FObj.
|
KeepProperty |
BlockLayoutManager.getKeepWithPreviousProperty() |
Returns the keep-with-previous property specified on the FObj.
|
KeepProperty |
BlockLevelLayoutManager.getKeepWithPreviousProperty() |
Returns the keep-with-previous property specified on the FObj.
|
KeepProperty |
BlockStackingLayoutManager.getKeepWithPreviousProperty() |
Returns the keep-with-previous property specified on the FObj.
|
Modifier and Type | Method | Description |
---|---|---|
static Keep |
Keep.getKeep(KeepProperty keepProperty) |
Obtain a Keep instance corresponding to the given
KeepProperty |
Modifier and Type | Method | Description |
---|---|---|
KeepProperty |
LineLayoutManager.getKeepTogetherProperty() |
Returns the keep-together property specified on the FObj.
|
KeepProperty |
LineLayoutManager.getKeepWithNextProperty() |
Returns the keep-with-next property specified on the FObj.
|
KeepProperty |
LineLayoutManager.getKeepWithPreviousProperty() |
Returns the keep-with-previous property specified on the FObj.
|
Modifier and Type | Method | Description |
---|---|---|
KeepProperty |
ListBlockLayoutManager.getKeepTogetherProperty() |
Returns the keep-together property specified on the FObj.
|
KeepProperty |
ListItemContentLayoutManager.getKeepTogetherProperty() |
Returns the keep-together property specified on the FObj.
|
KeepProperty |
ListItemLayoutManager.getKeepTogetherProperty() |
Returns the keep-together property specified on the FObj.
|
KeepProperty |
ListBlockLayoutManager.getKeepWithNextProperty() |
Returns the keep-with-next property specified on the FObj.
|
KeepProperty |
ListItemLayoutManager.getKeepWithNextProperty() |
Returns the keep-with-next property specified on the FObj.
|
KeepProperty |
ListBlockLayoutManager.getKeepWithPreviousProperty() |
Returns the keep-with-previous property specified on the FObj.
|
KeepProperty |
ListItemLayoutManager.getKeepWithPreviousProperty() |
Returns the keep-with-previous property specified on the FObj.
|
Modifier and Type | Method | Description |
---|---|---|
KeepProperty |
TableLayoutManager.getKeepTogetherProperty() |
Returns the keep-together property specified on the FObj.
|
KeepProperty |
TableLayoutManager.getKeepWithNextProperty() |
Returns the keep-with-next property specified on the FObj.
|
KeepProperty |
TableLayoutManager.getKeepWithPreviousProperty() |
Returns the keep-with-previous property specified on the FObj.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.