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
-
class PdfBorderDictionary extends PdfDictionary
APdfBorderDictionary
define the appearance of a Border (Annotations).- See Also:
PdfDictionary
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static int
STYLE_BEVELED
(package private) static int
STYLE_DASHED
(package private) static int
STYLE_INSET
(package private) static int
STYLE_SOLID
(package private) static int
STYLE_UNDERLINE
-
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
Constructors Constructor Description PdfBorderDictionary(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 Detail
-
STYLE_SOLID
static final int STYLE_SOLID
- See Also:
- Constant Field Values
-
STYLE_DASHED
static final int STYLE_DASHED
- See Also:
- Constant Field Values
-
STYLE_BEVELED
static final int STYLE_BEVELED
- See Also:
- Constant Field Values
-
STYLE_INSET
static final int STYLE_INSET
- See Also:
- Constant Field Values
-
STYLE_UNDERLINE
static final int STYLE_UNDERLINE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PdfBorderDictionary
public PdfBorderDictionary(float borderWidth, int borderStyle, PdfDashPattern dashes)
Constructs aPdfBorderDictionary
.
-
PdfBorderDictionary
public PdfBorderDictionary(float borderWidth, int borderStyle)
-
-