Interface TableType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
TableTypeImpl

public interface TableType extends org.apache.xmlbeans.XmlObject
An XML Table.type(@http://www.yworks.com/xml/graphml). This is a complex type.
  • Field Details

    • type

      static final org.apache.xmlbeans.SchemaType type
  • Method Details

    • getDefaultColumnInsets

      FloatInsetsType getDefaultColumnInsets()
      Gets the "DefaultColumnInsets" element
    • setDefaultColumnInsets

      void setDefaultColumnInsets(FloatInsetsType defaultColumnInsets)
      Sets the "DefaultColumnInsets" element
    • addNewDefaultColumnInsets

      FloatInsetsType addNewDefaultColumnInsets()
      Appends and returns a new empty "DefaultColumnInsets" element
    • getDefaultRowInsets

      FloatInsetsType getDefaultRowInsets()
      Gets the "DefaultRowInsets" element
    • setDefaultRowInsets

      void setDefaultRowInsets(FloatInsetsType defaultRowInsets)
      Sets the "DefaultRowInsets" element
    • addNewDefaultRowInsets

      FloatInsetsType addNewDefaultRowInsets()
      Appends and returns a new empty "DefaultRowInsets" element
    • getInsets

      FloatInsetsType getInsets()
      Gets the "Insets" element
    • setInsets

      void setInsets(FloatInsetsType insets)
      Sets the "Insets" element
    • addNewInsets

      FloatInsetsType addNewInsets()
      Appends and returns a new empty "Insets" element
    • getColumns

      TableType.Columns getColumns()
      Gets the "Columns" element
    • setColumns

      void setColumns(TableType.Columns columns)
      Sets the "Columns" element
    • addNewColumns

      TableType.Columns addNewColumns()
      Appends and returns a new empty "Columns" element
    • getRows

      TableType.Rows getRows()
      Gets the "Rows" element
    • setRows

      void setRows(TableType.Rows rows)
      Sets the "Rows" element
    • addNewRows

      TableType.Rows addNewRows()
      Appends and returns a new empty "Rows" element
    • getAutoResizeTable

      boolean getAutoResizeTable()
      Gets the "autoResizeTable" attribute
    • xgetAutoResizeTable

      org.apache.xmlbeans.XmlBoolean xgetAutoResizeTable()
      Gets (as xml) the "autoResizeTable" attribute
    • isSetAutoResizeTable

      boolean isSetAutoResizeTable()
      True if has "autoResizeTable" attribute
    • setAutoResizeTable

      void setAutoResizeTable(boolean autoResizeTable)
      Sets the "autoResizeTable" attribute
    • xsetAutoResizeTable

      void xsetAutoResizeTable(org.apache.xmlbeans.XmlBoolean autoResizeTable)
      Sets (as xml) the "autoResizeTable" attribute
    • unsetAutoResizeTable

      void unsetAutoResizeTable()
      Unsets the "autoResizeTable" attribute
    • getDefaultColumnWidth

      double getDefaultColumnWidth()
      Gets the "defaultColumnWidth" attribute
    • xgetDefaultColumnWidth

      org.apache.xmlbeans.XmlDouble xgetDefaultColumnWidth()
      Gets (as xml) the "defaultColumnWidth" attribute
    • isSetDefaultColumnWidth

      boolean isSetDefaultColumnWidth()
      True if has "defaultColumnWidth" attribute
    • setDefaultColumnWidth

      void setDefaultColumnWidth(double defaultColumnWidth)
      Sets the "defaultColumnWidth" attribute
    • xsetDefaultColumnWidth

      void xsetDefaultColumnWidth(org.apache.xmlbeans.XmlDouble defaultColumnWidth)
      Sets (as xml) the "defaultColumnWidth" attribute
    • unsetDefaultColumnWidth

      void unsetDefaultColumnWidth()
      Unsets the "defaultColumnWidth" attribute
    • getDefaultMinimumColumnWidth

      double getDefaultMinimumColumnWidth()
      Gets the "defaultMinimumColumnWidth" attribute
    • xgetDefaultMinimumColumnWidth

      org.apache.xmlbeans.XmlDouble xgetDefaultMinimumColumnWidth()
      Gets (as xml) the "defaultMinimumColumnWidth" attribute
    • isSetDefaultMinimumColumnWidth

      boolean isSetDefaultMinimumColumnWidth()
      True if has "defaultMinimumColumnWidth" attribute
    • setDefaultMinimumColumnWidth

      void setDefaultMinimumColumnWidth(double defaultMinimumColumnWidth)
      Sets the "defaultMinimumColumnWidth" attribute
    • xsetDefaultMinimumColumnWidth

      void xsetDefaultMinimumColumnWidth(org.apache.xmlbeans.XmlDouble defaultMinimumColumnWidth)
      Sets (as xml) the "defaultMinimumColumnWidth" attribute
    • unsetDefaultMinimumColumnWidth

      void unsetDefaultMinimumColumnWidth()
      Unsets the "defaultMinimumColumnWidth" attribute
    • getDefaultRowHeight

      double getDefaultRowHeight()
      Gets the "defaultRowHeight" attribute
    • xgetDefaultRowHeight

      org.apache.xmlbeans.XmlDouble xgetDefaultRowHeight()
      Gets (as xml) the "defaultRowHeight" attribute
    • isSetDefaultRowHeight

      boolean isSetDefaultRowHeight()
      True if has "defaultRowHeight" attribute
    • setDefaultRowHeight

      void setDefaultRowHeight(double defaultRowHeight)
      Sets the "defaultRowHeight" attribute
    • xsetDefaultRowHeight

      void xsetDefaultRowHeight(org.apache.xmlbeans.XmlDouble defaultRowHeight)
      Sets (as xml) the "defaultRowHeight" attribute
    • unsetDefaultRowHeight

      void unsetDefaultRowHeight()
      Unsets the "defaultRowHeight" attribute
    • getDefaultMinimumRowHeight

      double getDefaultMinimumRowHeight()
      Gets the "defaultMinimumRowHeight" attribute
    • xgetDefaultMinimumRowHeight

      org.apache.xmlbeans.XmlDouble xgetDefaultMinimumRowHeight()
      Gets (as xml) the "defaultMinimumRowHeight" attribute
    • isSetDefaultMinimumRowHeight

      boolean isSetDefaultMinimumRowHeight()
      True if has "defaultMinimumRowHeight" attribute
    • setDefaultMinimumRowHeight

      void setDefaultMinimumRowHeight(double defaultMinimumRowHeight)
      Sets the "defaultMinimumRowHeight" attribute
    • xsetDefaultMinimumRowHeight

      void xsetDefaultMinimumRowHeight(org.apache.xmlbeans.XmlDouble defaultMinimumRowHeight)
      Sets (as xml) the "defaultMinimumRowHeight" attribute
    • unsetDefaultMinimumRowHeight

      void unsetDefaultMinimumRowHeight()
      Unsets the "defaultMinimumRowHeight" attribute