Interface TableRowType

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

public interface TableRowType extends org.apache.xmlbeans.XmlObject
An XML TableRow.type(@http://www.yworks.com/xml/graphml). This is a complex type.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    A factory class with static methods for creating instances of this type.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.xmlbeans.SchemaType
     

    Fields inherited from interface org.apache.xmlbeans.XmlObject

    EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
  • Method Summary

    Modifier and Type
    Method
    Description
    Appends and returns a new empty "Insets" element
    double
    Gets the "height" attribute
    Gets the "id" attribute
    Gets the "Insets" element
    double
    Gets the "minimumHeight" attribute
    boolean
    True if has "height" attribute
    boolean
    True if has "id" attribute
    boolean
    True if has "minimumHeight" attribute
    void
    setHeight(double height)
    Sets the "height" attribute
    void
    Sets the "id" attribute
    void
    Sets the "Insets" element
    void
    setMinimumHeight(double minimumHeight)
    Sets the "minimumHeight" attribute
    void
    Unsets the "height" attribute
    void
    Unsets the "id" attribute
    void
    Unsets the "minimumHeight" attribute
    org.apache.xmlbeans.XmlDouble
    Gets (as xml) the "height" attribute
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "id" attribute
    org.apache.xmlbeans.XmlDouble
    Gets (as xml) the "minimumHeight" attribute
    void
    xsetHeight(org.apache.xmlbeans.XmlDouble height)
    Sets (as xml) the "height" attribute
    void
    xsetId(org.apache.xmlbeans.XmlString id)
    Sets (as xml) the "id" attribute
    void
    xsetMinimumHeight(org.apache.xmlbeans.XmlDouble minimumHeight)
    Sets (as xml) the "minimumHeight" attribute

    Methods inherited from interface org.apache.xmlbeans.XmlObject

    changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode

    Methods inherited from interface org.apache.xmlbeans.XmlTokenSource

    documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
  • Field Details

    • type

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

    • 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
    • getId

      String getId()
      Gets the "id" attribute
    • xgetId

      org.apache.xmlbeans.XmlString xgetId()
      Gets (as xml) the "id" attribute
    • isSetId

      boolean isSetId()
      True if has "id" attribute
    • setId

      void setId(String id)
      Sets the "id" attribute
    • xsetId

      void xsetId(org.apache.xmlbeans.XmlString id)
      Sets (as xml) the "id" attribute
    • unsetId

      void unsetId()
      Unsets the "id" attribute
    • getMinimumHeight

      double getMinimumHeight()
      Gets the "minimumHeight" attribute
    • xgetMinimumHeight

      org.apache.xmlbeans.XmlDouble xgetMinimumHeight()
      Gets (as xml) the "minimumHeight" attribute
    • isSetMinimumHeight

      boolean isSetMinimumHeight()
      True if has "minimumHeight" attribute
    • setMinimumHeight

      void setMinimumHeight(double minimumHeight)
      Sets the "minimumHeight" attribute
    • xsetMinimumHeight

      void xsetMinimumHeight(org.apache.xmlbeans.XmlDouble minimumHeight)
      Sets (as xml) the "minimumHeight" attribute
    • unsetMinimumHeight

      void unsetMinimumHeight()
      Unsets the "minimumHeight" attribute
    • getHeight

      double getHeight()
      Gets the "height" attribute
    • xgetHeight

      org.apache.xmlbeans.XmlDouble xgetHeight()
      Gets (as xml) the "height" attribute
    • isSetHeight

      boolean isSetHeight()
      True if has "height" attribute
    • setHeight

      void setHeight(double height)
      Sets the "height" attribute
    • xsetHeight

      void xsetHeight(org.apache.xmlbeans.XmlDouble height)
      Sets (as xml) the "height" attribute
    • unsetHeight

      void unsetHeight()
      Unsets the "height" attribute