fop 1.0

Uses of Class
org.apache.fop.afp.AFPTextDataInfo

Packages that use AFPTextDataInfo
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
 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
 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
TextDataInfoProducer(AFPTextDataInfo textDataInfo)
          Main constructor.
 


fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.