public class XWPFSDT extends java.lang.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() |
java.lang.String |
getTag() |
java.lang.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 java.lang.String getTitle()
public java.lang.String getTag()
public XWPFSDTContent getContent()
public IBody getBody()
getBody
in interface IBodyElement
public POIXMLDocumentPart getPart()
getPart
in interface IBodyElement
getPart
in interface IRunBody
public BodyType getPartType()
getPartType
in interface IBodyElement
public BodyElementType getElementType()
getElementType
in interface IBodyElement
public XWPFDocument getDocument()
getDocument
in interface IRunBody
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.