public class PDBorderStyleDictionary extends Object implements COSObjectable
| Modifier and Type | Field and Description | 
|---|---|
| static String | STYLE_BEVELEDConstant for the name of a beveled style. | 
| static String | STYLE_DASHEDConstant for the name of a dashed style. | 
| static String | STYLE_INSETConstant for the name of a inset style. | 
| static String | STYLE_SOLIDConstant for the name of a solid style. | 
| static String | STYLE_UNDERLINEConstant for the name of a underline style. | 
| Constructor and Description | 
|---|
| PDBorderStyleDictionary()Constructor. | 
| PDBorderStyleDictionary(COSDictionary dict)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| COSBase | getCOSObject()returns the dictionary. | 
| PDLineDashPattern | getDashStyle()This will retrieve the dash style used for drawing the border. | 
| COSDictionary | getDictionary()returns the dictionary. | 
| String | getStyle()This will retrieve the border style, see the STYLE_* constants for valid
 values. | 
| float | getWidth()This will retrieve the border width in points, 0 = no border. | 
| void | setDashStyle(PDLineDashPattern d)This will set the dash style used for drawing the border. | 
| void | setStyle(String s)This will set the border style, see the STYLE_* constants for valid values. | 
| void | setWidth(float w)This will set the border width in points, 0 = no border. | 
public static final String STYLE_SOLID
public static final String STYLE_DASHED
public static final String STYLE_BEVELED
public static final String STYLE_INSET
public static final String STYLE_UNDERLINE
public PDBorderStyleDictionary()
public PDBorderStyleDictionary(COSDictionary dict)
dict - a border style dictionary.public COSDictionary getDictionary()
public COSBase getCOSObject()
getCOSObject in interface COSObjectablepublic void setWidth(float w)
w - float the width in pointspublic float getWidth()
public void setStyle(String s)
s - the border style to usepublic String getStyle()
public void setDashStyle(PDLineDashPattern d)
d - the dash style to usepublic PDLineDashPattern getDashStyle()
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.