Interface SdtElement

All Known Implementing Classes:
CTSdtCell, CTSdtRow, SdtBlock, SdtRun

public interface SdtElement
Content controls (Sdt) contain properties (SdtPr) and content (SdtContent). In JAXB, there are different Java objects for the content controls, depending on whether they wrap block-level, row-level, cell-level, or run-level content (ie SdtBlock, SdtRun, CTSdtRow, CTSdtCell). Those objects all implement this SdtElement interface. Similarly, there are different Java objects for the SdtContent, depending on whether they wrap block-level, row-level, cell-level, or run-level content. Those objects all implement the SdtContent interface (new in 3.3.4).
Since:
2.7
  • Method Details

    • getSdtPr

      SdtPr getSdtPr()
      Gets the value of the sdtPr property.
      Returns:
      possible object is SdtPr
    • setSdtPr

      void setSdtPr​(SdtPr value)
      Sets the value of the sdtPr property.
      Parameters:
      value - allowed object is SdtPr
    • getSdtEndPr

      CTSdtEndPr getSdtEndPr()
      Gets the value of the sdtEndPr property.
      Returns:
      possible object is CTSdtEndPr
    • setSdtEndPr

      void setSdtEndPr​(CTSdtEndPr value)
      Sets the value of the sdtEndPr property.
      Parameters:
      value - allowed object is CTSdtEndPr
    • getSdtContent

      SdtContent getSdtContent()
      Changed in v3.3.4
      Returns:
    • setSdtContent

      void setSdtContent​(SdtContent sdtContent)
      Parameters:
      sdtContent -
      Since:
      3.3.4
    • getParent

      java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Returns:
      The parent object.
      Since:
      6.0.0