public class PdfBorderDictionary extends PdfDictionary
PdfBorderDictionary define the appearance of a Border (Annotations).PdfDictionary| 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. | 
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 © 2020. All rights reserved.