com.lowagie.text.pdf

Class PdfBorderDictionary

public class PdfBorderDictionary extends PdfDictionary

A PdfBorderDictionary define the appearance of a Border (Annotations).

See Also: PdfDictionary

Field Summary
static intSTYLE_BEVELED
static intSTYLE_DASHED
static intSTYLE_INSET
static intSTYLE_SOLID
static intSTYLE_UNDERLINE
Constructor Summary
PdfBorderDictionary(float borderWidth, int borderStyle, PdfDashPattern dashes)
Constructs a PdfBorderDictionary.
PdfBorderDictionary(float borderWidth, int borderStyle)

Field Detail

STYLE_BEVELED

public static final int STYLE_BEVELED

STYLE_DASHED

public static final int STYLE_DASHED

STYLE_INSET

public static final int STYLE_INSET

STYLE_SOLID

public static final int STYLE_SOLID

STYLE_UNDERLINE

public static final int STYLE_UNDERLINE

Constructor Detail

PdfBorderDictionary

public PdfBorderDictionary(float borderWidth, int borderStyle, PdfDashPattern dashes)
Constructs a PdfBorderDictionary.

PdfBorderDictionary

public PdfBorderDictionary(float borderWidth, int borderStyle)