Package com.aowagie.text.pdf
Class PdfBorderDictionary
java.lang.Object
com.aowagie.text.pdf.PdfObject
com.aowagie.text.pdf.PdfDictionary
com.aowagie.text.pdf.PdfBorderDictionary
A
PdfBorderDictionary
define the appearance of a Border (Annotations).- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final int
(package private) static final int
(package private) static final int
(package private) static final int
(package private) static final int
Fields inherited from class com.aowagie.text.pdf.PdfDictionary
CATALOG, hashMap, OUTLINES, PAGE
Fields inherited from class com.aowagie.text.pdf.PdfObject
ARRAY, BOOLEAN, bytes, DICTIONARY, INDIRECT, NAME, NOTHING, NULL, NUMBER, STREAM, STRING, TEXT_PDFDOCENCODING, TEXT_UNICODE, type
-
Constructor Summary
ConstructorsConstructorDescriptionPdfBorderDictionary
(float borderWidth, int borderStyle) PdfBorderDictionary
(float borderWidth, int borderStyle, PdfDashPattern dashes) Constructs aPdfBorderDictionary
. -
Method Summary
Methods inherited from class com.aowagie.text.pdf.PdfDictionary
contains, get, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsString, getDirectObject, getKeys, isCatalog, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, remove, size, toPdf, toString
Methods inherited from class com.aowagie.text.pdf.PdfObject
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, setContent, setIndRef, type
-
Field Details
-
STYLE_SOLID
static final int STYLE_SOLID- See Also:
-
STYLE_DASHED
static final int STYLE_DASHED- See Also:
-
STYLE_BEVELED
static final int STYLE_BEVELED- See Also:
-
STYLE_INSET
static final int STYLE_INSET- See Also:
-
STYLE_UNDERLINE
static final int STYLE_UNDERLINE- See Also:
-
-
Constructor Details
-
PdfBorderDictionary
Constructs aPdfBorderDictionary
. -
PdfBorderDictionary
public PdfBorderDictionary(float borderWidth, int borderStyle)
-