Package org.apache.poi.xwpf.usermodel
Class XWPFSDT
java.lang.Object
org.apache.poi.xwpf.usermodel.XWPFAbstractSDT
org.apache.poi.xwpf.usermodel.XWPFSDT
- All Implemented Interfaces:
IBodyElement
,IRunBody
,IRunElement
,ISDTContents
public class XWPFSDT
extends XWPFAbstractSDT
implements IBodyElement, IRunBody, ISDTContents, IRunElement
Experimental class to offer rudimentary read-only processing of
of StructuredDocumentTags/ContentControl
WARNING - APIs expected to change rapidly
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.poi.xwpf.usermodel.XWPFAbstractSDT
getBody, getDocument, getElementType, getPart, getPartType, getTag, getTitle
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.poi.xwpf.usermodel.IBodyElement
getBody, getElementType, getPart, getPartType
Methods inherited from interface org.apache.poi.xwpf.usermodel.IRunBody
getDocument, getPart
-
Constructor Details
-
XWPFSDT
-
XWPFSDT
-
-
Method Details
-
getContent
- Specified by:
getContent
in classXWPFAbstractSDT
- Returns:
- the content object
-