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 PdfNumberPdfAcroForm. getDefaultJustification()Gets theQinteger property on the AcroForm.static PdfNumberPdfSigFieldLock. getLockPermission(PdfSigFieldLock.LockPermissions permissions)Returns the specified level of access permissions granted for the document asPdfNumbervalue. -
Uses of PdfNumber in com.itextpdf.forms.fields
Methods in com.itextpdf.forms.fields that return PdfNumber Modifier and Type Method Description PdfNumberPdfChoiceFormField. 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 voidXfdfObjectFactory. 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 intPdfType3Font. 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 PdfNumberPdfPages. countprotected PdfNumberPdfObjectStream. sizeCurrent object stream size (number of objects inside).Methods in com.itextpdf.kernel.pdf that return PdfNumber Modifier and Type Method Description PdfNumberPdfArray. getAsNumber(int index)Returns the element at the specified index as a PdfNumber.PdfNumberPdfDictionary. getAsNumber(PdfName key)Returns the value associated to this key as a PdfNumber.protected PdfNumberPdfReader. getXrefPrev(PdfObject prevObjectToCheck)private PdfNumberPdfNumTree. iterateItems(PdfDictionary dictionary, PdfNumber leftOver)Methods in com.itextpdf.kernel.pdf with parameters of type PdfNumber Modifier and Type Method Description private PdfNumberPdfNumTree. iterateItems(PdfDictionary dictionary, PdfNumber leftOver)private voidPdfOutputStream. 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 PdfNumberPdfFixedPrint. getHorizontalTranslation()PdfNumberPdfMarkupAnnotation. getOpacity()The constant opacity value that will be used in painting the annotation.PdfNumberPdfFreeTextAnnotation. getRotation()Gets the rotation angle in degrees.PdfNumberPdfStampAnnotation. getRotation()Gets the rotation angle in degrees.PdfNumberPdfFixedPrint. getVerticalTranslation()Methods in com.itextpdf.kernel.pdf.annot with parameters of type PdfNumber Modifier and Type Method Description PdfMarkupAnnotationPdfMarkupAnnotation. 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 PdfNumberPdfCollectionField. 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 voidPdfCollectionItem. 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 voidAccessibilityPropertiesToStructElem. addNewAttributesToAttributesArray(int insertIndex, java.util.List<PdfStructureAttributes> newAttributesList, PdfNumber revision, PdfArray attributesArray)(package private) static PdfObjectAccessibilityPropertiesToStructElem. 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 PdfNumberCompareTool. 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 booleanCompareTool. compareNumbers(PdfNumber outNumber, PdfNumber cmpNumber)Simple method that compares two given PdfNumbers.private booleanCompareTool. compareNumbersExtended(PdfNumber outNumber, PdfNumber cmpNumber, ObjectPath currentPath, CompareTool.CompareResult compareResult)private PdfNumberCompareTool. 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 PdfNumberCanvasTextAdditionContext. mcIdMethods in com.itextpdf.kernel.validation.context that return PdfNumber Modifier and Type Method Description PdfNumberCanvasTextAdditionContext. getMcId()GetsPdfNumberwhich 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 voidPdfA1Checker. checkPdfNumber(PdfNumber number)protected voidPdfA4Checker. checkPdfNumber(PdfNumber number)Verify the conformity of the PDF number.protected abstract voidPdfAChecker. 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 PdfMcrPdfUA2CanvasTextChecker. findMcrByMcId(PdfDocument document, PdfNumber mcId, PdfStream contentStream)
-