public class PdfBorderDictionary extends PdfDictionary
PdfBorderDictionary
define the appearance of a Border (Annotations).PdfDictionary
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, wait
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
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type
public 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 © 2018. All rights reserved.