|
fop 1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeepProperty | |
---|---|
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. |
Uses of KeepProperty in org.apache.fop.fo |
---|
Methods in org.apache.fop.fo that return KeepProperty | |
---|---|
KeepProperty |
FOText.getKeepTogether()
|
Uses of KeepProperty in org.apache.fop.fo.flow |
---|
Methods in org.apache.fop.fo.flow that return KeepProperty | |
---|---|
KeepProperty |
AbstractListItemPart.getKeepTogether()
|
KeepProperty |
Block.getKeepTogether()
|
KeepProperty |
BlockContainer.getKeepTogether()
|
KeepProperty |
ListBlock.getKeepTogether()
|
KeepProperty |
ListItem.getKeepTogether()
|
KeepProperty |
InlineContainer.getKeepTogether()
|
KeepProperty |
Block.getKeepWithNext()
|
KeepProperty |
Character.getKeepWithNext()
|
KeepProperty |
BlockContainer.getKeepWithNext()
|
KeepProperty |
ListBlock.getKeepWithNext()
|
KeepProperty |
AbstractGraphics.getKeepWithNext()
|
KeepProperty |
InlineLevel.getKeepWithNext()
|
KeepProperty |
ListItem.getKeepWithNext()
|
KeepProperty |
Block.getKeepWithPrevious()
|
KeepProperty |
Character.getKeepWithPrevious()
|
KeepProperty |
BlockContainer.getKeepWithPrevious()
|
KeepProperty |
ListBlock.getKeepWithPrevious()
|
KeepProperty |
AbstractGraphics.getKeepWithPrevious()
|
KeepProperty |
InlineLevel.getKeepWithPrevious()
|
KeepProperty |
ListItem.getKeepWithPrevious()
|
Uses of KeepProperty in org.apache.fop.fo.flow.table |
---|
Methods in org.apache.fop.fo.flow.table that return KeepProperty | |
---|---|
KeepProperty |
TableRow.getKeepTogether()
|
KeepProperty |
Table.getKeepTogether()
|
KeepProperty |
TableRow.getKeepWithNext()
|
KeepProperty |
Table.getKeepWithNext()
|
KeepProperty |
TableRow.getKeepWithPrevious()
|
KeepProperty |
Table.getKeepWithPrevious()
|
Uses of KeepProperty in org.apache.fop.fo.properties |
---|
Methods in org.apache.fop.fo.properties that return KeepProperty | |
---|---|
KeepProperty |
KeepProperty.getKeep()
|
KeepProperty |
Property.getKeep()
This method expects to be overridden by subclasses |
Uses of KeepProperty in org.apache.fop.layoutmgr |
---|
Methods in org.apache.fop.layoutmgr that return KeepProperty | |
---|---|
KeepProperty |
BlockContainerLayoutManager.getKeepTogetherProperty()
Returns the keep-together property specified on the FObj. |
KeepProperty |
BlockStackingLayoutManager.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 |
BlockContainerLayoutManager.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 |
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 |
BlockContainerLayoutManager.getKeepWithPreviousProperty()
Returns the keep-with-previous property specified on the FObj. |
KeepProperty |
BlockStackingLayoutManager.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. |
Methods in org.apache.fop.layoutmgr with parameters of type KeepProperty | |
---|---|
static Keep |
Keep.getKeep(KeepProperty keepProperty)
Obtain a Keep instance corresponding to the given KeepProperty |
Uses of KeepProperty in org.apache.fop.layoutmgr.inline |
---|
Methods in org.apache.fop.layoutmgr.inline that return KeepProperty | |
---|---|
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. |
Uses of KeepProperty in org.apache.fop.layoutmgr.list |
---|
Methods in org.apache.fop.layoutmgr.list that return KeepProperty | |
---|---|
KeepProperty |
ListBlockLayoutManager.getKeepTogetherProperty()
Returns the keep-together property specified on the FObj. |
KeepProperty |
ListItemLayoutManager.getKeepTogetherProperty()
Returns the keep-together property specified on the FObj. |
KeepProperty |
ListItemContentLayoutManager.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. |
Uses of KeepProperty in org.apache.fop.layoutmgr.table |
---|
Methods in org.apache.fop.layoutmgr.table that return KeepProperty | |
---|---|
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. |
|
fop 1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |