Interface CTTextField

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getRPr

      Gets the "rPr" element
    • isSetRPr

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

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

      Appends and returns a new empty "rPr" element
    • unsetRPr

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

      Gets the "pPr" element
    • isSetPPr

      boolean isSetPPr()
      True if has "pPr" element
    • setPPr

      void setPPr(CTTextParagraphProperties pPr)
      Sets the "pPr" element
    • addNewPPr

      Appends and returns a new empty "pPr" element
    • unsetPPr

      void unsetPPr()
      Unsets the "pPr" element
    • getT

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

      XmlString xgetT()
      Gets (as xml) the "t" element
    • isSetT

      boolean isSetT()
      True if has "t" element
    • setT

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

      void xsetT(XmlString t)
      Sets (as xml) the "t" element
    • unsetT

      void unsetT()
      Unsets the "t" element
    • getId

      String getId()
      Gets the "id" attribute
    • xgetId

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid xgetId()
      Gets (as xml) the "id" attribute
    • setId

      void setId(String id)
      Sets the "id" attribute
    • xsetId

      void xsetId(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid id)
      Sets (as xml) the "id" attribute
    • getType

      String getType()
      Gets the "type" attribute
    • xgetType

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

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

      void setType(String type)
      Sets the "type" attribute
    • xsetType

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

      void unsetType()
      Unsets the "type" attribute