Interface CTPhoneticPr

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getFontId

      long getFontId()
      Gets the "fontId" attribute
    • xgetFontId

      STFontId xgetFontId()
      Gets (as xml) the "fontId" attribute
    • setFontId

      void setFontId(long fontId)
      Sets the "fontId" attribute
    • xsetFontId

      void xsetFontId(STFontId fontId)
      Sets (as xml) the "fontId" attribute
    • getType

      Gets the "type" attribute
    • xgetType

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

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

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

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

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

      STPhoneticAlignment.Enum getAlignment()
      Gets the "alignment" attribute
    • xgetAlignment

      STPhoneticAlignment xgetAlignment()
      Gets (as xml) the "alignment" attribute
    • isSetAlignment

      boolean isSetAlignment()
      True if has "alignment" attribute
    • setAlignment

      void setAlignment(STPhoneticAlignment.Enum alignment)
      Sets the "alignment" attribute
    • xsetAlignment

      void xsetAlignment(STPhoneticAlignment alignment)
      Sets (as xml) the "alignment" attribute
    • unsetAlignment

      void unsetAlignment()
      Unsets the "alignment" attribute