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.mif MIF Output Supportorg.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 voidFO2StructureTreeConverter. endInline(Inline inl)voidStructureTreeEventTrigger. endInline(Inline inl)voidFO2StructureTreeConverter. startInline(Inline inl)voidStructureTreeEventTrigger. 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 voidDelegatingFOEventHandler. endInline(Inline inl)voidFOEventHandler. endInline(Inline inl)voidDelegatingFOEventHandler. startInline(Inline inl)voidFOEventHandler. 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 classBidiOverrideClass modelling thefo:bidi-overrideobject.Fields in org.apache.fop.fo.flow declared as Inline Modifier and Type Field Description private InlineFootnote. footnoteCitationMethods in org.apache.fop.fo.flow that return Inline Modifier and Type Method Description InlineFootnote. getFootnoteCitation()Public accessor for inline FO -
Uses of Inline in org.apache.fop.render.mif
Methods in org.apache.fop.render.mif with parameters of type Inline Modifier and Type Method Description voidMIFHandler. endInline(Inline inl)voidMIFHandler. startInline(Inline inl) -
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 static RtfAttributesTextAttributesConverter. convertCharacterAttributes(Inline fobj)Converts all character related FO properties to RtfAttributes.voidRTFHandler. endInline(Inline inl)voidRTFHandler. startInline(Inline inl)
-