Class TableGridColumn

java.lang.Object
com.independentsoft.office.word.tables.TableGridColumn

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

    • TableGridColumn

      public TableGridColumn()
      Instantiates a new table grid column.
    • TableGridColumn

      public TableGridColumn(Unit width)
      Instantiates a new table grid column.
      Parameters:
      width - the width
    • TableGridColumn

      public TableGridColumn(long width)
      Instantiates a new table grid column.
      Parameters:
      width - the width
  • Method Details

    • clone

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

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

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

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