Package org.apache.poi.xwpf.usermodel
Class XWPFAbstractSDT
java.lang.Object
org.apache.poi.xwpf.usermodel.XWPFAbstractSDT
- All Implemented Interfaces:
ISDTContents
- Direct Known Subclasses:
XWPFSDT
,XWPFSDTCell
Experimental abstract class that is a base for XWPFSDT and XWPFSDTCell
WARNING - APIs expected to change rapidly.
These classes have so far been built only for read-only processing.
-
Constructor Summary
ConstructorsConstructorDescriptionXWPFAbstractSDT
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr pr, IBody part) -
Method Summary
-
Constructor Details
-
XWPFAbstractSDT
public XWPFAbstractSDT(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr pr, IBody part)
-
-
Method Details
-
getTitle
- Returns:
- first SDT Title
-
getTag
- Returns:
- first SDT Tag
-
getContent
- Returns:
- the content object
-
getBody
- Returns:
- null
-
getPart
- Returns:
- document part
-
getPartType
- Returns:
- partType
-
getElementType
- Returns:
- element type
-
getDocument
-