[]
        
(Showing Draft Content)

CustomBorderStyle

Class CustomBorderStyle

java.lang.Object
com.grapecity.documents.excel.CustomBorderStyle

public class CustomBorderStyle extends Object
Option class for customising border when saving to PDF.
  • 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

      public final ArrayList<Double> getDashes()
      Gets the list that records that the length of each segment of the dashed line.
    • setDashes

      public final void setDashes(ArrayList<Double> value)
      Sets the list records that the length of each segment of the dashed line.