Package com.scroogexhtml.converter
Interface HeaderFooterWriter
- All Known Subinterfaces:
Writer
- All Known Implementing Classes:
AbstractWriter,XMLDOMWriter
public interface HeaderFooterWriter
The HeaderFooterWriter interface provides methods
for writing headers and footers in a document.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidfooterStart(int paramValue) voidEnds the header section.voidheaderStart(int headerType) This method starts writing a header of the specified type.
-
Method Details
-
headerStart
void headerStart(int headerType) This method starts writing a header of the specified type.- Parameters:
headerType- the type of the header
-
headerEnd
void headerEnd()Ends the header section.
-