Interface IRtfPageNumberContainer
-
- All Known Implementing Classes:
RtfListItem.RtfListItemParagraph
,RtfParagraph
public interface IRtfPageNumberContainer
Interface for objects containing page numbers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RtfPageNumber
newPageNumber()
-
-
-
Method Detail
-
newPageNumber
RtfPageNumber newPageNumber() throws java.io.IOException
- Returns:
- new RtfPageNumber
- Throws:
java.io.IOException
- for I/O problems.
-
-