Interface IRtfPageNumberCitationContainer
-
- All Known Implementing Classes:
RtfParagraph
public interface IRtfPageNumberCitationContainer
Interface for classes containing page number citations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RtfPageNumberCitation
newPageNumberCitation(java.lang.String id)
-
-
-
Method Detail
-
newPageNumberCitation
RtfPageNumberCitation newPageNumberCitation(java.lang.String id) throws java.io.IOException
- Parameters:
id
- String identifying new page number citation- Returns:
- RtfPageNumberCitation new page number citation object
- Throws:
java.io.IOException
- for I/O problems
-
-