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