Package org.apache.poi.xwpf.usermodel
Class XWPFSDTContent
- java.lang.Object
-
- org.apache.poi.xwpf.usermodel.XWPFSDTContent
-
- All Implemented Interfaces:
ISDTContent
@Beta public class XWPFSDTContent extends Object implements ISDTContent
Experimental class to offer rudimentary read-only processing of of the contentblock of an SDT/ContentControl.
-
-
Constructor Summary
Constructors Constructor Description XWPFSDTContent(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentBlock block, IBody part, IRunBody parent)XWPFSDTContent(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentRun sdtRun, IBody part, IRunBody parent)
-
-
-
Method Detail
-
getText
public String getText()
- Specified by:
getTextin interfaceISDTContent
-
toString
public String toString()
- Specified by:
toStringin interfaceISDTContent- Overrides:
toStringin classObject
-
-