Interface CTFFTextInput

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTFFTextInput
    extends XmlObject
    An XML CT_FFTextInput(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
    • Method Detail

      • isSetType

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

        void setType​(CTFFTextType type)
        Sets the "type" element
      • addNewType

        CTFFTextType addNewType()
        Appends and returns a new empty "type" element
      • unsetType

        void unsetType()
        Unsets the "type" element
      • getDefault

        CTString getDefault()
        Gets the "default" element
      • isSetDefault

        boolean isSetDefault()
        True if has "default" element
      • setDefault

        void setDefault​(CTString xdefault)
        Sets the "default" element
      • addNewDefault

        CTString addNewDefault()
        Appends and returns a new empty "default" element
      • unsetDefault

        void unsetDefault()
        Unsets the "default" element
      • getMaxLength

        CTDecimalNumber getMaxLength()
        Gets the "maxLength" element
      • isSetMaxLength

        boolean isSetMaxLength()
        True if has "maxLength" element
      • setMaxLength

        void setMaxLength​(CTDecimalNumber maxLength)
        Sets the "maxLength" element
      • addNewMaxLength

        CTDecimalNumber addNewMaxLength()
        Appends and returns a new empty "maxLength" element
      • unsetMaxLength

        void unsetMaxLength()
        Unsets the "maxLength" element
      • getFormat

        CTString getFormat()
        Gets the "format" element
      • isSetFormat

        boolean isSetFormat()
        True if has "format" element
      • setFormat

        void setFormat​(CTString format)
        Sets the "format" element
      • addNewFormat

        CTString addNewFormat()
        Appends and returns a new empty "format" element
      • unsetFormat

        void unsetFormat()
        Unsets the "format" element