Uses of Enum Class
com.itextpdf.text.pdf.spatial.units.PtIdentifier
Packages that use PtIdentifier
-
Uses of PtIdentifier in com.itextpdf.text.pdf.spatial
Methods in com.itextpdf.text.pdf.spatial with parameters of type PtIdentifierModifier and TypeMethodDescriptionvoidPointData.addXPTSValue(PdfNumber value, PtIdentifier identifier) Adds a point to the Point Data dictionary. -
Uses of PtIdentifier in com.itextpdf.text.pdf.spatial.units
Subclasses with type arguments of type PtIdentifier in com.itextpdf.text.pdf.spatial.unitsModifier and TypeClassDescriptionenumIdentifier for use in the Names array that identifies the internal data elements of the individual point arrays in the XPTS arrayMethods in com.itextpdf.text.pdf.spatial.units that return PtIdentifierModifier and TypeMethodDescriptionstatic PtIdentifierReturns the enum constant of this class with the specified name.static PtIdentifier[]PtIdentifier.values()Returns an array containing the constants of this enum class, in the order they are declared.