All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getRPr

      CTRPrElt getRPr()
      Gets the "rPr" element
    • isSetRPr

      boolean isSetRPr()
      True if has "rPr" element
    • setRPr

      void setRPr(CTRPrElt rPr)
      Sets the "rPr" element
    • addNewRPr

      CTRPrElt addNewRPr()
      Appends and returns a new empty "rPr" element
    • unsetRPr

      void unsetRPr()
      Unsets the "rPr" element
    • getT

      String getT()
      Gets the "t" element
    • xgetT

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetT()
      Gets (as xml) the "t" element
    • setT

      void setT(String t)
      Sets the "t" element
    • xsetT

      void xsetT(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring t)
      Sets (as xml) the "t" element