Package com.grapecity.documents.excel
Class CustomBorderStyle
java.lang.Object
com.grapecity.documents.excel.CustomBorderStyle
Option class for customising border when saving to PDF.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal doubleGet 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 voidsetBorderWidth(double value) Set the width of a border when exporting to PDF.final voidSets the list records that the length of each segment of the dashed line.
-
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.
-