Uses of Class
com.itextpdf.kernel.pdf.PdfName
-
-
Uses of PdfName in com.itextpdf.forms
Methods in com.itextpdf.forms that return PdfName Modifier and Type Method Description static PdfName
PdfSigFieldLock. getLockActionValue(PdfSigFieldLock.LockAction action)
Returns the specified action of a signature field lock asPdfName
value.Methods in com.itextpdf.forms with parameters of type PdfName Modifier and Type Method Description PdfAcroForm
PdfAcroForm. put(PdfName key, PdfObject value)
Put a key/value pair in the dictionary and overwrite previous value if it already exists. -
Uses of PdfName in com.itextpdf.forms.fields
Fields in com.itextpdf.forms.fields declared as PdfName Modifier and Type Field Description private static PdfName[]
AbstractPdfFormField. TERMINAL_FIELDS
Fields in com.itextpdf.forms.fields with type parameters of type PdfName Modifier and Type Field Description private static java.util.Set<PdfName>
PdfFormField. FORM_FIELD_KEYS
List of all allowable keys in form fields.Methods in com.itextpdf.forms.fields that return PdfName Modifier and Type Method Description private PdfName
PdfFormField. getFontNameFromDR(PdfDictionary fontResources, PdfObject font)
PdfName
PdfButtonFormField. getFormType()
ReturnsBtn
, the form type for choice form fields.PdfName
PdfChoiceFormField. getFormType()
ReturnsCh
, the form type for choice form fields.PdfName
PdfFormField. getFormType()
Returns the type of the parent form field, or of the wrapped <PdfDictionary> object.static PdfName
PdfFormField. getFormType(PdfDictionary fieldDict)
Returns the type of the form field dictionary, or of the parent <PdfDictionary> object.PdfName
PdfSignatureFormField. getFormType()
ReturnsSig
, the form type for signature form fields.PdfName
PdfTextFormField. getFormType()
ReturnsTx
, the form type for textual form fields.private static PdfName
PdfFormField. getTypeFromParent(PdfDictionary field)
private PdfName
PdfFormField. getUniqueFontNameForDR(PdfDictionary fontResources)
Methods in com.itextpdf.forms.fields that return types with arguments of type PdfName Modifier and Type Method Description static java.util.Collection<PdfName>
PdfFormField. getFormFieldKeys()
Gets a set of all possible form field keys exceptPdfName.Parent
.Methods in com.itextpdf.forms.fields with parameters of type PdfName Modifier and Type Method Description private static Color
PdfFormAnnotation. appearancePropToColor(PdfDictionary appearanceCharacteristics, PdfName property)
private static PdfString
PdfFormField. generateDefaultAppearance(PdfName font, float fontSize, Color textColor)
private PdfObject
PdfFormField. getAcroFormKey(PdfName key, int type)
(package private) PdfObject
AbstractPdfFormField. getAcroFormObject(PdfName key, int type)
AbstractPdfFormField
AbstractPdfFormField. put(PdfName key, PdfObject value)
Inserts the value into thePdfDictionary
of this field and associates it with the specified key.private void
PdfFormField. putAcroFormObject(PdfName acroFormKey, PdfObject acroFormObject)
Puts object directly to AcroForm dictionary.AbstractPdfFormField
AbstractPdfFormField. remove(PdfName key)
Removes the specified key from thePdfDictionary
of this field.PdfFormField
PdfFormField. setAdditionalAction(PdfName key, PdfAction action)
Sets an additional action for the form field.PdfFormAnnotation
PdfFormAnnotation. setAppearance(PdfName appearanceType, java.lang.String appearanceState, PdfStream appearanceStream)
Sets an appearance for (the widgets related to) the form field. -
Uses of PdfName in com.itextpdf.forms.xfdf
Fields in com.itextpdf.forms.xfdf declared as PdfName Modifier and Type Field Description private PdfName
ActionObject. nameAction
Represents Name, required attribute of Named element.private PdfName
ActionObject. type
Type of inner action element.Methods in com.itextpdf.forms.xfdf that return PdfName Modifier and Type Method Description (package private) static PdfName
XfdfObjectUtils. getHighlightFullValue(PdfName highlightMode)
Converts H key value in the link annotation dictionary to Highlight value of xfdf link annotation attribute.PdfName
ActionObject. getNameAction()
Gets the value of Name, required attribute of Named element.(package private) static PdfName
XfdfObjectUtils. getStyleFullValue(PdfName style)
Converts style (S key value) in the pdf annotation dictionary to style value of xfdf annotation attribute.PdfName
ActionObject. getType()
Returns the type of inner action element.Methods in com.itextpdf.forms.xfdf with parameters of type PdfName Modifier and Type Method Description private static void
XfdfObjectFactory. addBorderStyleAttributes(AnnotObject annotObject, PdfNumber width, PdfArray dashes, PdfName style)
(package private) static PdfName
XfdfObjectUtils. getHighlightFullValue(PdfName highlightMode)
Converts H key value in the link annotation dictionary to Highlight value of xfdf link annotation attribute.(package private) static PdfName
XfdfObjectUtils. getStyleFullValue(PdfName style)
Converts style (S key value) in the pdf annotation dictionary to style value of xfdf annotation attribute.ActionObject
ActionObject. setNameAction(PdfName nameAction)
Sets the value of Name, required attribute of Named element.ActionObject
ActionObject. setType(PdfName type)
Sets the type of inner action element.Constructors in com.itextpdf.forms.xfdf with parameters of type PdfName Constructor Description ActionObject(PdfName type)
Creates an instance ofActionObject
. -
Uses of PdfName in com.itextpdf.kernel.crypto.securityhandler
Methods in com.itextpdf.kernel.crypto.securityhandler with parameters of type PdfName Modifier and Type Method Description (package private) void
PubSecHandlerUsingAes256. setEncryptionDictEntries(PdfDictionary encryptionDictionary, boolean encryptMetadata, boolean embeddedFilesOnly, int version, PdfName cryptFilter)
(package private) void
StandardHandlerUsingAes256. setEncryptionDictionaryEntries(PdfDictionary encryptionDictionary, byte[] oeKey, byte[] ueKey, byte[] aes256Perms, boolean encryptMetadata, boolean embeddedFilesOnly, int version, int revision, PdfName cryptoFilter)
-
Uses of PdfName in com.itextpdf.kernel.font
Fields in com.itextpdf.kernel.font declared as PdfName Modifier and Type Field Description private PdfName
DocTrueTypeFont. fontFileName
private PdfName
DocType1Font. fontFileName
private PdfName
DocTrueTypeFont. subtype
private PdfName
DocType1Font. subtype
Methods in com.itextpdf.kernel.font that return PdfName Modifier and Type Method Description PdfName
DocTrueTypeFont. getFontFileName()
PdfName
DocType1Font. getFontFileName()
PdfName
IDocFontProgram. getFontFileName()
PdfName
DocTrueTypeFont. getSubtype()
PdfName
DocType1Font. getSubtype()
PdfName
IDocFontProgram. getSubtype()
Methods in com.itextpdf.kernel.font with parameters of type PdfName Modifier and Type Method Description private static void
DocFontEncoding. fillBaseEncoding(DocFontEncoding fontEncoding, PdfName baseEncodingName)
protected void
PdfSimpleFont. flushFontData(java.lang.String fontName, PdfName subtype)
-
Uses of PdfName in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as PdfName Modifier and Type Field Description static PdfName
PdfName. _3D
static PdfName
PdfName. _3DA
static PdfName
PdfName. _3DB
static PdfName
PdfName. _3DCrossSection
static PdfName
PdfName. _3DD
static PdfName
PdfName. _3DI
static PdfName
PdfName. _3DV
static PdfName
PdfName. _3DView
static PdfName
PdfName. a
static PdfName
PdfName. A
static PdfName
PdfName. A85
static PdfName
PdfName. AA
static PdfName
PdfName. AbsoluteColorimetric
static PdfName
PdfName. AcroForm
static PdfName
PdfName. Action
static PdfName
PdfName. ActualText
static PdfName
PdfName. ADBE
static PdfName
PdfName. Adbe_pkcs7_detached
static PdfName
PdfName. Adbe_pkcs7_s4
static PdfName
PdfName. Adbe_pkcs7_s5
static PdfName
PdfName. Adbe_pkcs7_sha1
static PdfName
PdfName. Adbe_x509_rsa_sha1
static PdfName
PdfName. Adobe_PPKLite
static PdfName
PdfName. Adobe_PPKMS
static PdfName
PdfName. Adobe_PubSec
static PdfName
PdfName. AESV2
static PdfName
PdfName. AESV3
static PdfName
PdfName. AESV4
static PdfName
PdfName. AF
static PdfName
PdfName. AFRelationship
static PdfName
PdfName. After
static PdfName
PdfName. AHx
static PdfName
PdfName. AIS
static PdfName
PdfName. Alaw
static PdfName
PdfName. All
static PdfName
PdfName. AllOff
static PdfName
PdfName. AllOn
static PdfName
PdfName. Alt
static PdfName
PdfName. Alternate
static PdfName
PdfName. AlternatePresentations
static PdfName
PdfName. Alternates
static PdfName
PdfName. Alternative
static PdfName
PdfName. AN
static PdfName
PdfName. And
static PdfName
PdfName. Annot
static PdfName
PdfName. Annotation
static PdfName
PdfName. Annots
static PdfName
PdfName. AnnotStates
static PdfName
PdfName. AnyOff
static PdfName
PdfName. AnyOn
static PdfName
PdfName. AP
static PdfName
PdfName. App
static PdfName
PdfName. AppDefault
static PdfName
PdfName. ApplicationOctetStream
static PdfName
PdfName. ApplicationPdf
static PdfName
PdfName. ApplicationXml
static PdfName
PdfName. Approved
static PdfName
PdfName. Art
static PdfName
PdfName. ArtBox
static PdfName
PdfName. Artifact
static PdfName
PdfName. AS
static PdfName
PdfName. Ascent
static PdfName
PdfName. ASCII85Decode
static PdfName
PdfName. ASCIIHexDecode
static PdfName
PdfName. Aside
static PdfName
PdfName. AsIs
static PdfName
PdfName. AttachedToSig
static PdfName
PdfName. AuthCode
static PdfName
PdfName. AuthEvent
static PdfName
PdfName. Author
static PdfName
PdfName. B
static PdfName
PdfName. BackgroundColor
static PdfName
PdfName. BaseEncoding
static PdfName
PdfName. BaseFont
static PdfName
PdfName. BaselineShift
static PdfName
PdfName. BaseState
protected PdfName
PdfDeveloperExtension. baseVersion
The base version.static PdfName
PdfName. BaseVersion
static PdfName
PdfName. Bates
static PdfName
PdfName. BBox
static PdfName
PdfName. BC
static PdfName
PdfName. BE
static PdfName
PdfName. Before
static PdfName
PdfName. BG
static PdfName
PdfName. BG2
static PdfName
PdfName. BibEntry
static PdfName
PdfName. BitsPerComponent
static PdfName
PdfName. BitsPerCoordinate
static PdfName
PdfName. BitsPerFlag
static PdfName
PdfName. BitsPerSample
static PdfName
PdfName. Bl
static PdfName
PdfName. Black
static PdfName
PdfName. BlackIs1
static PdfName
PdfName. BlackPoint
static PdfName
PdfName. BleedBox
static PdfName
PdfName. Block
static PdfName
PdfName. BlockAlign
static PdfName
PdfName. BlockQuote
static PdfName
PdfName. BM
static PdfName
PdfName. Book
static PdfName
PdfName. Border
static PdfName
PdfName. BorderColor
static PdfName
PdfName. BorderStyle
static PdfName
PdfName. BorderThickness
static PdfName
PdfName. Both
static PdfName
PdfName. Bounds
static PdfName
PdfName. BS
static PdfName
PdfName. Btn
static PdfName
PdfName. Butt
static PdfName
PdfName. ByteRange
static PdfName
PdfName. C
static PdfName
PdfName. C0
static PdfName
PdfName. C1
static PdfName
PdfName. ca
static PdfName
PdfName. CA
static PdfName
PdfName. CalGray
static PdfName
PdfName. CalRGB
static PdfName
PdfName. Cap
static PdfName
PdfName. CapHeight
static PdfName
PdfName. Caption
static PdfName
PdfName. Caret
static PdfName
PdfName. Catalog
static PdfName
PdfName. Category
static PdfName
PdfName. CCF
static PdfName
PdfName. CCITTFaxDecode
static PdfName
PdfName. Center
static PdfName
PdfName. CenterWindow
static PdfName
PdfName. Cert
static PdfName
PdfName. Certs
static PdfName
PdfName. CF
static PdfName
PdfName. CFM
static PdfName
PdfName. Ch
static PdfName
PdfName. CharProcs
static PdfName
PdfName. CI
static PdfName
PdfName. CIDFontType0
static PdfName
PdfName. CIDFontType2
static PdfName
PdfName. CIDSet
static PdfName
PdfName. CIDSystemInfo
static PdfName
PdfName. CIDToGIDMap
static PdfName
PdfName. Circle
static PdfName
PdfName. CL
static PdfName
PdfName. ClosedArrow
static PdfName
PdfName. CMapName
static PdfName
PdfName. CMYK
static PdfName
PdfName. CO
static PdfName
PdfName. Code
static PdfName
PdfName. Collection
static PdfName
PdfName. Color
static PdfName
PdfName. Colorants
static PdfName
PdfName. ColorBurn
static PdfName
PdfName. ColorDodge
static PdfName
PdfName. Colors
static PdfName
PdfName. ColorSpace
static PdfName
PdfName. ColorTransform
static PdfName
PdfName. ColSpan
static PdfName
PdfName. Column
static PdfName
PdfName. ColumnCount
static PdfName
PdfName. ColumnGap
static PdfName
PdfName. Columns
static PdfName
PdfName. ColumnWidths
static PdfName
PdfName. Compatible
static PdfName
PdfName. Confidential
static PdfName
PdfName. Configs
static PdfName
PdfName. ContactInfo
static PdfName
PdfName. Contents
static PdfName
PdfName. Coords
static PdfName
PdfName. Count
static PdfName
PdfName. CP
static PdfName
PdfName. CreationDate
static PdfName
PdfName. Creator
static PdfName
PdfName. CreatorInfo
static PdfName
PdfName. CRL
static PdfName
PdfName. CRLs
static PdfName
PdfName. CropBox
static PdfName
PdfName. Crypt
static PdfName
PdfName. CS
static PdfName
PdfName. CT
static PdfName
PdfName. Cyan
static PdfName
PdfName. D
static PdfName
PdfName. DA
static PdfName
PdfName. Darken
static PdfName
PdfName. Dashed
static PdfName
PdfName. Data
static PdfName
PdfName. DCT
static PdfName
PdfName. DCTDecode
static PdfName
PdfName. Decimal
static PdfName
PdfName. Decode
static PdfName
PdfName. DecodeParms
static PdfName
PdfName. Default
static PdfName
PdfName. DefaultCMYK
static PdfName
PdfName. DefaultCryptFilter
static PdfName
PdfName. DefaultGray
static PdfName
PdfName. DefaultRGB
static PdfName
PdfName. Departmental
static PdfName
PdfName. Desc
static PdfName
PdfName. DescendantFonts
static PdfName
PdfName. Descent
static PdfName
PdfName. Design
static PdfName
PdfName. Dest
static PdfName
PdfName. DestOutputProfile
static PdfName
PdfName. Dests
static PdfName
PdfName. DeviceCMY
static PdfName
PdfName. DeviceCMYK
static PdfName
PdfName. DeviceGray
static PdfName
PdfName. DeviceN
static PdfName
PdfName. DeviceRGB
static PdfName
PdfName. DeviceRGBK
static PdfName
PdfName. Diamond
static PdfName
PdfName. Difference
static PdfName
PdfName. Differences
static PdfName
PdfName. DigestLocation
static PdfName
PdfName. DigestMethod
static PdfName
PdfName. DigestValue
static PdfName
PdfName. Direction
static PdfName
PdfName. Disc
static PdfName
PdfName. DisplayDocTitle
static PdfName
PdfName. Div
static PdfName
PdfName. DocMDP
static PdfName
PdfName. DocOpen
static PdfName
PdfName. DocTimeStamp
static PdfName
PdfName. Document
static PdfName
PdfName. DocumentFragment
static PdfName
PdfName. Domain
static PdfName
PdfName. Dotted
static PdfName
PdfName. Double
static PdfName
PdfName. Dp
static PdfName
PdfName. DP
static PdfName
PdfName. DPart
static PdfName
PdfName. DR
static PdfName
PdfName. Draft
static PdfName
PdfName. DS
static PdfName
PdfName. DSS
static PdfName
PdfName. Duplex
static PdfName
PdfName. DuplexFlipLongEdge
static PdfName
PdfName. DuplexFlipShortEdge
static PdfName
PdfName. DV
static PdfName
PdfName. DW
static PdfName
PdfName. E
static PdfName
PdfName. EF
static PdfName
PdfName. EFF
static PdfName
PdfName. EFOpen
static PdfName
PdfName. Em
static PdfName
PdfName. EmbeddedFile
static PdfName
PdfName. EmbeddedFiles
static PdfName
PdfName. Encode
static PdfName
PdfName. EncodedByteAlign
static PdfName
PdfName. Encoding
static PdfName
PdfName. Encrypt
static PdfName
PdfName. EncryptedPayload
static PdfName
PdfName. EncryptMetadata
static PdfName
PdfName. End
static PdfName
PdfName. EndIndent
static PdfName
PdfName. EndOfBlock
static PdfName
PdfName. EndOfLine
static PdfName
PdfName. Enforce
static PdfName
PdfName. EP
static PdfName
PdfName. ESIC
static PdfName
PdfName. ETSI_CAdES_DETACHED
static PdfName
PdfName. ETSI_RFC3161
static PdfName
PdfName. Event
static PdfName
PdfName. Exclude
static PdfName
PdfName. Exclusion
static PdfName
PdfName. ExData
static PdfName
PdfName. Experimental
static PdfName
PdfName. Expired
static PdfName
PdfName. Export
static PdfName
PdfName. ExportState
static PdfName
PdfName. Extend
static PdfName
PdfName. Extends
static PdfName
PdfName. ExtensionLevel
static PdfName
PdfName. ExtensionRevision
static PdfName
PdfName. Extensions
static PdfName
PdfName. ExtGState
static PdfName
PdfName. F
static PdfName
PdfName. False
static PdfName
PdfName. FDecodeParams
static PdfName
PdfName. FENote
static PdfName
PdfName. Ff
static PdfName
PdfName. FFilter
static PdfName
PdfName. FieldMDP
static PdfName
PdfName. Fields
static PdfName
PdfName. Figure
static PdfName
PdfName. FileAttachment
static PdfName
PdfName. Filespec
static PdfName
PdfName. Filter
static PdfName
PdfName. Final
static PdfName
PdfName. First
static PdfName
PdfName. FirstChar
static PdfName
PdfName. FirstPage
static PdfName
PdfName. Fit
static PdfName
PdfName. FitB
static PdfName
PdfName. FitBH
static PdfName
PdfName. FitBV
static PdfName
PdfName. FitH
static PdfName
PdfName. FitR
static PdfName
PdfName. FitV
static PdfName
PdfName. FitWindow
static PdfName
PdfName. FixedPrint
static PdfName
PdfName. Fl
PdfName for the abbreviation of FlateDecode.static PdfName
PdfName. FL
PdfName for Flatness Tolerance.static PdfName
PdfName. Flags
static PdfName
PdfName. FlateDecode
static PdfName
PdfName. Fo
static PdfName
PdfName. Font
static PdfName
PdfName. FontBBox
static PdfName
PdfName. FontDescriptor
static PdfName
PdfName. FontFamily
static PdfName
PdfName. FontFauxing
static PdfName
PdfName. FontFile
static PdfName
PdfName. FontFile2
static PdfName
PdfName. FontFile3
static PdfName
PdfName. FontMatrix
static PdfName
PdfName. FontName
static PdfName
PdfName. FontStretch
static PdfName
PdfName. FontWeight
static PdfName
PdfName. Footer
static PdfName
PdfName. ForComment
static PdfName
PdfName. Form
static PdfName
PdfName. FormData
static PdfName
PdfName. FormType
static PdfName
PdfName. Formula
static PdfName
PdfName. ForPublicRelease
static PdfName
PdfName. FreeText
static PdfName
PdfName. FreeTextCallout
static PdfName
PdfName. FreeTextTypeWriter
static PdfName
PdfName. FS
static PdfName
PdfName. FT
static PdfName
PdfName. FullScreen
static PdfName
PdfName. Function
static PdfName
PdfName. Functions
static PdfName
PdfName. FunctionType
static PdfName
PdfName. G
static PdfName
PdfName. Gamma
static PdfName
PdfName. GlyphOrientationVertical
static PdfName
PdfName. GoTo
static PdfName
PdfName. GoTo3DView
static PdfName
PdfName. GoToDp
static PdfName
PdfName. GoToE
static PdfName
PdfName. GoToR
static PdfName
PdfName. Graph
static PdfName
PdfName. Groove
static PdfName
PdfName. Group
static PdfName
PdfName. GTS_PDFA1
static PdfName
PdfName. H
static PdfName
PdfName. H1
static PdfName
PdfName. H2
static PdfName
PdfName. H3
static PdfName
PdfName. H4
static PdfName
PdfName. H5
static PdfName
PdfName. H6
static PdfName
PdfName. HalftoneName
static PdfName
PdfName. HalftoneType
static PdfName
PdfName. HardLight
static PdfName
PdfName. Header
static PdfName
PdfName. Headers
static PdfName
PdfName. Height
static PdfName
PdfName. Hidden
static PdfName
PdfName. Hide
static PdfName
PdfName. HideMenubar
static PdfName
PdfName. HideToolbar
static PdfName
PdfName. HideWindowUI
static PdfName
PdfName. Highlight
static PdfName
PdfName. HT
static PdfName
PdfName. HTO
static PdfName
PdfName. HTP
static PdfName
PdfName. Hue
static PdfName
PdfName. I
static PdfName
PdfName. IC
static PdfName
PdfName. ICCBased
static PdfName
PdfName. ID
static PdfName
PdfName. Identity
static PdfName
PdfName. IdentityH
static PdfName
PdfName. IDS
static PdfName
PdfName. IDTree
static PdfName
PdfName. Image
static PdfName
PdfName. ImageMask
static PdfName
PdfName. ImportData
static PdfName
PdfName. Include
static PdfName
PdfName. Index
static PdfName
PdfName. Indexed
static PdfName
PdfName. Info
static PdfName
PdfName. Ink
static PdfName
PdfName. InkList
static PdfName
PdfName. Inline
static PdfName
PdfName. InlineAlign
static PdfName
PdfName. Inset
static PdfName
PdfName. Intent
static PdfName
PdfName. Interpolate
static PdfName
PdfName. ipa
static PdfName
PdfName. IRT
static PdfName
PdfName. IsMap
static PdfName
PdfName. ISO_
static PdfName
PdfName. IT
static PdfName
PdfName. ItalicAngle
static PdfName
PdfName. JavaScript
static PdfName
PdfName. JBIG2Decode
static PdfName
PdfName. JBIG2Globals
static PdfName
PdfName. JPXDecode
static PdfName
PdfName. JS
static PdfName
PdfName. Justify
static PdfName
PdfName. K
static PdfName
PdfName. KDFSalt
static PdfName
PdfName. Keywords
static PdfName
PdfName. Kids
static PdfName
PdfName. L
static PdfName
PdfName. L2R
static PdfName
PdfName. Lab
static PdfName
PdfName. Lang
static PdfName
PdfName. Language
static PdfName
PdfName. Last
static PdfName
PdfName. LastChar
static PdfName
PdfName. LastModified
static PdfName
PdfName. LastPage
static PdfName
PdfName. Launch
static PdfName
PdfName. Layout
static PdfName
PdfName. Lbl
static PdfName
PdfName. LBody
static PdfName
PdfName. LC
static PdfName
PdfName. LE
static PdfName
PdfName. Leading
static PdfName
PdfName. Length
static PdfName
PdfName. Length1
static PdfName
PdfName. LI
static PdfName
PdfName. Lighten
static PdfName
PdfName. Limits
static PdfName
PdfName. Line
static PdfName
PdfName. LineArrow
static PdfName
PdfName. LineHeight
static PdfName
PdfName. LineNum
static PdfName
PdfName. LineThrough
static PdfName
PdfName. Link
static PdfName
PdfName. List
static PdfName
PdfName. ListMode
static PdfName
PdfName. ListNumbering
static PdfName
PdfName. LJ
static PdfName
PdfName. LL
static PdfName
PdfName. LLE
static PdfName
PdfName. LLO
static PdfName
PdfName. Location
static PdfName
PdfName. Lock
static PdfName
PdfName. Locked
static PdfName
PdfName. LowerAlpha
static PdfName
PdfName. LowerRoman
static PdfName
PdfName. Luminosity
static PdfName
PdfName. LW
static PdfName
PdfName. LZWDecode
static PdfName
PdfName. M
static PdfName
PdfName. MAC
static PdfName
PdfName. MacExpertEncoding
static PdfName
PdfName. MACLocation
static PdfName
PdfName. MacRomanEncoding
static PdfName
PdfName. Magenta
static PdfName
PdfName. Marked
static PdfName
PdfName. MarkInfo
static PdfName
PdfName. MarkStyle
static PdfName
PdfName. Markup
static PdfName
PdfName. Markup3D
static PdfName
PdfName. Mask
static PdfName
PdfName. Matrix
static PdfName
PdfName. max
static PdfName
PdfName. MaxLen
static PdfName
PdfName. MCD
static PdfName
PdfName. MCID
static PdfName
PdfName. MCR
static PdfName
PdfName. MD5
static PdfName
PdfName. Measure
static PdfName
PdfName. MediaBox
static PdfName
PdfName. MediaClip
static PdfName
PdfName. Metadata
static PdfName
PdfName. MH
static PdfName
PdfName. Middle
static PdfName
PdfName. min
static PdfName
PdfName. MissingWidth
static PdfName
PdfName. Mix
static PdfName
PdfName. MK
static PdfName
PdfName. ML
static PdfName
PdfName. MMType1
static PdfName
PdfName. MN
static PdfName
PdfName. ModDate
static PdfName
PdfName. Movie
static PdfName
PdfName. MR
static PdfName
PdfName. MuLaw
static PdfName
PdfName. Multiply
static PdfName
PdfName. N
static PdfName
PdfName. NA
static PdfName
PdfName. Name
static PdfName
PdfName. Named
static PdfName
PdfName. Names
static PdfName
PdfName. Namespace
static PdfName
PdfName. Namespaces
static PdfName
PdfName. NeedAppearances
static PdfName
PdfName. NeedsRendering
static PdfName
PdfName. NewWindow
static PdfName
PdfName. Next
static PdfName
PdfName. NextPage
static PdfName
PdfName. NM
static PdfName
PdfName. None
static PdfName
PdfName. NonFullScreenPageMode
static PdfName
PdfName. NonStruct
static PdfName
PdfName. NoOp
static PdfName
PdfName. Normal
static PdfName
PdfName. Not
static PdfName
PdfName. NotApproved
static PdfName
PdfName. Note
static PdfName
PdfName. NotForPublicRelease
static PdfName
PdfName. NS
static PdfName
PdfName. NSO
static PdfName
PdfName. NumCopies
static PdfName
PdfName. Nums
static PdfName
PdfName. O
static PdfName
PdfName. Obj
static PdfName
PdfName. OBJR
static PdfName
PdfName. ObjStm
static PdfName
PdfName. OC
static PdfName
PdfName. OCG
static PdfName
PdfName. OCGs
static PdfName
PdfName. OCMD
static PdfName
PdfName. OCProperties
static PdfName
PdfName. OCSP
static PdfName
PdfName. OCSPs
static PdfName
PdfName. OE
static PdfName
PdfName. OFF
static PdfName
PdfName. ON
static PdfName
PdfName. OneColumn
static PdfName
PdfName. op
static PdfName
PdfName. OP
static PdfName
PdfName. Open
static PdfName
PdfName. OpenAction
static PdfName
PdfName. OpenArrow
static PdfName
PdfName. Operation
static PdfName
PdfName. OPI
static PdfName
PdfName. OPM
static PdfName
PdfName. Opt
static PdfName
PdfName. Or
static PdfName
PdfName. Order
static PdfName
PdfName. Ordered
static PdfName
PdfName. Ordering
static PdfName
PdfName. Outlines
static PdfName
PdfName. OutputCondition
static PdfName
PdfName. OutputConditionIdentifier
static PdfName
PdfName. OutputIntent
static PdfName
PdfName. OutputIntents
static PdfName
PdfName. Outset
static PdfName
PdfName. Overlay
static PdfName
PdfName. OverlayText
static PdfName
PdfName. P
static PdfName
PdfName. PA
static PdfName
PdfName. Padding
static PdfName
PdfName. Page
static PdfName
PdfName. PageElement
static PdfName
PdfName. PageLabels
static PdfName
PdfName. PageLayout
static PdfName
PdfName. PageMode
static PdfName
PdfName. PageNum
static PdfName
PdfName. Pages
static PdfName
PdfName. Pagination
static PdfName
PdfName. PaintType
static PdfName
PdfName. Panose
static PdfName
PdfName. Paperclip
static PdfName
PdfName. Params
static PdfName
PdfName. Parent
static PdfName
PdfName. ParentTree
static PdfName
PdfName. ParentTreeNextKey
static PdfName
PdfName. Part
static PdfName
PdfName. Path
static PdfName
PdfName. Pattern
static PdfName
PdfName. PatternType
static PdfName
PdfName. Pause
static PdfName
PdfName. PC
static PdfName
PdfName. PCM
private static PdfName[]
PdfDocument. PDF_NAMES_TO_REMOVE_FROM_ORIGINAL_TRAILER
static PdfName
PdfName. Pdf_Version_1_2
static PdfName
PdfName. Pdf_Version_1_3
static PdfName
PdfName. Pdf_Version_1_4
static PdfName
PdfName. Pdf_Version_1_5
static PdfName
PdfName. Pdf_Version_1_6
static PdfName
PdfName. Pdf_Version_1_7
static PdfName
PdfName. Pdf_Version_2_0
(package private) static PdfName[]
PdfDocumentInfo. PDF20_DEPRECATED_KEYS
static PdfName
PdfName. Perceptual
static PdfName
PdfName. Perms
static PdfName
PdfName. Pg
static PdfName
PdfName. Phoneme
static PdfName
PdfName. PhoneticAlphabet
static PdfName
PdfName. PI
static PdfName
PdfName. PickTrayByPDFSize
static PdfName
PdfName. PieceInfo
static PdfName
PdfName. Placement
static PdfName
PdfName. Play
static PdfName
PdfName. PO
static PdfName
PdfName. Polygon
static PdfName
PdfName. PolyLine
static PdfName
PdfName. Popup
static PdfName
PdfName. Predictor
static PdfName
PdfName. Preferred
protected PdfName
PdfDeveloperExtension. prefix
The prefix used in the Extensions dictionary added to the Catalog.static PdfName
PdfName. PreserveRB
static PdfName
PdfName. PresSteps
static PdfName
PdfName. Prev
static PdfName
PdfName. PrevPage
static PdfName
PdfName. Print
static PdfName
PdfName. PrintArea
static PdfName
PdfName. PrintClip
static PdfName
PdfName. PrinterMark
static PdfName
PdfName. PrintPageRange
static PdfName
PdfName. PrintScaling
static PdfName
PdfName. PrintState
static PdfName
PdfName. Private
static PdfName
PdfName. ProcSet
static PdfName
PdfName. Producer
static PdfName
PdfName. Projection
static PdfName
PdfName. PronunciationLexicon
static PdfName
PdfName. Prop_Build
static PdfName
PdfName. Properties
static PdfName
PdfName. PS
static PdfName
PdfName. Pushpin
static PdfName
PdfName. PV
static PdfName
PdfName. Q
static PdfName
PdfName. QuadPoints
static PdfName
PdfName. Quote
static PdfName
PdfName. r
static PdfName
PdfName. R
static PdfName
PdfName. R2L
static PdfName
PdfName. Range
static PdfName
PdfName. Raw
static PdfName
PdfName. RB
static PdfName
PdfName. RBGroups
static PdfName
PdfName. RC
static PdfName
PdfName. RClosedArrow
static PdfName
PdfName. RD
static PdfName
PdfName. Reason
static PdfName
PdfName. Recipients
static PdfName
PdfName. Rect
static PdfName
PdfName. Redact
static PdfName
PdfName. Redaction
static PdfName
PdfName. Ref
static PdfName
PdfName. Reference
static PdfName
PdfName. Registry
static PdfName
PdfName. RegistryName
static PdfName
PdfName. RelativeColorimetric
static PdfName
PdfName. Rendition
static PdfName
PdfName. Renditions
static PdfName
PdfName. Repeat
static PdfName
PdfName. Requirement
static PdfName
PdfName. Requirements
static PdfName
PdfName. ResetForm
static PdfName
PdfName. Resources
private PdfName
PdfResources.ResourceNameGenerator. resourceType
static PdfName
PdfName. Resume
static PdfName
PdfName. ReversedChars
static PdfName
PdfName. RGB
static PdfName
PdfName. RI
static PdfName
PdfName. RichMedia
static PdfName
PdfName. Ridge
static PdfName
PdfName. RL
static PdfName
PdfName. RO
static PdfName
PdfName. RoleMap
static PdfName
PdfName. RoleMapNS
static PdfName
PdfName. Root
static PdfName
PdfName. ROpenArrow
static PdfName
PdfName. Rotate
static PdfName
PdfName. Row
static PdfName
PdfName. Rows
static PdfName
PdfName. RowSpan
static PdfName
PdfName. RP
static PdfName
PdfName. RT
static PdfName
PdfName. Ruby
static PdfName
PdfName. RubyAlign
static PdfName
PdfName. RubyPosition
static PdfName
PdfName. RunLengthDecode
static PdfName
PdfName. RV
static PdfName
PdfName. S
static PdfName
PdfName. SA
static PdfName
PdfName. Saturation
static PdfName
PdfName. Schema
static PdfName
PdfName. Scope
static PdfName
PdfName. Screen
static PdfName
PdfName. SD
static PdfName
PdfName. Sect
static PdfName
PdfName. Separation
static PdfName
PdfName. SeparationColorNames
static PdfName
PdfName. SeparationInfo
static PdfName
PdfName. SetOCGState
static PdfName
PdfName. SetState
static PdfName
PdfName. Shading
static PdfName
PdfName. ShadingType
static PdfName
PdfName. Short
static PdfName
PdfName. Sig
static PdfName
PdfName. SigFieldLock
static PdfName
PdfName. SigFlags
static PdfName
PdfName. Signed
static PdfName
PdfName. SigObjRef
static PdfName
PdfName. SigRef
static PdfName
PdfName. Simplex
static PdfName
PdfName. SinglePage
static PdfName
PdfName. Size
static PdfName
PdfName. Slash
static PdfName
PdfName. SM
static PdfName
PdfName. SMask
static PdfName
PdfName. SMaskInData
static PdfName
PdfName. SoftLight
static PdfName
PdfName. Sold
static PdfName
PdfName. Solid
static PdfName
PdfName. Sort
static PdfName
PdfName. Sound
static PdfName
PdfName. Source
static PdfName
PdfName. SpaceAfter
static PdfName
PdfName. SpaceBefore
static PdfName
PdfName. Span
static PdfName
PdfName. Square
static PdfName
PdfName. Squiggly
static PdfName
PdfName. St
static PdfName
PdfName. Stamp
static PdfName
PdfName. StampImage
static PdfName
PdfName. StampSnapshot
static PdfName
PdfName. Standalone
static PdfName
PdfName. Standard
static PdfName
PdfName. Start
static PdfName
PdfName. StartIndent
static PdfName
PdfName. State
static PdfName
PdfName. StateModel
static PdfName
PdfName. StdCF
static PdfName
PdfName. StemH
static PdfName
PdfName. StemV
static PdfName
PdfName. Stm
static PdfName
PdfName. StmF
static PdfName
PdfName. Stop
static PdfName
PdfName. Stream
static PdfName
PdfName. StrF
static PdfName
PdfName. StrikeOut
static PdfName
PdfName. Strong
static PdfName
PdfName. StructElem
static PdfName
PdfName. StructParent
static PdfName
PdfName. StructParents
static PdfName
PdfName. StructTreeRoot
static PdfName
PdfName. Style
static PdfName
PdfName. Sub
static PdfName
PdfName. SubFilter
static PdfName
PdfName. Subj
static PdfName
PdfName. Subject
static PdfName
PdfName. SubmitForm
static PdfName
PdfName. Subtype
static PdfName
PdfName. Subtype2
static PdfName
PdfName. Supplement
static PdfName
PdfName. Suspects
static PdfName
PdfName. SV
static PdfName
PdfName. Sy
static PdfName
PdfName. Symbol
static PdfName
PdfName. Synchronous
static PdfName
PdfName. T
static PdfName
PdfName. TA
static PdfName
PdfName. Table
static PdfName
PdfName. Tabs
static PdfName
PdfName. Tag
static PdfName
PdfName. TBody
static PdfName
PdfName. TBorderStyle
static PdfName
PdfName. TD
static PdfName
PdfName. Templates
static PdfName
PdfName. Text
static PdfName
PdfName. TextAlign
static PdfName
PdfName. TextDecorationColor
static PdfName
PdfName. TextDecorationThickness
static PdfName
PdfName. TextDecorationType
static PdfName
PdfName. TextIndent
static PdfName
PdfName. TF
static PdfName
PdfName. TFoot
static PdfName
PdfName. TH
static PdfName
PdfName. THead
static PdfName
PdfName. Thumb
static PdfName
PdfName. TI
static PdfName
PdfName. TilingType
static PdfName
PdfName. Title
static PdfName
PdfName. TK
static PdfName
PdfName. TM
static PdfName
PdfName. TOC
static PdfName
PdfName. TOCI
static PdfName
PdfName. Toggle
static PdfName
PdfName. Top
static PdfName
PdfName. TopSecret
static PdfName
PdfName. ToUnicode
static PdfName
PdfName. TP
static PdfName
PdfName. TPadding
static PdfName
PdfName. TR
static PdfName
PdfName. TR2
static PdfName
PdfName. Trans
static PdfName
PdfName. TransferFunction
static PdfName
PdfName. TransformMethod
static PdfName
PdfName. TransformParams
static PdfName
PdfName. Transparency
static PdfName
PdfName. TrapNet
static PdfName
PdfName. Trapped
static PdfName
PdfName. TrapRegions
static PdfName
PdfName. TrapStyles
private PdfName
PdfNameTree. treeType
private PdfName
PdfNumTree. treeType
static PdfName
PdfName. TrimBox
static PdfName
PdfName. True
static PdfName
PdfName. TrueType
static PdfName
PdfName. TU
static PdfName
PdfName. TwoColumnLeft
static PdfName
PdfName. TwoColumnRight
static PdfName
PdfName. TwoPageLeft
static PdfName
PdfName. TwoPageRight
static PdfName
PdfName. Tx
static PdfName
PdfName. Type
static PdfName
PdfName. Type0
static PdfName
PdfName. Type1
static PdfName
PdfName. Type3
static PdfName
PdfName. U
static PdfName
PdfName. UCR
static PdfName
PdfName. UCR2
static PdfName
PdfName. UE
static PdfName
PdfName. UF
static PdfName
PdfName. Underline
static PdfName
PdfName. Unordered
static PdfName
PdfName. Unspecified
static PdfName
PdfName. UpperAlpha
static PdfName
PdfName. UpperRoman
static PdfName
PdfName. UR3
static PdfName
PdfName. URI
static PdfName
PdfName. URL
static PdfName
PdfName. URLS
static PdfName
PdfName. Usage
static PdfName
PdfName. UseAttachments
static PdfName
PdfName. UseBlackPtComp
static PdfName
PdfName. UseNone
static PdfName
PdfName. UseOC
static PdfName
PdfName. UseOutlines
static PdfName
PdfName. User
static PdfName
PdfName. UserProperties
static PdfName
PdfName. UserUnit
static PdfName
PdfName. UseThumbs
static PdfName
PdfName. V
static PdfName
PdfName. V2
static PdfName
PdfName. VE
static PdfName
PdfName. Version
static PdfName
PdfName. Vertices
static PdfName
PdfName. VerticesPerRow
static PdfName
PdfName. View
static PdfName
PdfName. ViewArea
static PdfName
PdfName. ViewClip
static PdfName
PdfName. ViewerPreferences
static PdfName
PdfName. ViewState
static PdfName
PdfName. VisiblePages
static PdfName
PdfName. Volatile
static PdfName
PdfName. Volume
static PdfName
PdfName. VRI
static PdfName
PdfName. W
static PdfName
PdfName. W2
static PdfName
PdfName. Warichu
static PdfName
PdfName. Watermark
static PdfName
PdfName. WC
static PdfName
PdfName. WhitePoint
static PdfName
PdfName. Widget
static PdfName
PdfName. Width
static PdfName
PdfName. Widths
static PdfName
PdfName. Win
static PdfName
PdfName. WinAnsiEncoding
static PdfName
PdfName. WP
static PdfName
PdfName. WritingMode
static PdfName
PdfName. WS
static PdfName
PdfName. WT
static PdfName
PdfName. X
static PdfName
PdfName. x_sampa
static PdfName
PdfName. XFA
static PdfName
PdfName. XHeight
static PdfName
PdfName. XML
static PdfName
PdfName. XObject
static PdfName
PdfName. XRef
static PdfName
PdfName. XRefStm
static PdfName
PdfName. XStep
static PdfName
PdfName. XYZ
static PdfName
PdfName. Yellow
static PdfName
PdfName. YStep
static PdfName
PdfName. ZapfDingbats
static PdfName
PdfName. zh_Latn_pinyin
static PdfName
PdfName. zh_Latn_wadegile
static PdfName
PdfName. Zoom
Fields in com.itextpdf.kernel.pdf with type parameters of type PdfName Modifier and Type Field Description (package private) java.util.Set<PdfName>
PageFlushingHelper.DeepFlushingContext. blackList
(package private) java.util.Map.Entry<PdfName,PdfObject>
PdfDictionaryEntrySet.DirectEntry. entry
private static java.util.List<PdfName>
DestinationResolverCopyFilter. EXCLUDE_KEYS_ACTIONCOPY
(package private) java.util.Map<PdfName,PageFlushingHelper.DeepFlushingContext>
PageFlushingHelper.DeepFlushingContext. innerContexts
private java.util.Map<PdfName,PdfObject>
PdfDictionary. map
protected java.util.Map<PdfName,PdfNameTree>
PdfCatalog. nameTrees
Map of thePdfNameTree
.private static java.util.List<PdfName>
PdfPage. PAGE_EXCLUDED_KEYS
private static java.util.Set<PdfName>
PdfCatalog. PAGE_LAYOUTS
private static java.util.Set<PdfName>
PdfCatalog. PAGE_MODES
(package private) java.util.Iterator<java.util.Map.Entry<PdfName,PdfObject>>
PdfDictionaryEntrySet.DirectIterator. parentIterator
private java.util.Map<PdfObject,PdfName>
PdfResources. resourceToName
private java.util.Set<java.util.Map.Entry<PdfName,PdfObject>>
PdfDictionaryEntrySet. set
static java.util.Map<java.lang.String,PdfName>
PdfName. staticNames
map strings to all known static namesprivate static java.util.List<PdfName>
PdfPage. XOBJECT_EXCLUDED_KEYS
Methods in com.itextpdf.kernel.pdf that return PdfName Modifier and Type Method Description PdfName
PdfResources. addColorSpace(PdfColorSpace cs)
AddsPdfColorSpace
object to the resources.PdfName
PdfResources. addColorSpace(PdfObject colorSpace)
AddsPdfObject
to the resources as color space.PdfName
PdfResources. addExtGState(PdfExtGState extGState)
AddsPdfExtGState
object to the resources.PdfName
PdfResources. addExtGState(PdfDictionary extGState)
AddsPdfDictionary
to the resources as graphics state parameter dictionary.PdfName
PdfResources. addFont(PdfDocument pdfDocument, PdfFont font)
Adds font to resources and registers PdfFont in the document for further flushing.PdfName
PdfResources. addForm(PdfStream form)
AddsPdfStream
to the resources as form.PdfName
PdfResources. addForm(PdfFormXObject form)
AddsPdfFormXObject
object to the resources.PdfName
PdfResources. addForm(PdfFormXObject form, PdfName name)
Adds the given Form XObject to the current instance ofPdfResources
.PdfName
PdfResources. addImage(PdfStream image)
AddsPdfStream
to the resources as image.PdfName
PdfResources. addImage(PdfImageXObject image)
AddsPdfImageXObject
object to the resources.PdfName
PdfResources. addPattern(PdfPattern pattern)
AddsPdfPattern
object to the resources.PdfName
PdfResources. addPattern(PdfDictionary pattern)
AddsPdfDictionary
to the resources as pattern.PdfName
PdfResources. addProperties(PdfDictionary properties)
AddsPdfDictionary
to the resources as properties list.(package private) PdfName
PdfResources. addResource(PdfObject resource, PdfResources.ResourceNameGenerator nameGen)
(package private) <T extends PdfObject>
PdfNamePdfResources. addResource(PdfObjectWrapper<T> resource, PdfResources.ResourceNameGenerator nameGen)
PdfName
PdfResources. addShading(AbstractPdfShading shading)
AddsAbstractPdfShading
object to the resources.PdfName
PdfResources. addShading(PdfDictionary shading)
AddsPdfDictionary
to the resources as shading dictionary.private static PdfName
PdfName. createDirectName(java.lang.String name)
PdfName
PdfResources.ResourceNameGenerator. generate(PdfResources resources)
Generates new (unique) resource name.PdfName
PdfArray. getAsName(int index)
Returns the element at the specified index as a PdfName.PdfName
PdfDictionary. getAsName(PdfName key)
Returns the value associated to this key as a PdfName.PdfName
PdfDeveloperExtension. getBaseVersion()
Gets the baseVersion name.PdfName
PdfDictionaryEntrySet.DirectEntry. getKey()
PdfName
PdfOutputIntent. getOutputIntentSubtype()
PdfName
PdfCatalog. getPageLayout()
Get page layout of the document.PdfName
PdfCatalog. getPageMode()
Get page mode of the document.PdfName
PdfDeveloperExtension. getPrefix()
Gets the prefix name.PdfName
PdfResources. getResourceName(PdfObject resource)
Gets the mapped resource name of the givenPdfObject
.<T extends PdfObject>
PdfNamePdfResources. getResourceName(PdfObjectWrapper<T> resource)
Gets the mapped resource name of thePdfObject
under the given wrapper.PdfName
PdfResources.ResourceNameGenerator. getResourceType()
Gets the resource type of generator.PdfName
PdfEncryptedPayload. getSubtype()
PdfName
PdfPage. getTabOrder()
Gets a name specifying the tab order that shall be used for annotations on the page.PdfName
PdfDocumentInfo. getTrapped()
PdfName
PdfEncryptedPayload. getVersion()
protected PdfName
PdfReader. readPdfName(boolean readAsDirect)
PdfName
PdfVersion. toPdfName()
Methods in com.itextpdf.kernel.pdf that return types with arguments of type PdfName Modifier and Type Method Description java.util.Set<java.util.Map.Entry<PdfName,PdfObject>>
PdfDictionary. entrySet()
Returns a Set holding the key-value pairs as Map#Entry objects.java.util.Set<PdfName>
PdfResources. getResourceNames()
Gets the names of all the added resources.java.util.Set<PdfName>
PdfResources. getResourceNames(PdfName resType)
Gets the names of all resources of specified type.java.util.Iterator<java.util.Map.Entry<PdfName,PdfObject>>
PdfDictionaryEntrySet. iterator()
java.util.Set<PdfName>
PdfDictionary. keySet()
Returns all the keys of this PdfDictionary as a Set.(package private) static java.util.Map<java.lang.String,PdfName>
PdfNameLoader. loadNames()
java.util.Map.Entry<PdfName,PdfObject>
PdfDictionaryEntrySet.DirectIterator. next()
Methods in com.itextpdf.kernel.pdf with parameters of type PdfName Modifier and Type Method Description PdfName
PdfResources. addForm(PdfFormXObject form, PdfName name)
Adds the given Form XObject to the current instance ofPdfResources
.(package private) void
PdfCatalog. addNameToNameTree(PdfString key, PdfObject value, PdfName treeType)
This methods adds a new name to the specified NameTree.protected void
PdfResources. addResource(PdfObject resource, PdfName resType, PdfName resName)
private static boolean
PdfWriter. checkTypeOfPdfDictionary(PdfObject dictionary, PdfName expectedType)
int
PdfName. compareTo(PdfName o)
Compare this PdfName to o.boolean
PdfDictionary. containsKey(PdfName key)
Returns true if this PdfDictionary contains the specified key.private static void
OcgPropertiesCopier. copyDArrayField(PdfName fieldToCopy, java.util.Set<PdfIndirectReference> fromOcgsToCopy, PdfDictionary fromDict, PdfDictionary toDict, PdfDocument toDocument)
private static void
OcgPropertiesCopier. copyDNameField(PdfName fieldToCopy, PdfDictionary fromDict, PdfDictionary toDict)
private static void
OcgPropertiesCopier. copyDStringField(PdfName fieldToCopy, PdfDictionary fromDict, PdfDictionary toDict)
private void
PdfDocument. ensureTreeRootAddedToNames(PdfObject treeRoot, PdfName treeType)
static PdfVersion
PdfVersion. fromPdfName(PdfName name)
Creates a PdfVersion class from aPdfName
object if the specified version can be found.PdfObject
PdfDictionary. get(PdfName key)
Returns the value associated to this key.PdfObject
PdfDictionary. get(PdfName key, boolean asDirect)
PdfArray
PdfDictionary. getAsArray(PdfName key)
Returns the value associated to this key as a PdfArray.java.lang.Boolean
PdfDictionary. getAsBool(PdfName key)
Returns the value associated to this key as a Boolean.PdfBoolean
PdfDictionary. getAsBoolean(PdfName key)
Returns the value associated to this key as a PdfBoolean.PdfDictionary
PdfDictionary. getAsDictionary(PdfName key)
Returns the value associated to this key as a PdfDictionary.java.lang.Float
PdfDictionary. getAsFloat(PdfName key)
Returns the value associated to this key as a Float.java.lang.Integer
PdfDictionary. getAsInt(PdfName key)
Returns the value associated to this key as an Integer.PdfName
PdfDictionary. getAsName(PdfName key)
Returns the value associated to this key as a PdfName.PdfNumber
PdfDictionary. getAsNumber(PdfName key)
Returns the value associated to this key as a PdfNumber.Rectangle
PdfDictionary. getAsRectangle(PdfName key)
Returns the value associated to this key as a Rectangle.PdfStream
PdfDictionary. getAsStream(PdfName key)
Returns the value associated to this key as a PdfStream.PdfString
PdfDictionary. getAsString(PdfName key)
Returns the value associated to this key as a PdfString.PdfColorSpace
PdfResources. getColorSpace(PdfName name)
PdfFormXObject
PdfResources. getForm(PdfName name)
PdfImageXObject
PdfResources. getImage(PdfName name)
private PdfObject
PdfPage. getInheritedValue(PdfName pdfName, int type)
private static PdfObject
PdfPage. getInheritedValue(PdfPages parentPages, PdfName pdfName)
PageFlushingHelper.DeepFlushingContext
PageFlushingHelper.DeepFlushingContext. getInnerContextFor(PdfName key)
PdfNameTree
PdfCatalog. getNameTree(PdfName treeType)
This method gets Names tree from the catalog.PdfPattern
PdfResources. getPattern(PdfName name)
PdfExtGState
PdfResources. getPdfExtGState(PdfName name)
PdfObject
PdfResources. getProperties(PdfName name)
PdfDictionary
PdfResources. getResource(PdfName resType)
Get thePdfDictionary
object that that contain resources of specified type.java.util.Set<PdfName>
PdfResources. getResourceNames(PdfName resType)
Gets the names of all resources of specified type.PdfObject
PdfResources. getResourceObject(PdfName resType, PdfName resName)
Get thePdfObject
object with specified type and name.AbstractPdfShading
PdfResources. getShading(PdfName name)
private java.lang.String
PdfDocumentInfo. getStringValue(PdfName name)
private static boolean
PdfOutputStream. isFlushed(PdfDictionary dict, PdfName name)
boolean
PageFlushingHelper.DeepFlushingContext. isKeyInBlackList(PdfName key)
private boolean
SmartModePdfObjectsSerializer. isKeyRefersBack(PdfDictionary dic, PdfName key)
boolean
PdfCatalog. nameTreeContainsKey(PdfName treeType)
This method checks Names tree for specified tree type.private void
DestinationResolverCopyFilter. processAction(PdfObject newParent, PdfName name, PdfDictionary dict)
PdfCatalog
PdfCatalog. put(PdfName key, PdfObject value)
Add key and value toPdfCatalog
dictionary.PdfObject
PdfDictionary. put(PdfName key, PdfObject value)
Inserts the value into this PdfDictionary and associates it with the specified key.(package private) PdfDocumentInfo
PdfDocumentInfo. put(PdfName key, PdfObject value)
PdfPage
PdfPage. put(PdfName key, PdfObject value)
Helper method that associates specified value with the specified key in the underlyingPdfDictionary
.PdfViewerPreferences
PdfViewerPreferences. put(PdfName key, PdfObject value)
PdfCatalog
PdfCatalog. remove(PdfName key)
Remove key from catalog dictionary.PdfObject
PdfDictionary. remove(PdfName key)
Removes the specified key from this PdfDictionary.PdfPage
PdfPage. remove(PdfName key)
Helper method that removes the value associated with the specified key from the underlyingPdfDictionary
.PdfCatalog
PdfCatalog. setAdditionalAction(PdfName key, PdfAction action)
The actions that shall be taken in response to various trigger events affecting the document as a whole.PdfPage
PdfPage. setAdditionalAction(PdfName key, PdfAction action)
Helper method to add an additional action to this page.void
PdfOutputIntent. setOutputIntentSubtype(PdfName subtype)
PdfCatalog
PdfCatalog. setPageLayout(PdfName pageLayout)
This method sets a page layout of the documentPdfCatalog
PdfCatalog. setPageMode(PdfName pageMode)
This method sets a page mode of the document.PdfEncryptedPayload
PdfEncryptedPayload. setSubtype(PdfName subtype)
PdfPage
PdfPage. setTabOrder(PdfName tabOrder)
Sets a name specifying the tab order that shall be used for annotations on the page.PdfDocumentInfo
PdfDocumentInfo. setTrapped(PdfName trapped)
PdfEncryptedPayload
PdfEncryptedPayload. setVersion(PdfName version)
boolean
DestinationResolverCopyFilter. shouldProcess(PdfObject newParent, PdfName name, PdfObject value)
private void
PdfDocument. updateValueInMarkInfoDict(PdfName key, PdfObject value)
static boolean
VersionConforming. validatePdfVersionForDictEntry(PdfDocument document, PdfVersion expectedVersion, PdfName entryKey, PdfName dictType)
private void
PdfOutputStream. write(PdfName name)
Method parameters in com.itextpdf.kernel.pdf with type arguments of type PdfName Modifier and Type Method Description PdfDictionary
PdfDictionary. clone(java.util.List<PdfName> excludeKeys)
Creates clones of the dictionary in the current document.PdfDictionary
PdfDictionary. copyTo(PdfDocument document, java.util.List<PdfName> excludeKeys, boolean allowDuplicating)
Copies dictionary to specified document.PdfDictionary
PdfDictionary. copyTo(PdfDocument document, java.util.List<PdfName> excludeKeys, boolean allowDuplicating, ICopyFilter copyFilter)
Copies dictionary to specified document.static byte[]
PdfReader. decodeBytes(byte[] b, PdfDictionary streamDictionary, java.util.Map<PdfName,IFilterHandler> filterHandlers)
Decode a byte[] applying the filters specified in the provided dictionary using the provided filter handlers.Constructors in com.itextpdf.kernel.pdf with parameters of type PdfName Constructor Description PdfDeveloperExtension(PdfName prefix, PdfName baseVersion, int extensionLevel)
Creates a PdfDeveloperExtension object.PdfDeveloperExtension(PdfName prefix, PdfName baseVersion, int extensionLevel, java.lang.String url, java.lang.String extensionRevision, boolean isMultiValued)
Creates a PdfDeveloperExtension object.PdfNameTree(PdfCatalog catalog, PdfName treeType)
Creates the NameTree of current DocumentPdfNumTree(PdfCatalog catalog, PdfName treeType)
Creates the NumberTree of current DocumentResourceNameGenerator(PdfName resourceType, java.lang.String prefix)
Constructs an instance ofPdfResources.ResourceNameGenerator
class.ResourceNameGenerator(PdfName resourceType, java.lang.String prefix, int seed)
Constructs an instance ofPdfResources.ResourceNameGenerator
class.Constructor parameters in com.itextpdf.kernel.pdf with type arguments of type PdfName Constructor Description DeepFlushingContext(java.util.Set<PdfName> blackList, java.util.Map<PdfName,PageFlushingHelper.DeepFlushingContext> innerContexts)
DeepFlushingContext(java.util.Set<PdfName> blackList, java.util.Map<PdfName,PageFlushingHelper.DeepFlushingContext> innerContexts)
DirectEntry(java.util.Map.Entry<PdfName,PdfObject> entry)
DirectIterator(java.util.Iterator<java.util.Map.Entry<PdfName,PdfObject>> parentIterator)
PdfDictionary(java.util.Map<PdfName,PdfObject> map)
Creates a new PdfDictionary instance.PdfDictionary(java.util.Set<java.util.Map.Entry<PdfName,PdfObject>> entrySet)
Creates a new PdfDictionary instance.PdfDictionaryEntrySet(java.util.Set<java.util.Map.Entry<PdfName,PdfObject>> set)
-
Uses of PdfName in com.itextpdf.kernel.pdf.action
Fields in com.itextpdf.kernel.pdf.action declared as PdfName Modifier and Type Field Description private static PdfName[]
PdfAnnotationAdditionalActions. Events
private PdfName
PdfActionOcgState. state
Methods in com.itextpdf.kernel.pdf.action that return PdfName Modifier and Type Method Description PdfName
PdfActionOcgState. getState()
Gets the state the optional content groups should be switched toMethods in com.itextpdf.kernel.pdf.action with parameters of type PdfName Modifier and Type Method Description private static PdfTarget
PdfTarget. create(PdfName r)
Creates a newPdfTarget
object given its type.static PdfAction
PdfAction. createMovie(PdfAnnotation annotation, java.lang.String title, PdfName operation)
Creates a Movie annotation (section 12.6.4.9 of ISO 32000-1).static PdfAction
PdfAction. createNamed(PdfName namedAction)
Creates a Named action (section 12.6.4.11 of ISO 32000-1).PdfAction
PdfAnnotationAdditionalActions. getPdfActionForEvent(PdfName eventName)
If exists, returns thePdfAction
for this event, otherwise returns null.PdfAction
PdfAction. put(PdfName key, PdfObject value)
Inserts the value into the underlying object of thisPdfAction
and associates it with the specified key.PdfTarget
PdfTarget. put(PdfName key, PdfObject value)
This is a convenient method to put key-value pairs to the underlyingPdfObject
.static void
PdfAction. setAdditionalAction(PdfObjectWrapper<PdfDictionary> wrapper, PdfName key, PdfAction action)
Adds an additional action to the providedPdfObjectWrapper
<PdfDictionary
> wrapper.void
PdfAnnotationAdditionalActions. setPdfActionForEvent(PdfName event, PdfAction action)
Sets the action for an event, or removes it when the action is null.Constructors in com.itextpdf.kernel.pdf.action with parameters of type PdfName Constructor Description PdfActionOcgState(PdfName state, java.util.List<PdfDictionary> ocgs)
Constructs an optional content state object. -
Uses of PdfName in com.itextpdf.kernel.pdf.annot
Fields in com.itextpdf.kernel.pdf.annot declared as PdfName Modifier and Type Field Description static PdfName
PdfAnnotation. HIGHLIGHT_INVERT
Widget annotation highlighting mode.static PdfName
PdfAnnotation. HIGHLIGHT_NONE
Widget annotation highlighting mode.static PdfName
PdfAnnotation. HIGHLIGHT_OUTLINE
Widget annotation highlighting mode.static PdfName
PdfAnnotation. HIGHLIGHT_PUSH
Widget annotation highlighting mode.static PdfName
PdfAnnotation. HIGHLIGHT_TOGGLE
Widget annotation highlighting mode.static PdfName
PdfLinkAnnotation. Invert
static PdfName
PdfTextMarkupAnnotation. MarkupHighlight
Subtypesstatic PdfName
PdfTextMarkupAnnotation. MarkupSquiggly
static PdfName
PdfTextMarkupAnnotation. MarkupStrikeout
static PdfName
PdfTextMarkupAnnotation. MarkupUnderline
static PdfName
PdfLinkAnnotation. None
Highlight modes.static PdfName
PdfLinkAnnotation. Outline
static PdfName
PdfLinkAnnotation. Push
static PdfName
PdfAnnotation. STYLE_BEVELED
Annotation border style.static PdfName
PdfAnnotation. STYLE_DASHED
Annotation border style.static PdfName
PdfAnnotation. STYLE_INSET
Annotation border style.static PdfName
PdfAnnotation. STYLE_SOLID
Annotation border style.static PdfName
PdfAnnotation. STYLE_UNDERLINE
Annotation border style.Methods in com.itextpdf.kernel.pdf.annot that return PdfName Modifier and Type Method Description PdfName
PdfAnnotation. getAppearanceState()
The annotation’s appearance state, which selects the applicable appearance stream from an appearance subdictionary if there is such.PdfName
PdfPrinterMarkAnnotation. getArbitraryTypeName()
PdfName
PdfAnnotation. getBlendMode()
PDF 2.0.PdfName
PdfLineAnnotation. getCaptionPosition()
A name describing the annotation's caption positioning.PdfName
PdfLinkAnnotation. getHighlightMode()
Gets the annotation highlight mode.PdfName
PdfWidgetAnnotation. getHighlightMode()
Getter for the annotation's highlighting mode.PdfName
PdfFileAttachmentAnnotation. getIconName()
The name of an icon that is used in displaying the annotation.PdfName
PdfSoundAnnotation. getIconName()
The name of an icon that is used in displaying the annotation.PdfName
PdfStampAnnotation. getIconName()
The name of an icon that is used in displaying the annotation.PdfName
PdfTextAnnotation. getIconName()
The name of an icon that is used in displaying the annotation.PdfName
PdfMarkupAnnotation. getIntent()
A name describing the intent of the markup annotation.PdfName
PdfFreeTextAnnotation. getLineEndingStyle()
PdfName
PdfMarkupAnnotation. getReplyType()
A name specifying the relationship (the "reply type") between this annotation and one specified by IRT entry (seePdfMarkupAnnotation.getInReplyTo()
).PdfName
PdfStampAnnotation. getStampName()
PdfName
Pdf3DAnnotation. getSubtype()
Gets aPdfName
which value is a subtype of this annotation.abstract PdfName
PdfAnnotation. getSubtype()
Gets aPdfName
which value is a subtype of this annotation.PdfName
PdfAnnotation.PdfUnknownAnnotation. getSubtype()
PdfName
PdfCaretAnnotation. getSubtype()
PdfName
PdfCircleAnnotation. getSubtype()
PdfName
PdfFileAttachmentAnnotation. getSubtype()
PdfName
PdfFreeTextAnnotation. getSubtype()
PdfName
PdfInkAnnotation. getSubtype()
PdfName
PdfLineAnnotation. getSubtype()
Gets aPdfName
which value is a subtype of this annotation.PdfName
PdfLinkAnnotation. getSubtype()
PdfName
PdfPolygonAnnotation. getSubtype()
PdfName
PdfPolylineAnnotation. getSubtype()
PdfName
PdfPopupAnnotation. getSubtype()
PdfName
PdfPrinterMarkAnnotation. getSubtype()
PdfName
PdfRedactAnnotation. getSubtype()
PdfName
PdfScreenAnnotation. getSubtype()
PdfName
PdfSoundAnnotation. getSubtype()
PdfName
PdfSquareAnnotation. getSubtype()
PdfName
PdfStampAnnotation. getSubtype()
PdfName
PdfTextAnnotation. getSubtype()
PdfName
PdfTextMarkupAnnotation. getSubtype()
PdfName
PdfTrapNetworkAnnotation. getSubtype()
Gets aPdfName
which value is a subtype of this annotation.PdfName
PdfWatermarkAnnotation. getSubtype()
PdfName
PdfWidgetAnnotation. getSubtype()
Methods in com.itextpdf.kernel.pdf.annot that return types with arguments of type PdfName Modifier and Type Method Description java.util.Set<PdfName>
PdfAnnotationAppearance. getStates()
Methods in com.itextpdf.kernel.pdf.annot with parameters of type PdfName Modifier and Type Method Description PdfDictionary
PdfAnnotation. getAppearanceObject(PdfName appearanceType)
Specific appearance object corresponding to the specific appearance type.PdfStream
PdfAnnotationAppearance. getStateObject(PdfName stateName)
PdfAnnotation
PdfAnnotation. put(PdfName key, PdfObject value)
Inserts the value into into the underlyingPdfDictionary
of thisPdfAnnotation
and associates it with the specified key.PdfAnnotation
PdfAnnotation. remove(PdfName key)
Removes the specified key from the underlyingPdfDictionary
of thisPdfAnnotation
.PdfScreenAnnotation
PdfScreenAnnotation. setAdditionalAction(PdfName key, PdfAction action)
Sets an additionalPdfAction
to this annotation which will be performed in response to the specific trigger event defined bykey
.PdfWidgetAnnotation
PdfWidgetAnnotation. setAdditionalAction(PdfName key, PdfAction action)
Sets an additionalPdfAction
to this annotation which will be performed in response to the specific trigger event defined bykey
.PdfAnnotation
PdfAnnotation. setAppearance(PdfName appearanceType, PdfAnnotationAppearance appearance)
Sets a specific type of the appearance usingPdfAnnotationAppearance
wrapper.PdfAnnotation
PdfAnnotation. setAppearance(PdfName appearanceType, PdfDictionary appearance)
Sets a specific type of the appearance.PdfAnnotation
PdfAnnotation. setAppearanceState(PdfName as)
Sets the annotation’s appearance state, which selects the applicable appearance stream from an appearance subdictionary.PdfMarkupAnnotation
PdfPrinterMarkAnnotation. setArbitraryTypeName(PdfName arbitraryTypeName)
PdfAnnotation
PdfAnnotation. setBlendMode(PdfName blendMode)
PDF 2.0.PdfCircleAnnotation
PdfCircleAnnotation. setBorderStyle(PdfName style)
Setter for the annotation's preset border style.PdfFreeTextAnnotation
PdfFreeTextAnnotation. setBorderStyle(PdfName style)
Setter for the annotation's preset border style.PdfInkAnnotation
PdfInkAnnotation. setBorderStyle(PdfName style)
Setter for the annotation's preset border style.PdfLineAnnotation
PdfLineAnnotation. setBorderStyle(PdfName style)
Setter for the annotation's preset border style.PdfLinkAnnotation
PdfLinkAnnotation. setBorderStyle(PdfName style)
Setter for the annotation's preset border style.PdfPolyGeomAnnotation
PdfPolyGeomAnnotation. setBorderStyle(PdfName style)
Setter for the annotation's preset border style.PdfSquareAnnotation
PdfSquareAnnotation. setBorderStyle(PdfName style)
Setter for the annotation's preset border style.PdfWidgetAnnotation
PdfWidgetAnnotation. setBorderStyle(PdfName style)
Setter for the annotation's preset border style.PdfLineAnnotation
PdfLineAnnotation. setCaptionPosition(PdfName captionPosition)
Sets annotation's caption positioning.PdfLinkAnnotation
PdfLinkAnnotation. setHighlightMode(PdfName hlMode)
Sets the annotation highlight mode.PdfWidgetAnnotation
PdfWidgetAnnotation. setHighlightMode(PdfName mode)
Setter for the annotation's highlighting mode.PdfFileAttachmentAnnotation
PdfFileAttachmentAnnotation. setIconName(PdfName name)
The name of an icon that is used in displaying the annotation.PdfSoundAnnotation
PdfSoundAnnotation. setIconName(PdfName name)
The name of an icon that is used in displaying the annotation.PdfStampAnnotation
PdfStampAnnotation. setIconName(PdfName name)
The name of an icon that is used in displaying the annotation.PdfTextAnnotation
PdfTextAnnotation. setIconName(PdfName name)
The name of an icon that is used in displaying the annotation.PdfMarkupAnnotation
PdfMarkupAnnotation. setIntent(PdfName intent)
Sets a name describing the intent of the markup annotation.PdfFreeTextAnnotation
PdfFreeTextAnnotation. setLineEndingStyle(PdfName lineEndingStyle)
PdfMarkupAnnotation
PdfMarkupAnnotation. setReplyType(PdfName replyType)
Sets the relationship (the "reply type") between this annotation and one specified by IRT entry (seePdfMarkupAnnotation.setInReplyTo(PdfAnnotation)
).PdfStampAnnotation
PdfStampAnnotation. setStampName(PdfName name)
PdfAnnotationAppearance
PdfAnnotationAppearance. setState(PdfName stateName, PdfFormXObject state)
PdfAnnotationAppearance
PdfAnnotationAppearance. setStateObject(PdfName stateName, PdfStream state)
static PdfDictionary
BorderStyleUtil. setStyle(PdfDictionary bs, PdfName style)
Setter for the border style.Constructors in com.itextpdf.kernel.pdf.annot with parameters of type PdfName Constructor Description PdfSoundAnnotation(PdfDocument document, Rectangle rect, java.io.InputStream soundStream, float sampleRate, PdfName encoding, int channels, int sampleSizeInBits)
Creates a sound annotation.PdfTextMarkupAnnotation(Rectangle rect, PdfName subtype, float[] quadPoints)
-
Uses of PdfName in com.itextpdf.kernel.pdf.canvas
Fields in com.itextpdf.kernel.pdf.canvas declared as PdfName Modifier and Type Field Description private PdfName
CanvasGraphicsState. renderingIntent
protected PdfName
CanvasTag. role
The type of the tag.Fields in com.itextpdf.kernel.pdf.canvas with type parameters of type PdfName Modifier and Type Field Description private java.util.Stack<Tuple2<PdfName,PdfDictionary>>
PdfCanvas. tagStructureStack
Methods in com.itextpdf.kernel.pdf.canvas that return PdfName Modifier and Type Method Description PdfName
CanvasGraphicsState. getRenderingIntent()
Gets the rendering intent, seePdfExtGState.getRenderingIntent()
.PdfName
CanvasTag. getRole()
Get the role of the tag.Methods in com.itextpdf.kernel.pdf.canvas with parameters of type PdfName Modifier and Type Method Description CanvasTag
CanvasTag. addProperty(PdfName name, PdfObject value)
Adds a single property to thetag
's properties.PdfCanvas
PdfCanvas. beginMarkedContent(PdfName tag)
Manually start a Marked Content sequence.PdfCanvas
PdfCanvas. beginMarkedContent(PdfName tag, PdfDictionary properties)
Manually start a Marked Content sequence with properties.PdfObject
CanvasTag. getProperty(PdfName name)
Gets a property from thetag
's properties dictionary.private java.lang.String
CanvasTag. getPropertyAsString(PdfName name)
CanvasTag
CanvasTag. removeProperty(PdfName name)
Removes a single property from thetag
's properties.void
CanvasGraphicsState. setRenderingIntent(PdfName renderingIntent)
Sets the rendering intent, seePdfExtGState.getRenderingIntent()
.PdfCanvas
PdfCanvas. setRenderingIntent(PdfName renderingIntent)
Set the rendering intent.Constructors in com.itextpdf.kernel.pdf.canvas with parameters of type PdfName Constructor Description CanvasTag(PdfName role)
Creates a tag that is referenced to the document's tag structure (i.e.CanvasTag(PdfName role, int mcid)
Creates a tag that is referenced to the document's tag structure (i.e. -
Uses of PdfName in com.itextpdf.kernel.pdf.canvas.parser
Fields in com.itextpdf.kernel.pdf.canvas.parser with type parameters of type PdfName Modifier and Type Field Description private java.util.Map<PdfName,IXObjectDoHandler>
PdfCanvasProcessor. xobjectDoHandlers
A map with all supported XObject handlersMethods in com.itextpdf.kernel.pdf.canvas.parser with parameters of type PdfName Modifier and Type Method Description protected void
PdfCanvasProcessor. beginMarkedContent(PdfName tag, PdfDictionary dict)
Add to the marked content stack(package private) static PdfColorSpace
PdfCanvasProcessor.SetColorSpaceFillOperator. determineColorSpace(PdfName colorSpace, PdfCanvasProcessor processor)
private void
PdfCanvasProcessor. displayImage(java.util.Stack<CanvasTag> canvasTagHierarchy, PdfStream imageStream, PdfName resourceName, boolean isInline)
private void
PdfCanvasProcessor. displayXObject(PdfName resourceName)
Displays an XObject using the registered handler for this XObject's subtypeprotected PdfStream
PdfCanvasProcessor. getXObjectStream(PdfName xobjectName)
void
IXObjectDoHandler. handleXObject(PdfCanvasProcessor processor, java.util.Stack<CanvasTag> canvasTagHierarchy, PdfStream stream, PdfName xObjectName)
void
PdfCanvasProcessor.FormXObjectDoHandler. handleXObject(PdfCanvasProcessor processor, java.util.Stack<CanvasTag> canvasTagHierarchy, PdfStream xObjectStream, PdfName xObjectName)
void
PdfCanvasProcessor.IgnoreXObjectDoHandler. handleXObject(PdfCanvasProcessor processor, java.util.Stack<CanvasTag> canvasTagHierarchy, PdfStream xObjectStream, PdfName xObjectName)
void
PdfCanvasProcessor.ImageXObjectDoHandler. handleXObject(PdfCanvasProcessor processor, java.util.Stack<CanvasTag> canvasTagHierarchy, PdfStream xObjectStream, PdfName resourceName)
IXObjectDoHandler
PdfCanvasProcessor. registerXObjectDoHandler(PdfName xobjectSubType, IXObjectDoHandler handler)
Registers a Do handler that will be called when Do for the provided XObject subtype is encountered during content processing. -
Uses of PdfName in com.itextpdf.kernel.pdf.canvas.parser.data
Fields in com.itextpdf.kernel.pdf.canvas.parser.data declared as PdfName Modifier and Type Field Description private PdfName
ImageRenderInfo. resourceName
Methods in com.itextpdf.kernel.pdf.canvas.parser.data that return PdfName Modifier and Type Method Description PdfName
ImageRenderInfo. getImageResourceName()
Gets the name of the image resource.Constructors in com.itextpdf.kernel.pdf.canvas.parser.data with parameters of type PdfName Constructor Description ImageRenderInfo(java.util.Stack<CanvasTag> canvasTagHierarchy, CanvasGraphicsState gs, Matrix ctm, PdfStream imageStream, PdfName resourceName, PdfDictionary colorSpaceDictionary, boolean isInline)
Creates an ImageRenderInfo. -
Uses of PdfName in com.itextpdf.kernel.pdf.canvas.parser.util
Fields in com.itextpdf.kernel.pdf.canvas.parser.util with type parameters of type PdfName Modifier and Type Field Description private static java.util.Map<PdfName,PdfName>
InlineImageParsingUtils. inlineImageColorSpaceAbbreviationMap
Map between value abbreviations allowed in dictionary of inline images for COLORSPACEprivate static java.util.Map<PdfName,PdfName>
InlineImageParsingUtils. inlineImageColorSpaceAbbreviationMap
Map between value abbreviations allowed in dictionary of inline images for COLORSPACEprivate static java.util.Map<PdfName,PdfName>
InlineImageParsingUtils. inlineImageEntryAbbreviationMap
Map between key abbreviations allowed in dictionary of inline images and their equivalent image dictionary keysprivate static java.util.Map<PdfName,PdfName>
InlineImageParsingUtils. inlineImageEntryAbbreviationMap
Map between key abbreviations allowed in dictionary of inline images and their equivalent image dictionary keysprivate static java.util.Map<PdfName,PdfName>
InlineImageParsingUtils. inlineImageFilterAbbreviationMap
Map between value abbreviations allowed in dictionary of inline images for FILTERprivate static java.util.Map<PdfName,PdfName>
InlineImageParsingUtils. inlineImageFilterAbbreviationMap
Map between value abbreviations allowed in dictionary of inline images for FILTERMethods in com.itextpdf.kernel.pdf.canvas.parser.util with parameters of type PdfName Modifier and Type Method Description byte[]
InlineImageParsingUtils.UnsupportedFilter. decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary)
private static PdfObject
InlineImageParsingUtils. getAlternateValue(PdfName key, PdfObject value)
Transforms value abbreviations into their corresponding real value(package private) static int
InlineImageParsingUtils. getComponentsPerPixel(PdfName colorSpaceName, PdfDictionary colorSpaceDic)
-
Uses of PdfName in com.itextpdf.kernel.pdf.colorspace
Fields in com.itextpdf.kernel.pdf.colorspace with type parameters of type PdfName Modifier and Type Field Description static java.util.Set<PdfName>
PdfColorSpace. DIRECT_COLOR_SPACES
Methods in com.itextpdf.kernel.pdf.colorspace that return PdfName Modifier and Type Method Description PdfName
PdfSpecialCs.Separation. getName()
Methods in com.itextpdf.kernel.pdf.colorspace with parameters of type PdfName Modifier and Type Method Description private static PdfArray
PdfSpecialCs.Separation. getSeparationCsArray(PdfName name, PdfObject alternateSpace, PdfObject tintTransform)
Constructors in com.itextpdf.kernel.pdf.colorspace with parameters of type PdfName Constructor Description PdfDeviceCs(PdfName pdfObject)
Separation(PdfName name, PdfObject alternateSpace, PdfObject tintTransform)
-
Uses of PdfName in com.itextpdf.kernel.pdf.extgstate
Fields in com.itextpdf.kernel.pdf.extgstate declared as PdfName Modifier and Type Field Description static PdfName
PdfExtGState. BM_COLOR
Standard nonseparable blend mode.static PdfName
PdfExtGState. BM_COLOR_BURN
Standard separable blend mode.static PdfName
PdfExtGState. BM_COLOR_DODGE
Standard separable blend mode.static PdfName
PdfExtGState. BM_DARKEN
Standard separable blend mode.static PdfName
PdfExtGState. BM_DIFFERENCE
Standard separable blend mode.static PdfName
PdfExtGState. BM_EXCLUSION
Standard separable blend mode.static PdfName
PdfExtGState. BM_HARD_LIGHT
Standard separable blend mode.static PdfName
PdfExtGState. BM_HUE
Standard nonseparable blend mode.static PdfName
PdfExtGState. BM_LIGHTEN
Standard separable blend mode.static PdfName
PdfExtGState. BM_LUMINOSITY
Standard nonseparable blend mode.static PdfName
PdfExtGState. BM_MULTIPLY
Standard separable blend mode.static PdfName
PdfExtGState. BM_NORMAL
Standard separable blend mode.static PdfName
PdfExtGState. BM_OVERLAY
Standard separable blend mode.static PdfName
PdfExtGState. BM_SATURATION
Standard nonseparable blend mode.static PdfName
PdfExtGState. BM_SCREEN
Standard separable blend mode.static PdfName
PdfExtGState. BM_SOFT_LIGHT
Standard separable blend mode.Methods in com.itextpdf.kernel.pdf.extgstate that return PdfName Modifier and Type Method Description PdfName
PdfExtGState. getRenderingIntent()
Gets rendering intent value,RI
key.Methods in com.itextpdf.kernel.pdf.extgstate with parameters of type PdfName Modifier and Type Method Description PdfExtGState
PdfExtGState. put(PdfName key, PdfObject value)
Puts the value into Graphics state parameter dictionary and associates it with the specified key.PdfExtGState
PdfExtGState. setRenderingIntent(PdfName renderingIntent)
Sets rendering intent value,RI
key. -
Uses of PdfName in com.itextpdf.kernel.pdf.filespec
Methods in com.itextpdf.kernel.pdf.filespec with parameters of type PdfName Modifier and Type Method Description static PdfFileSpec
PdfEncryptedPayloadFileSpecFactory. create(PdfDocument doc, byte[] fileStore, PdfEncryptedPayload encryptedPayload, PdfName mimeType, PdfDictionary fileParameter)
Embed a encrypted payload to a PdfDocument.static PdfFileSpec
PdfEncryptedPayloadFileSpecFactory. create(PdfDocument doc, java.io.InputStream is, PdfEncryptedPayload encryptedPayload, PdfName mimeType)
Embed a encrypted payload to a PdfDocument.static PdfFileSpec
PdfEncryptedPayloadFileSpecFactory. create(PdfDocument doc, java.io.InputStream is, PdfEncryptedPayload encryptedPayload, PdfName mimeType, PdfDictionary fileParameter)
Embed a encrypted payload to a PdfDocument.static PdfFileSpec
PdfEncryptedPayloadFileSpecFactory. create(PdfDocument doc, java.lang.String filePath, PdfEncryptedPayload encryptedPayload, PdfName mimeType)
Embed a encrypted payload to a PdfDocument.static PdfFileSpec
PdfEncryptedPayloadFileSpecFactory. create(PdfDocument doc, java.lang.String filePath, PdfEncryptedPayload encryptedPayload, PdfName mimeType, PdfDictionary fileParameter)
Embed a encrypted payload to a PdfDocument.static PdfFileSpec
PdfFileSpec. createEmbeddedFileSpec(PdfDocument doc, byte[] fileStore, java.lang.String fileDisplay, PdfDictionary fileParameter, PdfName afRelationshipValue)
Create an embedded file specification.static PdfFileSpec
PdfFileSpec. createEmbeddedFileSpec(PdfDocument doc, byte[] fileStore, java.lang.String fileDisplay, PdfName afRelationshipValue)
Create an embedded file specification.static PdfFileSpec
PdfFileSpec. createEmbeddedFileSpec(PdfDocument doc, byte[] fileStore, java.lang.String description, java.lang.String fileDisplay, PdfDictionary fileParameter, PdfName afRelationshipValue)
Create an embedded file specification.static PdfFileSpec
PdfFileSpec. createEmbeddedFileSpec(PdfDocument doc, byte[] fileStore, java.lang.String description, java.lang.String fileDisplay, PdfName afRelationshipValue)
Create an embedded file specification.static PdfFileSpec
PdfFileSpec. createEmbeddedFileSpec(PdfDocument doc, byte[] fileStore, java.lang.String description, java.lang.String fileDisplay, PdfName mimeType, PdfDictionary fileParameter, PdfName afRelationshipValue)
Create an embedded file specification.private static PdfFileSpec
PdfFileSpec. createEmbeddedFileSpec(PdfDocument doc, PdfStream stream, java.lang.String description, java.lang.String fileDisplay, PdfName afRelationshipValue)
Create an embedded file specification.private static PdfFileSpec
PdfFileSpec. createEmbeddedFileSpec(PdfDocument doc, PdfStream stream, java.lang.String description, java.lang.String fileDisplay, PdfName mimeType, PdfName afRelationshipValue)
Create an embedded file specification.static PdfFileSpec
PdfFileSpec. createEmbeddedFileSpec(PdfDocument doc, java.io.InputStream is, java.lang.String description, java.lang.String fileDisplay, PdfName mimeType, PdfDictionary fileParameter, PdfName afRelationshipValue)
Create an embedded file specification.static PdfFileSpec
PdfFileSpec. createEmbeddedFileSpec(PdfDocument doc, java.io.InputStream is, java.lang.String description, java.lang.String fileDisplay, PdfName mimeType, PdfName afRelationshipValue)
Create an embedded file specification.static PdfFileSpec
PdfFileSpec. createEmbeddedFileSpec(PdfDocument doc, java.lang.String filePath, java.lang.String fileDisplay, PdfName afRelationshipValue)
Create an embedded file specification.static PdfFileSpec
PdfFileSpec. createEmbeddedFileSpec(PdfDocument doc, java.lang.String filePath, java.lang.String description, java.lang.String fileDisplay, PdfName afRelationshipValue)
Create an embedded file specification.static PdfFileSpec
PdfFileSpec. createEmbeddedFileSpec(PdfDocument doc, java.lang.String filePath, java.lang.String description, java.lang.String fileDisplay, PdfName mimeType, PdfDictionary fileParameter, PdfName afRelationshipValue)
Create an embedded file specification.static PdfFileSpec
PdfFileSpec. createEmbeddedFileSpec(PdfDocument doc, java.lang.String filePath, java.lang.String description, java.lang.String fileDisplay, PdfName mimeType, PdfName afRelationshipValue)
Create an embedded file specification.static PdfFileSpec
PdfFileSpec. createExternalFileSpec(PdfDocument doc, java.lang.String filePath, PdfName afRelationshipValue)
Create an external file specification.PdfFileSpec
PdfFileSpec. put(PdfName key, PdfObject value)
-
Uses of PdfName in com.itextpdf.kernel.pdf.filters
Fields in com.itextpdf.kernel.pdf.filters with type parameters of type PdfName Modifier and Type Field Description private static java.util.Map<PdfName,IFilterHandler>
FilterHandlers. defaults
The defaultIFilterHandler
s used by iTextMethods in com.itextpdf.kernel.pdf.filters that return types with arguments of type PdfName Modifier and Type Method Description static java.util.Map<PdfName,IFilterHandler>
FilterHandlers. getDefaultFilterHandlers()
Methods in com.itextpdf.kernel.pdf.filters with parameters of type PdfName Modifier and Type Method Description byte[]
ASCII85DecodeFilter. decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary)
Decode the byte[] using the provided filterName.byte[]
ASCIIHexDecodeFilter. decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary)
Decode the byte[] using the provided filterName.byte[]
CCITTFaxDecodeFilter. decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary)
byte[]
DctDecodeFilter. decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary)
byte[]
DoNothingFilter. decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary)
byte[]
FlateDecodeFilter. decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary)
Decode the byte[] using the provided filterName.byte[]
FlateDecodeStrictFilter. decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary)
Decode the byte[] using the provided filterName.byte[]
IFilterHandler. decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary)
Decode the byte[] using the provided filterName.byte[]
JpxDecodeFilter. decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary)
byte[]
LZWDecodeFilter. decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary)
Decode the byte[] using the provided filterName.byte[]
RunLengthDecodeFilter. decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary)
Decode the byte[] using the provided filterName.private static int
FlateDecodeFilter. getNumberOrDefault(PdfDictionary dict, PdfName key, int defaultInt)
-
Uses of PdfName in com.itextpdf.kernel.pdf.layer
Methods in com.itextpdf.kernel.pdf.layer that return PdfName Modifier and Type Method Description PdfName
PdfLayerMembership. getVisibilityPolicy()
Gets the visibility policy for content belonging to this optional content membership dictionary.Methods in com.itextpdf.kernel.pdf.layer that return types with arguments of type PdfName Modifier and Type Method Description java.util.Collection<PdfName>
PdfLayer. getIntents()
Gets a collection of current intents specified for this layer.Methods in com.itextpdf.kernel.pdf.layer with parameters of type PdfName Modifier and Type Method Description private void
PdfOCProperties. addASEvent(PdfName event, PdfName category)
Populates the /AS entry in the /D dictionary.static boolean
PdfOCProperties. checkDDictonaryFieldValue(PdfName field, PdfObject value)
Checks if optional content group default configuration dictionary field value matches the required value for this field, if one exists.private static void
PdfOCProperties. copyDDictionaryField(PdfName fieldToAdd, PdfDictionary fromDictionary, PdfDictionary toDictionary)
void
PdfLayerMembership. setVisibilityPolicy(PdfName visibilityPolicy)
Sets the visibility policy for content belonging to this membership dictionary.Method parameters in com.itextpdf.kernel.pdf.layer with type arguments of type PdfName Modifier and Type Method Description void
PdfLayer. setIntents(java.util.List<PdfName> intents)
Sets the intents of the layer.Constructors in com.itextpdf.kernel.pdf.layer with parameters of type PdfName Constructor Description PdfVisibilityExpression(PdfName operator)
Creates a visibility expression. -
Uses of PdfName in com.itextpdf.kernel.pdf.navigation
Methods in com.itextpdf.kernel.pdf.navigation with parameters of type PdfName Modifier and Type Method Description private PdfExplicitDestination
PdfExplicitDestination. add(PdfName type)
private PdfExplicitRemoteGoToDestination
PdfExplicitRemoteGoToDestination. add(PdfName type)
private PdfStructureDestination
PdfStructureDestination. add(PdfName type)
static PdfExplicitDestination
PdfExplicitDestination. create(PdfPage page, PdfName type, float left, float bottom, float right, float top, float zoom)
Creates aPdfExplicitDestination
associated with an object inside current PDF document.static PdfExplicitRemoteGoToDestination
PdfExplicitRemoteGoToDestination. create(int pageNum, PdfName type, float left, float bottom, float right, float top, float zoom)
Creates aPdfExplicitRemoteGoToDestination
associated with an object in another PDF document.private static PdfStructureDestination
PdfStructureDestination. create(PdfStructElem elem, PdfName type, float left, float bottom, float right, float top, float zoom)
Constructors in com.itextpdf.kernel.pdf.navigation with parameters of type PdfName Constructor Description PdfNamedDestination(PdfName pdfObject)
-
Uses of PdfName in com.itextpdf.kernel.pdf.tagging
Fields in com.itextpdf.kernel.pdf.tagging with type parameters of type PdfName Modifier and Type Field Description private static java.util.List<PdfName>
StructureTreeCopier. ignoreKeysForClone
private static java.util.List<PdfName>
StructureTreeCopier. ignoreKeysForCopy
private static java.util.Map<java.lang.String,PdfName>
PdfStructTreeRoot. staticRoleNames
Methods in com.itextpdf.kernel.pdf.tagging that return PdfName Modifier and Type Method Description static PdfName
PdfStructTreeRoot. convertRoleToPdfName(java.lang.String role)
PdfName
PdfStructElem. getPhoneticAlphabet()
Attribute for a structure element that indicates the phonetic alphabet used by aPhoneme
attribute.PdfName
IStructureNode. getRole()
PdfName
PdfMcr. getRole()
PdfName
PdfStructElem. getRole()
PdfName
PdfStructTreeRoot. getRole()
Methods in com.itextpdf.kernel.pdf.tagging with parameters of type PdfName Modifier and Type Method Description private PdfNamespace
PdfNamespace. put(PdfName key, PdfObject value)
PdfStructElem
PdfStructElem. put(PdfName key, PdfObject value)
void
PdfStructElem. setPhoneticAlphabet(PdfName phoneticAlphabet)
Attribute for a structure element that indicates the phonetic alphabet used by aPhoneme
attribute.void
PdfStructElem. setRole(PdfName role)
Constructors in com.itextpdf.kernel.pdf.tagging with parameters of type PdfName Constructor Description PdfStructElem(PdfDocument document, PdfName role)
PdfStructElem(PdfDocument document, PdfName role, PdfAnnotation annot)
PdfStructElem(PdfDocument document, PdfName role, PdfPage page)
-
Uses of PdfName in com.itextpdf.kernel.pdf.tagutils
Fields in com.itextpdf.kernel.pdf.tagutils declared as PdfName Modifier and Type Field Description private PdfName
RoleMappingResolver. currRole
private PdfName
RoleMappingResolverPdf2. currRole
protected PdfName
TagReference. role
Methods in com.itextpdf.kernel.pdf.tagutils that return PdfName Modifier and Type Method Description PdfName
TagReference. getRole()
Gets role of structure element.Methods in com.itextpdf.kernel.pdf.tagutils with parameters of type PdfName Modifier and Type Method Description TagReference
TagReference. addProperty(PdfName name, PdfObject value)
Adds property, which will be associated with marked-content sequence.PdfObject
TagReference. getProperty(PdfName name)
Gets property which related to specified name.TagReference
TagReference. removeProperty(PdfName name)
Removes property.private void
RootTagNormalizer. wrapAllKidsInTag(PdfStructElem parent, PdfName wrapTagRole, PdfNamespace wrapTagNs)
-
Uses of PdfName in com.itextpdf.kernel.pdf.xobject
Methods in com.itextpdf.kernel.pdf.xobject that return PdfName Modifier and Type Method Description PdfName
PdfFormXObject. getProcessColorModel()
Gets process color model of trap network appearance,PCM
key.Methods in com.itextpdf.kernel.pdf.xobject with parameters of type PdfName Modifier and Type Method Description PdfFormXObject
PdfFormXObject. put(PdfName key, PdfObject value)
Puts the value into Image XObject dictionary and associates it with the specified key.PdfImageXObject
PdfImageXObject. put(PdfName key, PdfObject value)
Puts the value into Image XObject dictionary and associates it with the specified key.PdfTransparencyGroup
PdfTransparencyGroup. put(PdfName key, PdfObject value)
void
PdfTransparencyGroup. setColorSpace(PdfName colorSpace)
PdfFormXObject
PdfFormXObject. setProcessColorModel(PdfName model)
Sets process color model for trap network appearance,PCM
key. -
Uses of PdfName in com.itextpdf.kernel.utils
Fields in com.itextpdf.kernel.utils with type parameters of type PdfName Modifier and Type Field Description private static java.util.Set<PdfName>
PdfScriptMerger. allowedAAEntries
Methods in com.itextpdf.kernel.utils with parameters of type PdfName Modifier and Type Method Description boolean
CompareTool. compareNames(PdfName outName, PdfName cmpName)
Simple method that compares two given PdfNames.private boolean
CompareTool. compareNamesExtended(PdfName outName, PdfName cmpName, ObjectPath currentPath, CompareTool.CompareResult compareResult)
boolean
ICopyFilter. shouldProcess(PdfObject newParent, PdfName name, PdfObject value)
Verifies whether a PdfObject should be copied in the copying flow.boolean
NullCopyFilter. shouldProcess(PdfObject newParent, PdfName name, PdfObject value)
Method parameters in com.itextpdf.kernel.utils with type arguments of type PdfName Modifier and Type Method Description private boolean
CompareTool. compareDictionariesExtended(PdfDictionary outDict, PdfDictionary cmpDict, ObjectPath currentPath, CompareTool.CompareResult compareResult, java.util.Set<PdfName> excludedKeys)
CompareTool.CompareResult
CompareTool. compareDictionariesStructure(PdfDictionary outDict, PdfDictionary cmpDict, java.util.Set<PdfName> excludedKeys)
Recursively compares structures of two corresponding dictionaries from out and cmp PDF documents. -
Uses of PdfName in com.itextpdf.kernel.utils.annotationsflattening
Fields in com.itextpdf.kernel.utils.annotationsflattening declared as PdfName Modifier and Type Field Description private static PdfName
PdfAnnotationFlattenFactory. UNKNOWN
Fields in com.itextpdf.kernel.utils.annotationsflattening with type parameters of type PdfName Modifier and Type Field Description private static java.util.HashMap<PdfName,java.util.function.Supplier<IAnnotationFlattener>>
PdfAnnotationFlattenFactory. map
Methods in com.itextpdf.kernel.utils.annotationsflattening with parameters of type PdfName Modifier and Type Method Description IAnnotationFlattener
PdfAnnotationFlattenFactory. getAnnotationFlattenWorker(PdfName name)
Gets the annotation flatten worker for the specified annotation subtype. -
Uses of PdfName in com.itextpdf.kernel.utils.objectpathitems
Fields in com.itextpdf.kernel.utils.objectpathitems declared as PdfName Modifier and Type Field Description private PdfName
DictPathItem. key
Methods in com.itextpdf.kernel.utils.objectpathitems that return PdfName Modifier and Type Method Description PdfName
DictPathItem. getKey()
The key which defines to which entry of thePdfDictionary
the transition was performed.Methods in com.itextpdf.kernel.utils.objectpathitems with parameters of type PdfName Modifier and Type Method Description void
ObjectPath. pushDictItemToPath(PdfName key)
Adds dictionary item to the direct path.Constructors in com.itextpdf.kernel.utils.objectpathitems with parameters of type PdfName Constructor Description DictPathItem(PdfName key)
Creates an instance of theDictPathItem
. -
Uses of PdfName in com.itextpdf.kernel.validation.context
Fields in com.itextpdf.kernel.validation.context declared as PdfName Modifier and Type Field Description private PdfName
RenderingIntentValidationContext. intent
Fields in com.itextpdf.kernel.validation.context with type parameters of type PdfName Modifier and Type Field Description private Tuple2<PdfName,PdfDictionary>
CanvasBmcValidationContext. currentBmc
private java.util.Stack<Tuple2<PdfName,PdfDictionary>>
CanvasBmcValidationContext. tagStructureStack
private java.util.Stack<Tuple2<PdfName,PdfDictionary>>
CanvasWritingContentValidationContext. tagStructureStack
Methods in com.itextpdf.kernel.validation.context that return PdfName Modifier and Type Method Description PdfName
RenderingIntentValidationContext. getIntent()
Gets the intent pdf name.Methods in com.itextpdf.kernel.validation.context that return types with arguments of type PdfName Modifier and Type Method Description Tuple2<PdfName,PdfDictionary>
CanvasBmcValidationContext. getCurrentBmc()
Gets current BMC.java.util.Stack<Tuple2<PdfName,PdfDictionary>>
CanvasBmcValidationContext. getTagStructureStack()
Gets tag structure stack.java.util.Stack<Tuple2<PdfName,PdfDictionary>>
CanvasWritingContentValidationContext. getTagStructureStack()
Gets the tag structure stack.Constructors in com.itextpdf.kernel.validation.context with parameters of type PdfName Constructor Description RenderingIntentValidationContext(PdfName intent)
Instantiates a newRenderingIntentValidationContext
based on pdf name.Constructor parameters in com.itextpdf.kernel.validation.context with type arguments of type PdfName Constructor Description CanvasBmcValidationContext(java.util.Stack<Tuple2<PdfName,PdfDictionary>> tagStructureStack, Tuple2<PdfName,PdfDictionary> currentBmc)
Instantiates a newCanvasBmcValidationContext
based on tag structure stack and current BMC.CanvasBmcValidationContext(java.util.Stack<Tuple2<PdfName,PdfDictionary>> tagStructureStack, Tuple2<PdfName,PdfDictionary> currentBmc)
Instantiates a newCanvasBmcValidationContext
based on tag structure stack and current BMC.CanvasWritingContentValidationContext(java.util.Stack<Tuple2<PdfName,PdfDictionary>> tagStructureStack)
Instantiates a newCanvasWritingContentValidationContext
based on tag structure stack. -
Uses of PdfName in com.itextpdf.layout.properties
Fields in com.itextpdf.layout.properties declared as PdfName Modifier and Type Field Description private PdfName
BlendMode. pdfRepresentation
Methods in com.itextpdf.layout.properties that return PdfName Modifier and Type Method Description PdfName
BlendMode. getPdfRepresentation()
Get the pdf representation of the current blend mode.Constructors in com.itextpdf.layout.properties with parameters of type PdfName Constructor Description BlendMode(PdfName pdfRepresentation)
-
Uses of PdfName in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer that return PdfName Modifier and Type Method Description private static PdfName
AccessibleAttributesApplier. transformBlockAlignToName(HorizontalAlignment horizontalAlignment)
private static PdfName
AccessibleAttributesApplier. transformBorderTypeToName(int borderType)
private static PdfName
AccessibleAttributesApplier. transformNumberingTypeToName(ListNumberingType numberingType, boolean isTagStructurePdf2)
private static PdfName
AccessibleAttributesApplier. transformTextAlignmentValueToName(TextAlignment textAlignment)
-
Uses of PdfName in com.itextpdf.pdfa.checker
Fields in com.itextpdf.pdfa.checker with type parameters of type PdfName Modifier and Type Field Description protected static java.util.Set<PdfName>
PdfA3Checker. allowedAFRelationships
protected static java.util.Set<PdfName>
PdfA2Checker. allowedBlendModes
private static java.util.Set<PdfName>
PdfA4Checker. allowedBlendModes4
private static java.util.Set<PdfName>
PdfA4Checker. allowedEntriesInAAWhenNonWidget
protected static java.util.Set<PdfName>
PdfA2Checker. allowedFilters
protected static java.util.Set<PdfName>
PdfA2Checker. allowedInlineImageFilters
protected static java.util.Set<PdfName>
PdfA1Checker. allowedNamedActions
protected static java.util.Set<PdfName>
PdfA1Checker. allowedRenderingIntents
protected static java.util.Set<PdfName>
PdfA2Checker. apLessAnnotations
private static java.util.Set<PdfName>
PdfA4Checker. apLessAnnotations
protected static java.util.Set<PdfName>
PdfA1Checker. contentAnnotations
protected static java.util.Set<PdfName>
PdfA1Checker. forbiddenActions
protected static java.util.Set<PdfName>
PdfA2Checker. forbiddenActions
private static java.util.Set<PdfName>
PdfA4Checker. forbiddenActionsE
protected static java.util.Set<PdfName>
PdfA1Checker. forbiddenAnnotations
protected static java.util.Set<PdfName>
PdfA2Checker. forbiddenAnnotations
private static java.util.Set<PdfName>
PdfA4Checker. forbiddenAnnotations4
private static java.util.Set<PdfName>
PdfA4Checker. forbiddenAnnotations4E
private static java.util.Set<PdfName>
PdfA4Checker. forbiddenAnnotations4F
private java.util.Map<PdfName,PdfArray>
PdfA2Checker. separationColorSpaces
Methods in com.itextpdf.pdfa.checker that return types with arguments of type PdfName Modifier and Type Method Description protected java.util.Set<PdfName>
PdfA1Checker. getAllowedNamedActions()
protected java.util.Set<PdfName>
PdfA2Checker. getAllowedNamedActions()
protected abstract java.util.Set<PdfName>
PdfAChecker. getAllowedNamedActions()
Retrieve allowed actions in conforming document.protected java.util.Set<PdfName>
PdfA2Checker. getAppearanceLessAnnotations()
Gets annotation types which are allowed not to have appearance stream.protected java.util.Set<PdfName>
PdfA4Checker. getAppearanceLessAnnotations()
Gets annotation types which are allowed not to have appearance stream.protected java.util.Set<PdfName>
PdfA1Checker. getForbiddenActions()
protected java.util.Set<PdfName>
PdfA2Checker. getForbiddenActions()
protected java.util.Set<PdfName>
PdfA4Checker. getForbiddenActions()
Retrieve forbidden actions in conforming document.protected abstract java.util.Set<PdfName>
PdfAChecker. getForbiddenActions()
Retrieve forbidden actions in conforming document.protected java.util.Set<PdfName>
PdfA1Checker. getForbiddenAnnotations()
Gets forbidden annotation types.protected java.util.Set<PdfName>
PdfA2Checker. getForbiddenAnnotations()
Gets forbidden annotation types.protected java.util.Set<PdfName>
PdfA4Checker. getForbiddenAnnotations()
Gets forbidden annotation types.Methods in com.itextpdf.pdfa.checker with parameters of type PdfName Modifier and Type Method Description protected void
PdfA2Checker. checkBlendMode(PdfName blendMode)
Check if blendMode is compatible with pdf/a standard being used.protected void
PdfA4Checker. checkBlendMode(PdfName blendMode)
Check if blendMode is compatible with pdf/a standard being used.private boolean
PdfA2Checker. checkDefaultCS(PdfObject pdfObject, PdfDictionary currentColorSpaces, java.lang.Boolean fill, PdfName defaultCsName, int numOfComponents)
protected void
PdfA1Checker. checkPdfName(PdfName name)
protected abstract void
PdfAChecker. checkPdfName(PdfName name)
Verify the conformity of the PDF name.void
PdfA1Checker. checkRenderingIntent(PdfName intent)
abstract void
PdfAChecker. checkRenderingIntent(PdfName intent)
Checks whether the rendering intent of the document is within the allowed range of intents.private boolean
PdfA4Checker. isCMYKColorant(PdfName colourant)
-
Uses of PdfName in com.itextpdf.pdfua.checkers
Method parameters in com.itextpdf.pdfua.checkers with type arguments of type PdfName Modifier and Type Method Description private void
PdfUA1Checker. checkOnOpeningBeginMarkedContent(java.util.Stack<Tuple2<PdfName,PdfDictionary>> stack, Tuple2<PdfName,PdfDictionary> currentBmc)
private void
PdfUA1Checker. checkOnOpeningBeginMarkedContent(java.util.Stack<Tuple2<PdfName,PdfDictionary>> stack, Tuple2<PdfName,PdfDictionary> currentBmc)
private void
PdfUA1Checker. checkOnWritingCanvasToContent(java.util.Stack<Tuple2<PdfName,PdfDictionary>> tagStack)
private void
PdfUA1Checker. checkStandardRoleMapping(Tuple2<PdfName,PdfDictionary> tag)
private boolean
PdfUA1Checker. isInsideArtifact(java.util.Stack<Tuple2<PdfName,PdfDictionary>> tagStack)
private boolean
PdfUA1Checker. isInsideRealContent(java.util.Stack<Tuple2<PdfName,PdfDictionary>> tagStack)
private boolean
PdfUA1Checker. isRealContent(Tuple2<PdfName,PdfDictionary> tag)
-
Uses of PdfName in com.itextpdf.pdfua.checkers.utils
Methods in com.itextpdf.pdfua.checkers.utils with parameters of type PdfName Modifier and Type Method Description PdfStructElem
PdfUAValidationContext. getElementIfRoleMatches(PdfName role, IStructureNode structureNode)
Checks if aIStructureNode
resolved role's is equal to the provided role. -
Uses of PdfName in com.itextpdf.pdfua.checkers.utils.tables
Fields in com.itextpdf.pdfua.checkers.utils.tables declared as PdfName Modifier and Type Field Description private PdfName
TableCellIterator. location
Methods in com.itextpdf.pdfua.checkers.utils.tables that return PdfName Modifier and Type Method Description private PdfName
TableCellIterator. getLocation()
private PdfName
TableStructElementIterator. getRole(IStructureNode node)
Methods in com.itextpdf.pdfua.checkers.utils.tables with parameters of type PdfName Modifier and Type Method Description private static PdfObject
CellResultMatrix. getAttribute(AccessibilityProperties props, PdfName name)
private static int
TableStructElementIterator. getIntValueFromAttributes(PdfStructElem elem, PdfName name)
-
Uses of PdfName in com.itextpdf.signatures
Fields in com.itextpdf.signatures declared as PdfName Modifier and Type Field Description (package private) PdfName
SignaturePermissions.FieldLock. action
Can be /All, /Exclude or /Includeprivate PdfName
PdfPKCS7. filterSubtype
Fields in com.itextpdf.signatures with type parameters of type PdfName Modifier and Type Field Description protected java.util.Map<PdfName,PdfLiteral>
PdfSigner. exclusionLocations
Name and content of keys that can only be added in the close() method.private java.util.Map<PdfName,LtvVerification.ValidationData>
LtvVerification. validated
Methods in com.itextpdf.signatures that return PdfName Modifier and Type Method Description PdfName
SignaturePermissions.FieldLock. getAction()
Getter for the field lock action.PdfName
PdfPKCS7. getFilterSubtype()
Getter for the filter subtype.private PdfName
LtvVerification. getSignatureHashKey(java.lang.String signatureName)
PdfName
PdfSignature. getSubFilter()
A name that describes the encoding of the signature value and key information in the signature dictionary.PdfName
PdfSignature. getType()
The type of PDF object that the wrapped dictionary describes; if present, shall beSig
for a signature dictionary orDocTimeStamp
for a timestamp signature dictionary.Methods in com.itextpdf.signatures with parameters of type PdfName Modifier and Type Method Description byte[]
PdfTwoPhaseSigner. prepareDocumentForSignature(SignerProperties signerProperties, java.lang.String digestAlgorithm, PdfName filter, PdfName subFilter, int estimatedSize, boolean includeDate)
Prepares document for signing, calculates the document digest to sign and closes the document.private byte[]
PdfTwoPhaseSigner. prepareDocumentForSignature(SignerProperties signerProperties, java.security.MessageDigest messageDigest, PdfName filter, PdfName subFilter, int estimatedSize, boolean includeDate)
PdfSignature
PdfSignature. put(PdfName key, PdfObject value)
Add new key-value pair to the signature dictionary.Method parameters in com.itextpdf.signatures with type arguments of type PdfName Modifier and Type Method Description protected void
PdfSigner. preClose(java.util.Map<PdfName,java.lang.Integer> exclusionSizes)
This is the first method to be called when using external signatures.Constructors in com.itextpdf.signatures with parameters of type PdfName Constructor Description ExternalBlankSignatureContainer(PdfName filter, PdfName subFilter)
Creates an ExternalBlankSignatureContainer.FieldLock(PdfName action, PdfArray fields)
Creates a FieldLock instance.PdfPKCS7(byte[] contentsKey, PdfName filterSubtype, java.lang.String provider)
Use this constructor if you want to verify a signature.PdfSignature(PdfName filter, PdfName subFilter)
Creates new PdfSignature. -
Uses of PdfName in com.itextpdf.signatures.validation
Methods in com.itextpdf.signatures.validation with parameters of type PdfName Modifier and Type Method Description private void
DocumentRevisionsValidator. createAllowedTreeEntries(PdfObject treeNode, java.util.Set<PdfIndirectReference> allowedReferences, PdfName contentName)
-