Uses of Class
org.apache.fop.area.inline.InlineArea.InlineAdjustingInfo
-
Packages that use InlineArea.InlineAdjustingInfo Package Description org.apache.fop.area.inline FOP's area tree: inline-level areas -
-
Uses of InlineArea.InlineAdjustingInfo in org.apache.fop.area.inline
Subclasses of InlineArea.InlineAdjustingInfo in org.apache.fop.area.inline Modifier and Type Class Description protected class
AbstractTextArea.TextAdjustingInfo
this class stores information about spaces and potential adjustments that can be used in order to re-compute adjustments when a page-number or a page-number-citation is resolvedFields in org.apache.fop.area.inline declared as InlineArea.InlineAdjustingInfo Modifier and Type Field Description protected InlineArea.InlineAdjustingInfo
InlineArea. adjustingInfo
The adjustment information objectMethods in org.apache.fop.area.inline that return InlineArea.InlineAdjustingInfo Modifier and Type Method Description InlineArea.InlineAdjustingInfo
InlineArea. getAdjustingInfo()
Methods in org.apache.fop.area.inline with parameters of type InlineArea.InlineAdjustingInfo Modifier and Type Method Description void
InlineArea. setAdjustingInfo(InlineArea.InlineAdjustingInfo adjustingInfo)
Sets the adjustment information from an existing object
-