Uses of Class
com.lowagie.text.pdf.PdfArray
Packages that use PdfArray
Package
Description
-
Uses of PdfArray in com.lowagie.bouncycastle
Methods in com.lowagie.bouncycastle with parameters of type PdfArrayModifier and TypeMethodDescriptionstatic byte[]
BouncyCastleHelper.getEnvelopedData
(PdfArray recipients, List<PdfObject> strings, Certificate certificate, Key certificateKey, String certificateKeyProvider) -
Uses of PdfArray in com.lowagie.rups.view.models
Fields in com.lowagie.rups.view.models declared as PdfArrayConstructors in com.lowagie.rups.view.models with parameters of type PdfArray -
Uses of PdfArray in com.lowagie.text
Methods in com.lowagie.text with parameters of type PdfArrayModifier and TypeMethodDescriptionprivate PdfObject
Image.simplifyColorspace
(PdfArray obj) Gets a PDF Name from an array or returns the object that was passed. -
Uses of PdfArray in com.lowagie.text.pdf
Subclasses of PdfArray in com.lowagie.text.pdfModifier and TypeClassDescriptionclass
APdfBorderArray
defines the border of aPdfAnnotation
.class
APdfColor
defines a Color (it's aPdfArray
containing 3 values).class
APdfDashPattern
defines a dash pattern as described in the PDF Reference Manual version 1.3 p 325 (section 8.4.3).class
APdfColor
defines a Color (it's aPdfArray
containing 3 values).class
PdfRectangle
is the PDF Rectangle object.Fields in com.lowagie.text.pdf declared as PdfArrayModifier and TypeFieldDescriptionprivate PdfArray
PdfAcroForm.calculationOrder
This is an array containing the calculationorder of the fields.(package private) PdfArray
PdfAnnotation.PdfImportedLink.destination
private PdfArray
PdfAcroForm.documentFields
This is an array containing DocumentFields.protected PdfArray
PdfCopy.fieldArray
protected PdfArray
PdfTemplate.matrix
(package private) PdfArray
PdfLayerMembership.members
protected PdfArray
PdfWriter.OCGLocked
The locked array in an OCG dictionaryprotected PdfArray
PdfWriter.OCGRadioGroup
The RBGroups array in an OCG dictionaryFields in com.lowagie.text.pdf with type parameters of type PdfArrayMethods in com.lowagie.text.pdf that return PdfArrayModifier and TypeMethodDescriptionprotected PdfArray
PdfCopyFieldsImp.branchForm
(Map<String, Object> level, PdfIndirectReference parent, String fname) (package private) static PdfArray
PdfAction.buildArray
(Object[] names) (package private) PdfArray
protected PdfArray
Translate a PRArray to a PdfArray.(package private) static PdfArray
SimpleNamedDestination.createDestinationArray
(String value, PdfWriter writer) PdfArray.getAsArray
(int idx) Returns aPdfObject
as aPdfArray
, resolving indirect references.PdfDictionary.getAsArray
(PdfName key) Returns aPdfObject
as aPdfArray
, resolving indirect references.PdfPublicKeySecurityHandler.getEncodedRecipients()
(package private) PdfArray
PdfTemplate.getMatrix()
static PdfArray
PdfAnnotation.getMKColor
(Color color) private static PdfArray
PdfReader.getNameArray
(PdfObject obj) PdfSignatureAppDataDict.getOs()
Indicates the operating system, such as Windows.protected static PdfArray
PdfFormField.processOptions
(String[] options) protected static PdfArray
PdfFormField.processOptions
(String[][] options) PdfContentParser.readArray()
Reads an array.protected PdfArray
PdfReader.readArray()
Methods in com.lowagie.text.pdf with parameters of type PdfArrayModifier and TypeMethodDescriptionprivate void
Recursive method to reconstruct the documentOCGorder variable in the writer.private void
PdfCopyFieldsImp.adjustTabOrder
(PdfArray annots, PdfIndirectReference ind, PdfNumber nn) protected PdfArray
Translate a PRArray to a PdfArray.protected static PdfFormField
PdfFormField.createChoice
(PdfWriter writer, int flags, PdfArray options, int topIndex) (package private) Color
AcroFields.getMKColor
(PdfArray ar) static Rectangle
PdfReader.getNormalizedRectangle
(PdfArray box) Normalizes aRectangle
so that llx and lly are smaller than urx and ury.private static void
PdfWriter.getOCGOrder
(PdfArray order, PdfLayer layer) protected void
PRAcroForm.iterateFields
(PdfArray fieldlist, PRIndirectReference fieldDict, String title) After reading, we index all of the fields.void
Visualizes a PdfArray object.private static String
SimpleBookmark.makeBookmarkParam
(PdfArray dest, IntHashtable pages) static Color
AcroFields.parseColor
(PdfArray pdfColor) Parses and converts colors from PDF to standard AWT Colors.private IntHashtable
DocumentFont.readWidths
(PdfArray ws) private int
AcroFields.removeRefFromArray
(PdfArray array, PdfObject refo) private void
PdfSmartCopy.ByteStore.serArray
(PdfArray array, int level, ByteBuffer bb) Constructors in com.lowagie.text.pdf with parameters of type PdfArrayModifierConstructorDescriptionConstructs anPdfArray
-object, containing allPdfObject
s in a specifiedPdfArray
.PdfRectangle
(PdfArray rectangle) To be used when the array contains 4 float numbers as pdf coordinates like RECT / BBox -
Uses of PdfArray in com.lowagie.text.pdf.internal
Methods in com.lowagie.text.pdf.internal that return PdfArrayModifier and TypeMethodDescriptionPdfAnnotationsImp.rotateAnnotations
(PdfWriter writer, Rectangle pageSize) -
Uses of PdfArray in com.lowagie.toolbox.plugins
Methods in com.lowagie.toolbox.plugins with parameters of type PdfArrayModifier and TypeMethodDescriptionprivate void
Normalize.Seitehinzufuegen
(PdfDictionary page, int count_in_leaf, PdfWriter writer, PdfArray array)