Uses of Class
org.apache.fop.fo.properties.KeepProperty
-
Packages that use KeepProperty 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. -
-
Uses of KeepProperty in org.apache.fop.fo
Methods in org.apache.fop.fo that return KeepProperty Modifier and Type Method Description KeepProperty
FOText. getKeepTogether()
-
Uses of KeepProperty in org.apache.fop.fo.flow
-
Uses of KeepProperty in org.apache.fop.fo.flow.table
Methods in org.apache.fop.fo.flow.table that return KeepProperty Modifier and Type Method Description KeepProperty
Table. getKeepTogether()
KeepProperty
TableRow. getKeepTogether()
KeepProperty
Table. getKeepWithNext()
KeepProperty
TableRow. getKeepWithNext()
KeepProperty
Table. getKeepWithPrevious()
KeepProperty
TableRow. getKeepWithPrevious()
-
Uses of KeepProperty in org.apache.fop.fo.properties
Methods in org.apache.fop.fo.properties that return KeepProperty Modifier and Type Method Description 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 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.Methods in org.apache.fop.layoutmgr with parameters of type KeepProperty Modifier and Type Method Description static Keep
Keep. getKeep(KeepProperty keepProperty)
Obtain a Keep instance corresponding to the givenKeepProperty
-
Uses of KeepProperty in org.apache.fop.layoutmgr.inline
Methods in org.apache.fop.layoutmgr.inline that return 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. -
Uses of KeepProperty in org.apache.fop.layoutmgr.list
Methods in org.apache.fop.layoutmgr.list that return KeepProperty 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. -
Uses of KeepProperty in org.apache.fop.layoutmgr.table
Methods in org.apache.fop.layoutmgr.table that return KeepProperty 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.
-