Uses of Class
org.apache.fop.layoutmgr.Keep
-
Packages that use Keep Package Description org.apache.fop.fo.flow.table 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 Keep in org.apache.fop.fo.flow.table
Methods in org.apache.fop.fo.flow.table that return Keep Modifier and Type Method Description KeepEffRow. getKeepTogether()Returns the keep-together strength for this element.KeepEffRow. getKeepWithNext()Returns the strength of the keep constraint if the enclosing (if any) fo:table-row element of this row, or if any of the cells ending on this row, have keep-with-next set.KeepPrimaryGridUnit. getKeepWithNext()Returns the strength of the keep constraint if the last child block (or its descendants) of this cell has keep-with-next.KeepEffRow. getKeepWithPrevious()Returns the strength of the keep constraint if the enclosing (if any) fo:table-row element of this row, or if any of the cells starting on this row, have keep-with-previous set.KeepPrimaryGridUnit. getKeepWithPrevious()Returns the strength of the keep constraint if the first child block (or its descendants) of this cell has keep-with-previous.Methods in org.apache.fop.fo.flow.table with parameters of type Keep Modifier and Type Method Description voidPrimaryGridUnit. setKeepWithNext(Keep keep)Don't use, reserved for TableCellLM.voidPrimaryGridUnit. setKeepWithPrevious(Keep keep)Don't use, reserved for TableCellLM. -
Uses of Keep in org.apache.fop.layoutmgr
Fields in org.apache.fop.layoutmgr declared as Keep Modifier and Type Field Description static KeepKeep. KEEP_ALWAYSkeep alwaysstatic KeepKeep. KEEP_AUTOkeep autoMethods in org.apache.fop.layoutmgr that return Keep Modifier and Type Method Description KeepKeep. compare(Keep other)Compare this Keep instance to another one, and return the stronger one if the context is the samestatic KeepKeep. getKeep(KeepProperty keepProperty)Obtain a Keep instance corresponding to the givenKeepPropertyKeepBlockLevelLayoutManager. getKeepTogether()Returns the keep-together strength for this element.KeepBlockStackingLayoutManager. getKeepTogether()Returns the keep-together strength for this element.KeepFloatContentLayoutManager. getKeepTogether()KeepFlowLayoutManager. getKeepTogether()Returns the keep-together strength for this element.KeepFootnoteBodyLayoutManager. getKeepTogether()Returns the keep-together strength for this element.KeepMultiCaseLayoutManager. getKeepTogether()KeepStaticContentLayoutManager. getKeepTogether()Returns the keep-together strength for this element.KeepBlockLevelLayoutManager. getKeepWithNext()Returns the keep-with-next strength for this element.KeepBlockStackingLayoutManager. getKeepWithNext()Returns the keep-with-next strength for this element.KeepFloatContentLayoutManager. getKeepWithNext()KeepFlowLayoutManager. getKeepWithNext()Returns the keep-with-next strength for this element.KeepFootnoteBodyLayoutManager. getKeepWithNext()Returns the keep-with-next strength for this element.KeepMultiCaseLayoutManager. getKeepWithNext()KeepStaticContentLayoutManager. getKeepWithNext()Returns the keep-with-next strength for this element.KeepLayoutContext. getKeepWithNextPending()Returns the strength of a keep-with-next currently pending.KeepBlockLevelLayoutManager. getKeepWithPrevious()Returns the keep-with-previous strength for this element.KeepBlockStackingLayoutManager. getKeepWithPrevious()Returns the keep-with-previous strength for this element.KeepFloatContentLayoutManager. getKeepWithPrevious()KeepFlowLayoutManager. getKeepWithPrevious()Returns the keep-with-previous strength for this element.KeepFootnoteBodyLayoutManager. getKeepWithPrevious()Returns the keep-with-previous strength for this element.KeepMultiCaseLayoutManager. getKeepWithPrevious()KeepStaticContentLayoutManager. getKeepWithPrevious()Returns the keep-with-previous strength for this element.KeepLayoutContext. getKeepWithPreviousPending()Returns the strength of a keep-with-previous currently pending.protected KeepBlockStackingLayoutManager. getParentKeepTogether()Retrieves and returns the keep-together strength from the parent element.Methods in org.apache.fop.layoutmgr with parameters of type Keep Modifier and Type Method Description KeepKeep. compare(Keep other)Compare this Keep instance to another one, and return the stronger one if the context is the samevoidLayoutContext. updateKeepWithNextPending(Keep keep)Updates the currently pending keep-with-next strength.voidLayoutContext. updateKeepWithPreviousPending(Keep keep)Updates the currently pending keep-with-previous strength. -
Uses of Keep in org.apache.fop.layoutmgr.inline
Methods in org.apache.fop.layoutmgr.inline that return Keep Modifier and Type Method Description KeepLineLayoutManager. getKeepTogether()Returns the keep-together strength for this element.KeepLineLayoutManager. getKeepWithNext()Returns the keep-with-next strength for this element.KeepLineLayoutManager. getKeepWithPrevious()Returns the keep-with-previous strength for this element. -
Uses of Keep in org.apache.fop.layoutmgr.list
Methods in org.apache.fop.layoutmgr.list that return Keep Modifier and Type Method Description KeepListItemContentLayoutManager. getKeepWithNext()Returns the keep-with-next strength for this element.KeepListItemContentLayoutManager. getKeepWithPrevious()Returns the keep-with-previous strength for this element. -
Uses of Keep in org.apache.fop.layoutmgr.table
Methods in org.apache.fop.layoutmgr.table that return Keep Modifier and Type Method Description KeepTableCellLayoutManager. getKeepTogether()Returns the keep-together strength for this element.KeepTableAndCaptionLayoutManager. getKeepWithNext()Returns the keep-with-next strength for this element.KeepTableCaptionLayoutManager. getKeepWithNext()Returns the keep-with-next strength for this element.KeepTableCellLayoutManager. getKeepWithNext()Returns the keep-with-next strength for this element.KeepTableAndCaptionLayoutManager. getKeepWithPrevious()Returns the keep-with-previous strength for this element.KeepTableCaptionLayoutManager. getKeepWithPrevious()Returns the keep-with-previous strength for this element.KeepTableCellLayoutManager. getKeepWithPrevious()Returns the keep-with-previous strength for this element.
-