Class SingleColumn

java.lang.Object
com.independentsoft.office.word.sections.SingleColumn

public class SingleColumn extends Object
The Class SingleColumn.
  • Constructor Details

    • SingleColumn

      public SingleColumn()
      Instantiates a new single column.
    • SingleColumn

      public SingleColumn(int width, int space)
      Instantiates a new single column.
      Parameters:
      width - the width
      space - the space
  • Method Details

    • clone

      public SingleColumn clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getSpace

      public int getSpace()
      Gets the space.
      Returns:
      the space
    • setSpace

      public void setSpace(int space)
      Sets the space.
      Parameters:
      space - the new space
    • getWidth

      public int getWidth()
      Gets the width.
      Returns:
      the width
    • setWidth

      public void setWidth(int width)
      Sets the width.
      Parameters:
      width - the new width