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/ContentControlWARNING - APIs expected to change rapidly
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ISDTContent
getContent()
-
Methods inherited from class org.apache.poi.xwpf.usermodel.XWPFAbstractSDT
getBody, getDocument, getElementType, getPart, getPartType, getTag, getTitle
-
Methods inherited from class java.lang.Object
equals, 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 Detail
-
XWPFSDT
public XWPFSDT(CTSdtBlock block, IBody part)
-
-
Method Detail
-
getContent
public ISDTContent getContent()
- Specified by:
getContent
in classXWPFAbstractSDT
- Returns:
- the content object
-
-