Interface CTCustomXmlElement

All Superinterfaces:
Child
All Known Implementing Classes:
CTCustomXmlBlock, CTCustomXmlCell, CTCustomXmlRow, CTCustomXmlRun

public interface CTCustomXmlElement extends Child
Since:
2.7
  • Method Details

    • getCustomXmlPr

      CTCustomXmlPr getCustomXmlPr()
      Gets the value of the customXmlPr property.
      Returns:
      possible object is CTCustomXmlPr
    • setCustomXmlPr

      void setCustomXmlPr(CTCustomXmlPr value)
      Sets the value of the customXmlPr property.
      Parameters:
      value - allowed object is CTCustomXmlPr
    • getUri

      String getUri()
      Gets the value of the uri property.
      Returns:
      possible object is String
    • setUri

      void setUri(String value)
      Sets the value of the uri property.
      Parameters:
      value - allowed object is String
    • getElement

      String getElement()
      Gets the value of the element property.
      Returns:
      possible object is String
    • setElement

      void setElement(String value)
      Sets the value of the element property.
      Parameters:
      value - allowed object is String
    • getContent

      List<Object> getContent()