public class PdfBorderDictionary extends PdfDictionary
PdfBorderDictionary
define the appearance of a Border (Annotations).
PdfDictionary
, Serialized Form
Modifier and Type | Field and Description |
---|---|
static int |
STYLE_BEVELED |
static int |
STYLE_DASHED |
static int |
STYLE_INSET |
static int |
STYLE_SOLID |
static int |
STYLE_UNDERLINE |
Constructor and Description |
---|
PdfBorderDictionary(float borderWidth, int borderStyle) |
PdfBorderDictionary(float borderWidth, int borderStyle, PdfDashPattern dashes)
Constructs a PdfBorderDictionary .
|
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 © 2016. All rights reserved.