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 classAbstractTextArea.TextAdjustingInfothis 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.InlineAdjustingInfoInlineArea. adjustingInfoThe adjustment information objectMethods in org.apache.fop.area.inline that return InlineArea.InlineAdjustingInfo Modifier and Type Method Description InlineArea.InlineAdjustingInfoInlineArea. getAdjustingInfo()Methods in org.apache.fop.area.inline with parameters of type InlineArea.InlineAdjustingInfo Modifier and Type Method Description voidInlineArea. setAdjustingInfo(InlineArea.InlineAdjustingInfo adjustingInfo)Sets the adjustment information from an existing object
-