Class HorizontalInsideBorder

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

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

    • HorizontalInsideBorder

      public HorizontalInsideBorder()
      Instantiates a new horizontal inside border.
    • HorizontalInsideBorder

      public HorizontalInsideBorder(StandardBorderStyle style)
      Instantiates a new horizontal inside border.
      Parameters:
      style - the style
    • HorizontalInsideBorder

      public HorizontalInsideBorder(InternalXMLStreamReader reader) throws XMLStreamException
      Instantiates a new horizontal inside border.
      Parameters:
      reader - the reader
      Throws:
      XMLStreamException - the xML stream exception
  • Method Details