Uses of Class
org.apache.fop.fo.flow.Inline
-
Packages that use Inline Package Description org.apache.fop.accessibility.fo org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree.org.apache.fop.fo.flow All the block- and inline-level flow formatting objects.org.apache.fop.render.rtf RTF (Rich Text Format) Output Support -
-
Uses of Inline in org.apache.fop.accessibility.fo
Methods in org.apache.fop.accessibility.fo with parameters of type Inline Modifier and Type Method Description void
FO2StructureTreeConverter. endInline(Inline inl)
void
FO2StructureTreeConverter. startInline(Inline inl)
-
Uses of Inline in org.apache.fop.fo
Methods in org.apache.fop.fo with parameters of type Inline Modifier and Type Method Description void
DelegatingFOEventHandler. endInline(Inline inl)
void
FOEventHandler. endInline(Inline inl)
void
DelegatingFOEventHandler. startInline(Inline inl)
void
FOEventHandler. startInline(Inline inl)
-
Uses of Inline in org.apache.fop.fo.flow
Subclasses of Inline in org.apache.fop.fo.flow Modifier and Type Class Description class
BidiOverride
Class modelling thefo:bidi-override
object.Methods in org.apache.fop.fo.flow that return Inline Modifier and Type Method Description Inline
Footnote. getFootnoteCitation()
Public accessor for inline FO -
Uses of Inline in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type Inline Modifier and Type Method Description void
RTFHandler. endInline(Inline inl)
void
RTFHandler. startInline(Inline inl)
-