All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getVal

      byte[] getVal()
      Gets the "val" attribute
    • xgetVal

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

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

      void setVal(byte[] val)
      Sets the "val" attribute
    • xsetVal

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

      void unsetVal()
      Unsets the "val" attribute
    • getCharacterSet

      String getCharacterSet()
      Gets the "characterSet" attribute
    • xgetCharacterSet

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetCharacterSet()
      Gets (as xml) the "characterSet" attribute
    • isSetCharacterSet

      boolean isSetCharacterSet()
      True if has "characterSet" attribute
    • setCharacterSet

      void setCharacterSet(String characterSet)
      Sets the "characterSet" attribute
    • xsetCharacterSet

      void xsetCharacterSet(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString characterSet)
      Sets (as xml) the "characterSet" attribute
    • unsetCharacterSet

      void unsetCharacterSet()
      Unsets the "characterSet" attribute