Package com.aowagie.text.pdf
Class PdfBorderArray
java.lang.Object
com.aowagie.text.pdf.PdfObject
com.aowagie.text.pdf.PdfArray
com.aowagie.text.pdf.PdfBorderArray
A
PdfBorderArray
defines the border of a PdfAnnotation
.- See Also:
-
Field Summary
Fields inherited from class com.aowagie.text.pdf.PdfObject
ARRAY, BOOLEAN, bytes, DICTIONARY, INDIRECT, NAME, NOTHING, NULL, NUMBER, STREAM, STRING, TEXT_PDFDOCENCODING, TEXT_UNICODE, type
-
Constructor Summary
ConstructorsModifierConstructorDescriptionPdfBorderArray
(float hRadius, float vRadius, float width) Constructs a newPdfBorderArray
.private
PdfBorderArray
(float hRadius, float vRadius, float width, PdfDashPattern dash) Constructs a newPdfBorderArray
. -
Method Summary
Methods inherited from class com.aowagie.text.pdf.PdfArray
add, add, add, add, addFirst, contains, getArrayList, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsString, getDirectObject, getPdfObject, isEmpty, listIterator, remove, set, size, toPdf, toString
Methods inherited from class com.aowagie.text.pdf.PdfObject
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, setContent, setIndRef, type
-
Constructor Details
-
PdfBorderArray
public PdfBorderArray(float hRadius, float vRadius, float width) Constructs a newPdfBorderArray
. -
PdfBorderArray
Constructs a newPdfBorderArray
.
-