Interface IRtfAfterContainer
-
- All Known Implementing Classes:
RtfSection
public interface IRtfAfterContainer
interface for RTF objects that can contain footers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RtfAfter
newAfter(RtfAttributes attrs)
-
-
-
Method Detail
-
newAfter
RtfAfter newAfter(RtfAttributes attrs) throws java.io.IOException
- Parameters:
attrs
- Attributes for new footer- Returns:
- RtfAfter for footer
- Throws:
java.io.IOException
- for I/O problems
-
-