Package com.itextpdf.text.pdf
Class PdfBorderDictionary
java.lang.Object
com.itextpdf.text.pdf.PdfObject
com.itextpdf.text.pdf.PdfDictionary
com.itextpdf.text.pdf.PdfBorderDictionary
- All Implemented Interfaces:
Serializable
A
PdfBorderDictionary
define the appearance of a Border (Annotations).- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
-
Constructor Summary
ConstructorsConstructorDescriptionPdfBorderDictionary
(float borderWidth, int borderStyle) PdfBorderDictionary
(float borderWidth, int borderStyle, PdfDashPattern dashes) Constructs aPdfBorderDictionary
. -
Method Summary
Methods inherited from class com.itextpdf.text.pdf.PdfDictionary
checkType, clear, contains, get, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getKeys, isCatalog, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, putEx, remove, 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
-
Field Details
-
STYLE_SOLID
public static final int STYLE_SOLID- See Also:
-
STYLE_DASHED
public static final int STYLE_DASHED- See Also:
-
STYLE_BEVELED
public static final int STYLE_BEVELED- See Also:
-
STYLE_INSET
public static final int STYLE_INSET- See Also:
-
STYLE_UNDERLINE
public static final int STYLE_UNDERLINE- See Also:
-
-
Constructor Details
-
PdfBorderDictionary
Constructs aPdfBorderDictionary
. -
PdfBorderDictionary
public PdfBorderDictionary(float borderWidth, int borderStyle)
-