Class PdfBorderArray
- java.lang.Object
-
- com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfObject
-
- com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfArray
-
- com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfBorderArray
-
-
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.gitlab.pdftk_java.com.lowagie.text.pdf.PdfArray
add, add, add, add, addFirst, contains, getArrayList, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getPdfObject, isEmpty, listIterator, remove, set, size, toPdf, toString
-
Methods inherited from class com.gitlab.pdftk_java.com.lowagie.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
.
-
-