All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTTextField extends XmlObject
An XML CT_TextField(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
  • Field Details

  • Method Details

    • getType

      Gets the "type" attribute
    • xgetType

      Gets (as xml) the "type" attribute
    • isSetType

      boolean isSetType()
      True if has "type" attribute
    • setType

      void setType(STExternalConnectionType.Enum type)
      Sets the "type" attribute
    • xsetType

      void xsetType(STExternalConnectionType type)
      Sets (as xml) the "type" attribute
    • unsetType

      void unsetType()
      Unsets the "type" attribute
    • getPosition

      long getPosition()
      Gets the "position" attribute
    • xgetPosition

      XmlUnsignedInt xgetPosition()
      Gets (as xml) the "position" attribute
    • isSetPosition

      boolean isSetPosition()
      True if has "position" attribute
    • setPosition

      void setPosition(long position)
      Sets the "position" attribute
    • xsetPosition

      void xsetPosition(XmlUnsignedInt position)
      Sets (as xml) the "position" attribute
    • unsetPosition

      void unsetPosition()
      Unsets the "position" attribute