Class CustomBorderStyle
public class CustomBorderStyle
extends Object
Option class for customising border when saving to PDF.
-
Constructor Summary
Constructors
-
Method Summary
final double
Get the width of a border when exporting to PDF.
Gets the list that records that the length of each segment of the dashed line.
final void
Set the width of a border when exporting to PDF.
final void
Sets the list records that the length of each segment of the dashed line.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CustomBorderStyle
public CustomBorderStyle()
-
Method Details
-
getBorderWidth
public final double getBorderWidth()
Get the width of a border when exporting to PDF.
-
setBorderWidth
public final void setBorderWidth(double value)
Set the width of a border when exporting to PDF.
-
getDashes
Gets the list that records that the length of each segment of the dashed line.
-
setDashes
Sets the list records that the length of each segment of the dashed line.