public static class SaveOptions.BorderPartStyle extends Object
Represents information of one part of border(top, botom, left side or right side)
Modifier and Type | Field and Description |
---|---|
Color |
color
Represents border line's line color
|
int |
LineType
Represents border line's type - f.e.
|
Constructor and Description |
---|
BorderPartStyle() |
Modifier and Type | Method and Description |
---|---|
int |
getWidthInPoints()
Represents border line's width in points.
|
void |
setWidthInPoints(int value)
Represents border line's width in points.
|
public Color color
Represents border line's line color
public int LineType
Represents border line's type - f.e. Dashed or Solid
public int getWidthInPoints()
Represents border line's width in points. Must be number greater then zero.
public void setWidthInPoints(int value)
Represents border line's width in points. Must be number greater then zero.
value
- int value