Uses of Class
org.apache.fop.complexscripts.bidi.DelimitedTextRange
Packages that use DelimitedTextRange
Package
Description
Classes, constants and basic infrastructure for the FO tree.
All the block- and inline-level flow formatting objects.
All the pagination and declaration formatting objects.
-
Uses of DelimitedTextRange in org.apache.fop.fo
Methods in org.apache.fop.fo that return DelimitedTextRangeModifier and TypeMethodDescriptionprivate DelimitedTextRange
FONode.maybeNewRange
(Stack<DelimitedTextRange> ranges) Conditionally add a new delimited text range to RANGES.Methods in org.apache.fop.fo that return types with arguments of type DelimitedTextRangeModifier and TypeMethodDescriptionFONode.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges) Collect the sequence of delimited text ranges, where each new range is pushed onto RANGES.protected Stack
<DelimitedTextRange> FONode.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges, DelimitedTextRange currentRange) Collect the sequence of delimited text ranges, where each new range is pushed onto RANGES, where default implementation collects ranges of child nodes.protected Stack
<DelimitedTextRange> FOText.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges, DelimitedTextRange currentRange) Methods in org.apache.fop.fo with parameters of type DelimitedTextRangeModifier and TypeMethodDescriptionprotected Stack
<DelimitedTextRange> FONode.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges, DelimitedTextRange currentRange) Collect the sequence of delimited text ranges, where each new range is pushed onto RANGES, where default implementation collects ranges of child nodes.protected Stack
<DelimitedTextRange> FOText.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges, DelimitedTextRange currentRange) Method parameters in org.apache.fop.fo with type arguments of type DelimitedTextRangeModifier and TypeMethodDescriptionFONode.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges) Collect the sequence of delimited text ranges, where each new range is pushed onto RANGES.protected Stack
<DelimitedTextRange> FONode.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges, DelimitedTextRange currentRange) Collect the sequence of delimited text ranges, where each new range is pushed onto RANGES, where default implementation collects ranges of child nodes.protected Stack
<DelimitedTextRange> FOText.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges, DelimitedTextRange currentRange) private DelimitedTextRange
FONode.maybeNewRange
(Stack<DelimitedTextRange> ranges) Conditionally add a new delimited text range to RANGES. -
Uses of DelimitedTextRange in org.apache.fop.fo.flow
Methods in org.apache.fop.fo.flow that return types with arguments of type DelimitedTextRangeModifier and TypeMethodDescriptionprotected Stack
<DelimitedTextRange> AbstractGraphics.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges, DelimitedTextRange currentRange) protected Stack
<DelimitedTextRange> AbstractPageNumberCitation.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges, DelimitedTextRange currentRange) protected Stack
<DelimitedTextRange> BidiOverride.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges, DelimitedTextRange currentRange) protected Stack
<DelimitedTextRange> Character.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges, DelimitedTextRange currentRange) protected Stack
<DelimitedTextRange> Leader.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges, DelimitedTextRange currentRange) protected Stack
<DelimitedTextRange> ListItem.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges, DelimitedTextRange currentRange) protected Stack
<DelimitedTextRange> PageNumber.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges, DelimitedTextRange currentRange) Methods in org.apache.fop.fo.flow with parameters of type DelimitedTextRangeModifier and TypeMethodDescriptionprotected Stack
<DelimitedTextRange> AbstractGraphics.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges, DelimitedTextRange currentRange) protected Stack
<DelimitedTextRange> AbstractPageNumberCitation.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges, DelimitedTextRange currentRange) protected Stack
<DelimitedTextRange> BidiOverride.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges, DelimitedTextRange currentRange) protected Stack
<DelimitedTextRange> Character.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges, DelimitedTextRange currentRange) protected Stack
<DelimitedTextRange> Leader.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges, DelimitedTextRange currentRange) protected Stack
<DelimitedTextRange> ListItem.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges, DelimitedTextRange currentRange) protected Stack
<DelimitedTextRange> PageNumber.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges, DelimitedTextRange currentRange) Method parameters in org.apache.fop.fo.flow with type arguments of type DelimitedTextRangeModifier and TypeMethodDescriptionprotected Stack
<DelimitedTextRange> AbstractGraphics.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges, DelimitedTextRange currentRange) protected Stack
<DelimitedTextRange> AbstractPageNumberCitation.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges, DelimitedTextRange currentRange) protected Stack
<DelimitedTextRange> BidiOverride.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges, DelimitedTextRange currentRange) protected Stack
<DelimitedTextRange> Character.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges, DelimitedTextRange currentRange) protected Stack
<DelimitedTextRange> Leader.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges, DelimitedTextRange currentRange) protected Stack
<DelimitedTextRange> ListItem.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges, DelimitedTextRange currentRange) protected Stack
<DelimitedTextRange> PageNumber.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges, DelimitedTextRange currentRange) -
Uses of DelimitedTextRange in org.apache.fop.fo.flow.table
Methods in org.apache.fop.fo.flow.table that return types with arguments of type DelimitedTextRangeModifier and TypeMethodDescriptionprotected Stack
<DelimitedTextRange> Table.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges, DelimitedTextRange currentRange) Methods in org.apache.fop.fo.flow.table with parameters of type DelimitedTextRangeModifier and TypeMethodDescriptionprotected Stack
<DelimitedTextRange> Table.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges, DelimitedTextRange currentRange) Method parameters in org.apache.fop.fo.flow.table with type arguments of type DelimitedTextRangeModifier and TypeMethodDescriptionprotected Stack
<DelimitedTextRange> Table.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges, DelimitedTextRange currentRange) -
Uses of DelimitedTextRange in org.apache.fop.fo.pagination
Methods in org.apache.fop.fo.pagination that return types with arguments of type DelimitedTextRangeModifier and TypeMethodDescriptionprotected Stack
<DelimitedTextRange> PageSequence.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges, DelimitedTextRange currentRange) Methods in org.apache.fop.fo.pagination with parameters of type DelimitedTextRangeModifier and TypeMethodDescriptionprotected Stack
<DelimitedTextRange> PageSequence.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges, DelimitedTextRange currentRange) Method parameters in org.apache.fop.fo.pagination with type arguments of type DelimitedTextRangeModifier and TypeMethodDescriptionprotected Stack
<DelimitedTextRange> PageSequence.collectDelimitedTextRanges
(Stack<DelimitedTextRange> ranges, DelimitedTextRange currentRange)