Class PdfBorderDictionary
- java.lang.Object
-
- com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfObject
-
- com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfDictionary
-
- com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfBorderDictionary
-
public class PdfBorderDictionary extends PdfDictionary
APdfBorderDictionary
define the appearance of a Border (Annotations).- See Also:
PdfDictionary
-
-
Field Summary
Fields Modifier and Type Field Description static int
STYLE_BEVELED
static int
STYLE_DASHED
static int
STYLE_INSET
static int
STYLE_SOLID
static int
STYLE_UNDERLINE
-
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.gitlab.pdftk_java.com.lowagie.text.pdf.PdfDictionary
contains, get, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getKeys, isCatalog, isDictionaryType, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, putDel, putEx, remove, size, toPdf
-
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, toString, type
-
-
-
-
Field Detail
-
STYLE_SOLID
public static final int STYLE_SOLID
- See Also:
- Constant Field Values
-
STYLE_DASHED
public static final int STYLE_DASHED
- See Also:
- Constant Field Values
-
STYLE_BEVELED
public static final int STYLE_BEVELED
- See Also:
- Constant Field Values
-
STYLE_INSET
public static final int STYLE_INSET
- See Also:
- Constant Field Values
-
STYLE_UNDERLINE
public 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)
-
-