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.createLine(AFPLineDataInfo lineDataInfo)
Method to create a line on the current page.
|
Constructor and Description |
---|
AFPLineDataInfo(AFPLineDataInfo template)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPageObject.createLine(AFPLineDataInfo lineDataInfo)
Helper method to create a line on the current page, this method delegates
to the presentation text object in order to construct the line.
|
boolean |
PresentationTextObject.createLineData(AFPLineDataInfo lineDataInfo)
Drawing of lines using the starting and ending coordinates, thickness and
orientation arguments.
|
Constructor and Description |
---|
LineDataInfoProducer(AFPLineDataInfo lineDataInfo)
Main constructor.
|
Copyright © 2025 Apache Software Foundation. All rights reserved.