Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
org.apache.fop.render.pdf |
PDF Renderer
|
Modifier and Type | Class and Description |
---|---|
class |
PDFCIELabColorSpace
This class represents a "CIE L*a*b*" color space.
|
class |
PDFSeparationColorSpace
This class represents a "Separation" color space.
|
Modifier and Type | Method and Description |
---|---|
PDFArray |
PDFEncoding.DifferencesBuilder.buildDifferencesArray(SingleByteEncoding encodingA,
SingleByteEncoding encodingB)
Creates an array containing the differences between two single-byte.
|
PDFArray |
PDFStructTreeRoot.getKids()
Returns the children element of this StructTreeRoot.
|
PDFArray |
PDFNumberTreeNode.getKids()
Returns the Kids array.
|
PDFArray |
PDFNameTreeNode.getKids()
Returns the Kids array.
|
PDFArray |
PDFNameTreeNode.getNames()
Returns the Names array.
|
PDFArray |
PDFRoot.getOutputIntents()
Returns the /OutputIntents array.
|
PDFArray |
PDFFactory.makeArray(int[] values)
Make an Array object (ex.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFEncoding.setDifferences(PDFArray differences)
Sets the Differences value.
|
void |
PDFFontType3.setFontMatrix(PDFArray matrix)
Set the font's transformation matrix
|
void |
PDFNumberTreeNode.setKids(PDFArray kids)
Sets the Kids array.
|
void |
PDFNameTreeNode.setKids(PDFArray kids)
Sets the Kids array.
|
void |
PDFNameTreeNode.setNames(PDFArray names)
Sets the Names array.
|
void |
PDFFontNonBase14.setWidthMetrics(int firstChar,
int lastChar,
PDFArray widths)
Set the width metrics for the font
|
Constructor and Description |
---|
PDFFontType3(String fontname,
String basefont,
Object encoding,
PDFRectangle fontBBox,
PDFArray fontMatrix,
PDFCharProcs charProcs)
Create the /Font object
|
Modifier and Type | Method and Description |
---|---|
PDFArray |
PDFLogicalStructureHandler.getPageParentTree() |
Modifier and Type | Method and Description |
---|---|
Map<Integer,PDFArray> |
PDFRenderingContext.getPageNumbers() |
Map<Integer,PDFArray> |
PDFDocumentHandler.getPageNumbers() |
Modifier and Type | Method and Description |
---|---|
void |
PDFRenderingContext.setPageNumbers(Map<Integer,PDFArray> pageNumbers) |
Copyright © 2025 Apache Software Foundation. All rights reserved.