Interface IRtfPageBreakContainer
-
- All Known Implementing Classes:
RtfParagraph
public interface IRtfPageBreakContainer
Interface for RtfElements that can contain RtfPageBreaks.
This work was authored by Bertrand Delacretaz (bdelacretaz@codeconsult.ch).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
newPageBreak()
add a page break
-