Interface IRtfBeforeContainer
-
- All Known Implementing Classes:
RtfSection
public interface IRtfBeforeContainerInterface for classes containing headers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RtfBeforenewBefore(RtfAttributes attrs)
-
-
-
Method Detail
-
newBefore
RtfBefore newBefore(RtfAttributes attrs) throws java.io.IOException
- Parameters:
attrs- Attributes of new header- Returns:
- RtfBefore for new header object
- Throws:
java.io.IOException- for I/O problems
-
-