Package org.apache.poi.xwpf.usermodel
Class XWPFSDTContent
- java.lang.Object
-
- org.apache.poi.xwpf.usermodel.XWPFSDTContent
-
- All Implemented Interfaces:
ISDTContent
public class XWPFSDTContent extends java.lang.Object implements ISDTContent
Experimental class to offer rudimentary read-only processing of of the contentblock of an SDT/ContentControl.WARNING - APIs expected to change rapidly
-
-
Constructor Summary
Constructors Constructor Description XWPFSDTContent(CTSdtContentBlock block, IBody part, IRunBody parent)
XWPFSDTContent(CTSdtContentRun sdtRun, IBody part, IRunBody parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getText()
java.lang.String
toString()
-
-
-
Constructor Detail
-
XWPFSDTContent
public XWPFSDTContent(CTSdtContentRun sdtRun, IBody part, IRunBody parent)
-
XWPFSDTContent
public XWPFSDTContent(CTSdtContentBlock block, IBody part, IRunBody parent)
-
-
Method Detail
-
getText
public java.lang.String getText()
- Specified by:
getText
in interfaceISDTContent
-
toString
public java.lang.String toString()
- Specified by:
toString
in interfaceISDTContent
- Overrides:
toString
in classjava.lang.Object
-
-