Class TopRightBottomLeftDiagonalBorder

java.lang.Object
com.independentsoft.office.word.Border
com.independentsoft.office.word.TopRightBottomLeftDiagonalBorder

public class TopRightBottomLeftDiagonalBorder extends Border
The Class TopRightBottomLeftDiagonalBorder.
  • Constructor Details

    • TopRightBottomLeftDiagonalBorder

      public TopRightBottomLeftDiagonalBorder()
      Instantiates a new top right bottom left diagonal border.
    • TopRightBottomLeftDiagonalBorder

      public TopRightBottomLeftDiagonalBorder(StandardBorderStyle style)
      Instantiates a new top right bottom left diagonal border.
      Parameters:
      style - the style
    • TopRightBottomLeftDiagonalBorder

      public TopRightBottomLeftDiagonalBorder(InternalXMLStreamReader reader) throws XMLStreamException
      Instantiates a new top right bottom left diagonal border.
      Parameters:
      reader - the reader
      Throws:
      XMLStreamException - the xML stream exception
  • Method Details