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).
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
PresentationTextObject.createTextData(AFPTextDataInfo textDataInfo)
Create the presentation text data for the byte array of data.
|
Constructor and Description |
---|
TextDataInfoProducer(AFPTextDataInfo textDataInfo)
Main constructor.
|
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.