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 TypeMethodDescriptionvoid
void
footerStart
(int paramValue) void
Ends the header section.void
headerStart
(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.
-