Package org.docx4j.wml
Class SdtContent
java.lang.Object
org.docx4j.wml.SdtContent
- All Implemented Interfaces:
ContentAccessor
- Direct Known Subclasses:
CTSdtContentCell,CTSdtContentRow,CTSdtContentRun,SdtContentBlock
public abstract class SdtContent extends java.lang.Object implements ContentAccessor
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. Those objects all implement interface SdtElement.
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 extend this SdtContent class.
- Since:
- 3.3.4
- Author:
- jharrop
-
Constructor Summary
Constructors Constructor Description SdtContent() -
Method Summary
Modifier and Type Method Description abstract java.util.List<java.lang.Object>getContent()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SdtContent
public SdtContent()
-
-
Method Details
-
getContent
public abstract java.util.List<java.lang.Object> getContent()- Specified by:
getContentin interfaceContentAccessor
-