Package com.itextpdf.text.pdf
Class PdfBorderArray
java.lang.Object
com.itextpdf.text.pdf.PdfObject
com.itextpdf.text.pdf.PdfArray
com.itextpdf.text.pdf.PdfBorderArray
- All Implemented Interfaces:
Serializable
,Iterable<PdfObject>
A
PdfBorderArray
defines the border of a PdfAnnotation
.- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionPdfBorderArray
(float hRadius, float vRadius, float width) Constructs a newPdfBorderArray
.PdfBorderArray
(float hRadius, float vRadius, float width, PdfDashPattern dash) Constructs a newPdfBorderArray
. -
Method Summary
Methods inherited from class com.itextpdf.text.pdf.PdfArray
add, add, add, add, addFirst, asDoubleArray, asLongArray, contains, getArrayList, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getPdfObject, isEmpty, iterator, listIterator, remove, set, size, toPdf, toString
Methods inherited from class com.itextpdf.text.pdf.PdfObject
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
PdfBorderArray
public PdfBorderArray(float hRadius, float vRadius, float width) Constructs a newPdfBorderArray
. -
PdfBorderArray
Constructs a newPdfBorderArray
.
-