All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getType

      Gets the "type" attribute
    • xgetType

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

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

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

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

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

      String getVal()
      Gets the "val" attribute
    • xgetVal

      STFFHelpTextVal xgetVal()
      Gets (as xml) the "val" attribute
    • isSetVal

      boolean isSetVal()
      True if has "val" attribute
    • setVal

      void setVal(String val)
      Sets the "val" attribute
    • xsetVal

      void xsetVal(STFFHelpTextVal val)
      Sets (as xml) the "val" attribute
    • unsetVal

      void unsetVal()
      Unsets the "val" attribute