Interface IRtfBeforeContainer
-
- All Known Implementing Classes:
RtfSection
public interface IRtfBeforeContainer
Interface for classes containing headers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RtfBefore
newBefore(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
-
-