Class TopLeftBottomRightDiagonalBorder

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

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

    • TopLeftBottomRightDiagonalBorder

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

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

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