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:
java.io.Serializable
,java.lang.Iterable<PdfObject>
public class PdfBorderArray extends PdfArray
APdfBorderArray
defines the border of aPdfAnnotation
.- See Also:
PdfArray
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PdfBorderArray(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
-
-
-
-
Constructor Detail
-
PdfBorderArray
public PdfBorderArray(float hRadius, float vRadius, float width)
Constructs a newPdfBorderArray
.
-
PdfBorderArray
public PdfBorderArray(float hRadius, float vRadius, float width, PdfDashPattern dash)
Constructs a newPdfBorderArray
.
-
-