Package org.apache.fop.afp.ptoca
Class TextDataInfoProducer
java.lang.Object
org.apache.fop.afp.ptoca.TextDataInfoProducer
- All Implemented Interfaces:
PtocaConstants,PtocaProducer
PtocaProducer implementation that interprets AFPTextDataInfo objects.-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidproduce(PtocaBuilder builder) Produces the PTOCA control sequences by calling methods onPtocaBuilder.
-
Constructor Details
-
TextDataInfoProducer
Main constructor.- Parameters:
textDataInfo- the info object
-
-
Method Details
-
produce
Produces the PTOCA control sequences by calling methods onPtocaBuilder.- Specified by:
producein interfacePtocaProducer- Parameters:
builder- the builder object- Throws:
IOException- if an I/O error occurs
-