com.lowagie.text.pdf
Class PdfBorderArray
java.lang.Object
|
+--com.lowagie.text.pdf.PdfObject
|
+--com.lowagie.text.pdf.PdfArray
|
+--com.lowagie.text.pdf.PdfBorderArray
- public class PdfBorderArray
- extends PdfArray
A PdfBorderArray
defines the border of a PdfAnnotation
.
- See Also:
PdfArray
Fields inherited from class com.lowagie.text.pdf.PdfObject |
ARRAY, BOOLEAN, bytes, DICTIONARY, INDIRECT, NAME, NOTHING, NULL, NUMBER, STREAM, STRING, TEXT_PDFDOCENCODING, TEXT_UNICODE, type |
Constructor Summary |
PdfBorderArray(float hRadius,
float vRadius,
float width)
Constructs a new PdfBorderArray . |
PdfBorderArray(float hRadius,
float vRadius,
float width,
PdfDashPattern dash)
Constructs a new PdfBorderArray . |
Methods inherited from class com.lowagie.text.pdf.PdfObject |
getBytes, isArray, isBoolean, isDictionary, isName, isNull, isNumber, isStream, isString, length, setContent, toString, type |
PdfBorderArray
public PdfBorderArray(float hRadius,
float vRadius,
float width)
- Constructs a new
PdfBorderArray
.
PdfBorderArray
public PdfBorderArray(float hRadius,
float vRadius,
float width,
PdfDashPattern dash)
- Constructs a new
PdfBorderArray
.