java.lang.Object
com.independentsoft.office.drawing.tableStyles.Border
Direct Known Subclasses:
BottomBorder, InsideHorizontalBorder, InsideVerticalBorder, LeftBorder, RightBorder, TopBorder, TopLeftBottomRightDiagonalBorder, TopRightBottomLeftDiagonalBorder

public abstract class Border extends Object
The Class Border.
  • Field Details

  • Constructor Details

    • Border

      public Border()
  • Method Details

    • clone

      public abstract Border clone()
      Overrides:
      clone in class Object
    • getOutline

      public Outline getOutline()
      Gets the outline.
      Returns:
      the outline
    • setOutline

      public void setOutline(Outline outline)
      Sets the outline.
      Parameters:
      outline - the new outline
    • getLineReference

      public LineReference getLineReference()
      Gets the line reference.
      Returns:
      the line reference
    • setLineReference

      public void setLineReference(LineReference lineReference)
      Sets the line reference.
      Parameters:
      lineReference - the new line reference