java.io.Serializablepublic class PdfBorderDictionary extends PdfDictionary
PdfBorderDictionary define the appearance of a Border (Annotations).PdfDictionary,
Serialized Form| 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 | Description |
|---|---|
PdfBorderDictionary(float borderWidth,
int borderStyle) |
|
PdfBorderDictionary(float borderWidth,
int borderStyle,
PdfDashPattern dashes) |
Constructs a
PdfBorderDictionary. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcheckType, 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, toStringcanBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, typepublic static final int STYLE_SOLID
public static final int STYLE_DASHED
public static final int STYLE_BEVELED
public static final int STYLE_INSET
public static final int STYLE_UNDERLINE
public PdfBorderDictionary(float borderWidth,
int borderStyle,
PdfDashPattern dashes)
PdfBorderDictionary.public PdfBorderDictionary(float borderWidth,
int borderStyle)
Copyright © 1998–2018. All rights reserved.