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 class
BasicLink
Class modelling thefo:basic-link
object.class
BidiOverride
Class modelling thefo:bidi-override
object.class
Inline
Class modelling thefo:inline
formatting object.class
Leader
Class modelling thefo:leader
object. -
Uses of InlineLevel in org.apache.fop.fo.pagination
Subclasses of InlineLevel in org.apache.fop.fo.pagination Modifier and Type Class Description class
Title
Class modeling thefo:title
object. -
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.
-