All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getFont

      String getFont()
      Gets the "font" attribute
    • xgetFont

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetFont()
      Gets (as xml) the "font" attribute
    • isSetFont

      boolean isSetFont()
      True if has "font" attribute
    • setFont

      void setFont(String font)
      Sets the "font" attribute
    • xsetFont

      void xsetFont(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString font)
      Sets (as xml) the "font" attribute
    • unsetFont

      void unsetFont()
      Unsets the "font" attribute
    • getChar

      byte[] getChar()
      Gets the "char" attribute
    • xgetChar

      STShortHexNumber xgetChar()
      Gets (as xml) the "char" attribute
    • isSetChar

      boolean isSetChar()
      True if has "char" attribute
    • setChar

      void setChar(byte[] xchar)
      Sets the "char" attribute
    • xsetChar

      void xsetChar(STShortHexNumber xchar)
      Sets (as xml) the "char" attribute
    • unsetChar

      void unsetChar()
      Unsets the "char" attribute