Package | Description |
---|---|
com.itextpdf.testutils | |
com.itextpdf.text.pdf | |
com.itextpdf.text.pdf.collection | |
com.itextpdf.text.pdf.mc | |
com.itextpdf.text.pdf.spatial | |
com.itextpdf.text.pdf.spatial.objects |
Modifier and Type | Method and Description |
---|---|
boolean |
CompareTool.compareNumbers(PdfNumber outNumber, PdfNumber cmpNumber) |
Modifier and Type | Field and Description |
---|---|
static PdfNumber |
PdfPage.INVERTEDPORTRAIT
value of the Rotate key for a page in INVERTEDPORTRAIT
|
static PdfNumber |
PdfPage.LANDSCAPE
value of the Rotate key for a page in LANDSCAPE
|
static PdfNumber |
PdfFormXObject.ONE
This is a PdfNumber representing 1.
|
static PdfNumber |
PdfPage.PORTRAIT
value of the Rotate key for a page in PORTRAIT
|
static PdfNumber |
PdfPage.SEASCAPE
value of the Rotate key for a page in SEASCAPE
|
static PdfNumber |
PdfFormXObject.ZERO
This is a PdfNumber representing 0.
|
Modifier and Type | Method and Description |
---|---|
PdfNumber |
PdfArray.getAsNumber(int idx)
Returns a PdfObject as a PdfNumber , resolving indirect references.
|
PdfNumber |
PdfDictionary.getAsNumber(PdfName key)
Returns a PdfObject as a PdfNumber , resolving indirect references.
|
PdfNumber |
PdfSigLockDictionary.LockPermissions.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
PdfTextArray.add(PdfNumber number)
Adds a PdfNumber to the PdfArray .
|
void |
PdfStructTreeController.copyStructTreeForPage(PdfNumber sourceArrayNumber, int newArrayNumber) |
Constructor and Description |
---|
NumberArray(List<PdfNumber> numbers)
Creates a PdfArray consisting of PdfNumber objects.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfCollectionItem.addItem(String key, PdfNumber n)
Sets the value of the collection item.
|
Modifier and Type | Field and Description |
---|---|
protected PdfNumber |
MCParser.structParents
the StructParents of the page that is being processed.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MCParser.dealWithMcid(PdfNumber mcid)
When an MCID is encountered, the parser will check the list structure items and turn an annotation into an XObject if necessary.
|
int |
StructureItems.processMCID(PdfNumber structParents, PdfIndirectReference ref)
Creates a new MCID in the parent tree of the page and returns that new MCID so that it can be used in the content stream
|
void |
StructureItems.removeFromParentTree(PdfNumber structParent)
Removes a StructParent from the parent tree.
|
Constructor and Description |
---|
StructureMCID(PdfIndirectReference pg, PdfNumber mcid)
Creates a StructureMCID using an MCID.
|
Modifier and Type | Method and Description |
---|---|
void |
PointData.addXPTSValue(PdfNumber value, PtIdentifier identifier)
Adds a point to the Point Data dictionary.
|
void |
MeasureRectilinear.setCYX(PdfNumber cyx)
A factor that shall be used to convert the largest units along the y axis to the largest units along the x axis.
|
Modifier and Type | Method and Description |
---|---|
void |
NumberFormatDictionary.setConversionFactor(PdfNumber n)
The conversion factor used to multiply a value in partial units of the previous number format array element to obtain a value in the units of this dictionary.
|
void |
NumberFormatDictionary.setPrecision(PdfNumber precision)
A positive integer that shall specify the precision or denominator of a fractional amount: When the Fractional Value is Fraction.DECIMAL , this entry shall be the precision of a decimal display; it shall be a multiple of 10.
|
Copyright © 2016. All rights reserved.