Interface CTCustomXmlElement

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

public interface CTCustomXmlElement
extends Child
Since:
2.7
  • Method Summary

    Modifier and Type Method Description
    java.util.List<java.lang.Object> getContent()  
    CTCustomXmlPr getCustomXmlPr()
    Gets the value of the customXmlPr property.
    java.lang.String getElement()
    Gets the value of the element property.
    java.lang.String getUri()
    Gets the value of the uri property.
    void setCustomXmlPr​(CTCustomXmlPr value)
    Sets the value of the customXmlPr property.
    void setElement​(java.lang.String value)
    Sets the value of the element property.
    void setUri​(java.lang.String value)
    Sets the value of the uri property.

    Methods inherited from interface org.jvnet.jaxb2_commons.ppp.Child

    getParent, setParent
  • 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

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

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

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

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

      java.util.List<java.lang.Object> getContent()