public class PDBorderStyle extends PDObject
| Modifier and Type | Class and Description |
|---|---|
static class |
PDBorderStyle.MetaClass
The meta class implementation
|
| Modifier and Type | Field and Description |
|---|---|
static COSName |
CN_S_B
Style B: beveled
|
static COSName |
CN_S_D
Style D: dashed
|
static COSName |
CN_S_I
Style I: Inset
|
static COSName |
CN_S_S
Style S: solid
|
static COSName |
CN_S_U
Style U: underlined
|
static COSName |
CN_Type_Border
The border type name
|
static COSName |
DK_D
The DashArray type.
|
static COSName |
DK_S
The Style type.
|
static COSName |
DK_W
The width type.
|
static PDBorderStyle.MetaClass |
META
The meta class instance
|
DK_Subtype, DK_Type| Modifier and Type | Method and Description |
|---|---|
int[] |
getDashArray() |
COSName |
getStyle() |
float |
getWidth() |
void |
setDashArray(int[] newDashArray) |
void |
setStyle(COSName newStyle) |
void |
setWidth(float newWidth)
Set the style.
|
cosGetFieldDescendant, cosGetFieldInheritable, cosGetFieldInherited, cosGetSubtype, cosGetType, cosRemoveFieldInheritable, cosSetFieldInheritable, cosSetSubtype, cosSetType, getDoc, getGenericChildren, getGenericParent, setGenericParent, toStringchanged, cosGetArray, cosGetDict, cosGetDoc, cosGetField, cosGetObject, cosGetStream, cosHasField, cosRemoveField, cosSetField, getAttribute, getFieldBoolean, getFieldDate, getFieldFixed, getFieldFixedArray, getFieldInt, getFieldMLString, getFieldString, invalidateCaches, removeAttribute, setAttribute, setFieldBoolean, setFieldFixed, setFieldInt, setFieldMLString, setFieldName, setFieldObject, setFieldStringpublic static final PDBorderStyle.MetaClass META
public static final COSName DK_W
public static final COSName DK_S
public static final COSName CN_S_S
public static final COSName CN_S_D
public static final COSName CN_S_B
public static final COSName CN_S_I
public static final COSName CN_S_U
public static final COSName DK_D
public static final COSName CN_Type_Border
public int[] getDashArray()
public COSName getStyle()
public float getWidth()
public void setDashArray(int[] newDashArray)
public void setStyle(COSName newStyle)
public void setWidth(float newWidth)
newWidth - The new width.Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.