Uses of Class
org.apache.fop.afp.AFPTextDataInfo
-
Packages that use AFPTextDataInfo 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.org.apache.fop.afp.ptoca Contains a collection of classes for working with Presentation Text Objects (PTOCA). -
-
Uses of AFPTextDataInfo in org.apache.fop.afp
Methods in org.apache.fop.afp with parameters of type AFPTextDataInfo Modifier and Type Method Description void
DataStream. createText(AFPTextDataInfo textDataInfo, int letterSpacing, int wordSpacing, Font font, CharacterSet charSet)
Helper method to create text on the current page, this method delegates to the current presentation text object in order to construct the text. -
Uses of AFPTextDataInfo in org.apache.fop.afp.modca
Methods in org.apache.fop.afp.modca with parameters of type AFPTextDataInfo Modifier and Type Method Description void
PresentationTextObject. createTextData(AFPTextDataInfo textDataInfo)
Create the presentation text data for the byte array of data. -
Uses of AFPTextDataInfo in org.apache.fop.afp.ptoca
Constructors in org.apache.fop.afp.ptoca with parameters of type AFPTextDataInfo Constructor Description TextDataInfoProducer(AFPTextDataInfo textDataInfo)
Main constructor.
-