Uses of Class
org.apache.fop.fo.flow.InlineLevel
-
Packages that use InlineLevel Package Description org.apache.fop.fo.flow All the block- and inline-level flow formatting objects.org.apache.fop.fo.pagination All the pagination and declaration formatting objects.org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building. -
-
Uses of InlineLevel in org.apache.fop.fo.flow
Subclasses of InlineLevel in org.apache.fop.fo.flow Modifier and Type Class Description classBasicLinkClass modelling thefo:basic-linkobject.classBidiOverrideClass modelling thefo:bidi-overrideobject.classInlineClass modelling thefo:inlineformatting object.classLeaderClass modelling thefo:leaderobject. -
Uses of InlineLevel in org.apache.fop.fo.pagination
Subclasses of InlineLevel in org.apache.fop.fo.pagination Modifier and Type Class Description classTitleClass modeling thefo:titleobject. -
Uses of InlineLevel in org.apache.fop.layoutmgr.inline
Constructors in org.apache.fop.layoutmgr.inline with parameters of type InlineLevel Constructor Description InlineLayoutManager(InlineLevel node)Create an inline layout manager.
-