Uses of Class
com.itextpdf.kernel.pdf.PdfNumber
-
-
Uses of PdfNumber in com.itextpdf.forms
Methods in com.itextpdf.forms that return PdfNumber Modifier and Type Method Description PdfNumber
PdfAcroForm. getDefaultJustification()
Gets theQ
integer property on the AcroForm.static PdfNumber
PdfSigFieldLock. getLockPermission(PdfSigFieldLock.LockPermissions permissions)
Returns the specified level of access permissions granted for the document asPdfNumber
value. -
Uses of PdfNumber in com.itextpdf.forms.fields
Methods in com.itextpdf.forms.fields that return PdfNumber Modifier and Type Method Description PdfNumber
PdfChoiceFormField. getTopIndex()
Gets the current index of the first option in a scrollable list. -
Uses of PdfNumber in com.itextpdf.forms.xfdf
Methods in com.itextpdf.forms.xfdf with parameters of type PdfNumber Modifier and Type Method Description private static void
XfdfObjectFactory. addBorderStyleAttributes(AnnotObject annotObject, PdfNumber width, PdfArray dashes, PdfName style)
-
Uses of PdfNumber in com.itextpdf.kernel.font
Methods in com.itextpdf.kernel.font with parameters of type PdfNumber Modifier and Type Method Description private int
PdfType3Font. normalizeFirstLastChar(PdfNumber firstLast, int defaultValue)
-
Uses of PdfNumber in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as PdfNumber Modifier and Type Field Description private PdfNumber
PdfPages. count
protected PdfNumber
PdfObjectStream. size
Current object stream size (number of objects inside).Methods in com.itextpdf.kernel.pdf that return PdfNumber Modifier and Type Method Description PdfNumber
PdfArray. getAsNumber(int index)
Returns the element at the specified index as a PdfNumber.PdfNumber
PdfDictionary. getAsNumber(PdfName key)
Returns the value associated to this key as a PdfNumber.protected PdfNumber
PdfReader. getXrefPrev(PdfObject prevObjectToCheck)
private PdfNumber
PdfNumTree. iterateItems(PdfDictionary dictionary, PdfNumber leftOver)
Methods in com.itextpdf.kernel.pdf with parameters of type PdfNumber Modifier and Type Method Description private PdfNumber
PdfNumTree. iterateItems(PdfDictionary dictionary, PdfNumber leftOver)
private void
PdfOutputStream. write(PdfNumber pdfNumber)
-
Uses of PdfNumber in com.itextpdf.kernel.pdf.annot
Methods in com.itextpdf.kernel.pdf.annot that return PdfNumber Modifier and Type Method Description PdfNumber
PdfFixedPrint. getHorizontalTranslation()
PdfNumber
PdfMarkupAnnotation. getOpacity()
The constant opacity value that will be used in painting the annotation.PdfNumber
PdfFreeTextAnnotation. getRotation()
Gets the rotation angle in degrees.PdfNumber
PdfStampAnnotation. getRotation()
Gets the rotation angle in degrees.PdfNumber
PdfFixedPrint. getVerticalTranslation()
Methods in com.itextpdf.kernel.pdf.annot with parameters of type PdfNumber Modifier and Type Method Description PdfMarkupAnnotation
PdfMarkupAnnotation. setOpacity(PdfNumber ca)
Sets the constant opacity value that will be used in painting the annotation. -
Uses of PdfNumber in com.itextpdf.kernel.pdf.collection
Methods in com.itextpdf.kernel.pdf.collection that return PdfNumber Modifier and Type Method Description PdfNumber
PdfCollectionField. getOrder()
Retrieves the order of the field name.Methods in com.itextpdf.kernel.pdf.collection with parameters of type PdfNumber Modifier and Type Method Description void
PdfCollectionItem. addItem(java.lang.String key, PdfNumber number)
Sets the number value of the collection item. -
Uses of PdfNumber in com.itextpdf.kernel.pdf.tagging
Constructors in com.itextpdf.kernel.pdf.tagging with parameters of type PdfNumber Constructor Description PdfMcrNumber(PdfNumber pdfObject, PdfStructElem parent)
-
Uses of PdfNumber in com.itextpdf.kernel.pdf.tagutils
Methods in com.itextpdf.kernel.pdf.tagutils with parameters of type PdfNumber Modifier and Type Method Description private static void
AccessibilityPropertiesToStructElem. addNewAttributesToAttributesArray(int insertIndex, java.util.List<PdfStructureAttributes> newAttributesList, PdfNumber revision, PdfArray attributesArray)
(package private) static PdfObject
AccessibilityPropertiesToStructElem. combineAttributesList(PdfObject attributesObject, int insertIndex, java.util.List<PdfStructureAttributes> newAttributesList, PdfNumber revision)
-
Uses of PdfNumber in com.itextpdf.kernel.utils
Methods in com.itextpdf.kernel.utils that return PdfNumber Modifier and Type Method Description private PdfNumber
CompareTool. flattenNumTree(PdfDictionary dictionary, PdfNumber leftOver, java.util.LinkedList<PdfObject> items)
Methods in com.itextpdf.kernel.utils with parameters of type PdfNumber Modifier and Type Method Description boolean
CompareTool. compareNumbers(PdfNumber outNumber, PdfNumber cmpNumber)
Simple method that compares two given PdfNumbers.private boolean
CompareTool. compareNumbersExtended(PdfNumber outNumber, PdfNumber cmpNumber, ObjectPath currentPath, CompareTool.CompareResult compareResult)
private PdfNumber
CompareTool. flattenNumTree(PdfDictionary dictionary, PdfNumber leftOver, java.util.LinkedList<PdfObject> items)
-
Uses of PdfNumber in com.itextpdf.kernel.validation.context
Fields in com.itextpdf.kernel.validation.context declared as PdfNumber Modifier and Type Field Description private PdfNumber
CanvasTextAdditionContext. mcId
Methods in com.itextpdf.kernel.validation.context that return PdfNumber Modifier and Type Method Description PdfNumber
CanvasTextAdditionContext. getMcId()
GetsPdfNumber
which represents MCID of this text. -
Uses of PdfNumber in com.itextpdf.pdfa.checker
Methods in com.itextpdf.pdfa.checker with parameters of type PdfNumber Modifier and Type Method Description protected void
PdfA1Checker. checkPdfNumber(PdfNumber number)
protected void
PdfA4Checker. checkPdfNumber(PdfNumber number)
Verify the conformity of the PDF number.protected abstract void
PdfAChecker. checkPdfNumber(PdfNumber number)
Verify the conformity of the PDF number. -
Uses of PdfNumber in com.itextpdf.pdfua.checkers.utils.ua2
Methods in com.itextpdf.pdfua.checkers.utils.ua2 with parameters of type PdfNumber Modifier and Type Method Description private static PdfMcr
PdfUA2CanvasTextChecker. findMcrByMcId(PdfDocument document, PdfNumber mcId, PdfStream contentStream)
-