public class XWPFSDT extends Object implements IBodyElement, IRunBody, ISDTContents, IRunElement
| Constructor and Description |
|---|
XWPFSDT(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtBlock block,
IBody part) |
XWPFSDT(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtRun sdtRun,
IBody part) |
| Modifier and Type | Method and Description |
|---|---|
IBody |
getBody() |
XWPFSDTContent |
getContent() |
XWPFDocument |
getDocument() |
BodyElementType |
getElementType() |
POIXMLDocumentPart |
getPart() |
BodyType |
getPartType() |
String |
getTag() |
String |
getTitle() |
public XWPFSDT(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtRun sdtRun,
IBody part)
public XWPFSDT(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtBlock block,
IBody part)
public String getTitle()
public String getTag()
public XWPFSDTContent getContent()
public IBody getBody()
getBody in interface IBodyElementpublic POIXMLDocumentPart getPart()
getPart in interface IBodyElementgetPart in interface IRunBodypublic BodyType getPartType()
getPartType in interface IBodyElementpublic BodyElementType getElementType()
getElementType in interface IBodyElementpublic XWPFDocument getDocument()
getDocument in interface IRunBodyCopyright © 2020. All rights reserved.