Uses of Class
org.apache.fop.afp.modca.PresentationTextObject
-
Packages that use PresentationTextObject Package Description org.apache.fop.afp Contains an AFP library.org.apache.fop.afp.modca Contains a collection of AFP Mixed Object Document Content Architecture (MO:DCA) structured objects. -
-
Uses of PresentationTextObject in org.apache.fop.afp
Methods in org.apache.fop.afp that return PresentationTextObject Modifier and Type Method Description PresentationTextObject
Factory. createPresentationTextObject()
Creates a new MO:DCAPresentationTextObject
. -
Uses of PresentationTextObject in org.apache.fop.afp.modca
Methods in org.apache.fop.afp.modca that return PresentationTextObject Modifier and Type Method Description PresentationTextObject
AbstractPageObject. getPresentationTextObject()
Helper method to create a presentation text object on the current page and to return the object.
-