Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
Modifier and Type | Method and Description |
---|---|
PDFArray |
PDFNameTreeNode.getKids()
Returns the Kids array.
|
PDFArray |
PDFNumberTreeNode.getKids()
Returns the Kids array.
|
PDFArray |
PDFStructTreeRoot.getKids()
Returns the children element of this StructTreeRoot.
|
PDFArray |
PDFNameTreeNode.getNames()
Returns the Names array.
|
PDFArray |
PDFRoot.getOutputIntents()
Returns the /OutputIntents array.
|
PDFArray |
PDFFactory.makeArray(int[] values)
Make an Array object (ex.
|
PDFArray |
PDFEncoding.DifferencesBuilder.toPDFArray()
Creates and returns the PDFArray representing the Differences entry.
|
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 |
PDFNameTreeNode.setKids(PDFArray kids)
Sets the Kids array.
|
void |
PDFNumberTreeNode.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(java.lang.String fontname,
java.lang.String basefont,
java.lang.Object encoding,
PDFRectangle fontBBox,
PDFArray fontMatrix,
PDFCharProcs charProcs)
Create the /Font object
|
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.