org.apache.poi.xwpf.usermodel
Interface ISDTContent

All Known Implementing Classes:
XWPFSDTContent, XWPFSDTContentCell

public interface ISDTContent

Experimental interface to offer rudimentary read-only processing of of the contentblock of an SDT/ContentControl.

WARNING - APIs expected to change rapidly


Method Summary
 java.lang.String getText()
           
 java.lang.String toString()
           
 

Method Detail

getText

java.lang.String getText()

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object