com.lowagie.text.pdf
Class PdfBorderDictionary
java.lang.Object
com.lowagie.text.pdf.PdfObject
com.lowagie.text.pdf.PdfDictionary
com.lowagie.text.pdf.PdfBorderDictionary
- public class PdfBorderDictionary
- extends PdfDictionary
A PdfBorderDictionary
define the appearance of a Border (Annotations).
- See Also:
PdfDictionary
Fields inherited from class com.lowagie.text.pdf.PdfObject |
ARRAY, BOOLEAN, bytes, DICTIONARY, INDIRECT, NAME, NOTHING, NULL, NUMBER, STREAM, STRING, TEXT_PDFDOCENCODING, TEXT_UNICODE, type |
Methods inherited from class com.lowagie.text.pdf.PdfDictionary |
contains, get, getKeys, isCatalog, isDictionaryType, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, putDel, putEx, remove, size, toPdf |
Methods inherited from class com.lowagie.text.pdf.PdfObject |
getBytes, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, toString, type |
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
PdfBorderDictionary
public PdfBorderDictionary(float borderWidth,
int borderStyle,
PdfDashPattern dashes)
- Constructs a
PdfBorderDictionary
.
PdfBorderDictionary
public PdfBorderDictionary(float borderWidth,
int borderStyle)