java.lang.Object
com.lowagie.text.pdf.PdfObject
com.lowagie.text.pdf.PdfDictionary
com.lowagie.text.pdf.PdfBorderDictionary
Deprecated.
A
PdfBorderDictionary define the appearance of a Border (Annotations).- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDeprecated.static final intDeprecated.static final intDeprecated.static final intDeprecated.static final intDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionPdfBorderDictionary(float borderWidth, int borderStyle) Deprecated.PdfBorderDictionary(float borderWidth, int borderStyle, PdfDashPattern dashes) Deprecated.Constructs aPdfBorderDictionary. -
Method Summary
Methods inherited from class com.lowagie.text.pdf.PdfDictionary
clear, contains, get, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getKeys, getKeysAndValues, isCatalog, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, putEx, remove, size, toPdf, toStringMethods inherited from class com.lowagie.text.pdf.PdfObject
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type
-
Field Details
-
STYLE_SOLID
public static final int STYLE_SOLIDDeprecated.- See Also:
-
STYLE_DASHED
public static final int STYLE_DASHEDDeprecated.- See Also:
-
STYLE_BEVELED
public static final int STYLE_BEVELEDDeprecated.- See Also:
-
STYLE_INSET
public static final int STYLE_INSETDeprecated.- See Also:
-
STYLE_UNDERLINE
public static final int STYLE_UNDERLINEDeprecated.- See Also:
-
-
Constructor Details
-
PdfBorderDictionary
Deprecated.Constructs aPdfBorderDictionary.- Parameters:
borderWidth- the width of the borderborderStyle- the border styledashes- the pattern of the border
-
PdfBorderDictionary
public PdfBorderDictionary(float borderWidth, int borderStyle) Deprecated.
-