Package org.apache.poi.xwpf.usermodel
Interface IRunElement
-
- All Known Implementing Classes:
XWPFFieldRun
,XWPFHyperlinkRun
,XWPFRun
,XWPFSDT
public interface IRunElement
Common interface for things that can occur where a run (text with common stylings) can, egXWPFRun
orXWPFSDT
. TODO More methods to follow shortly!TODO Make this based on
CharacterRun