Package com.scroogexhtml.converter
Interface FootnoteWriter
- All Known Subinterfaces:
Writer
- All Known Implementing Classes:
AbstractWriter
,XMLDOMWriter
public interface FootnoteWriter
Interface for writing footnotes within a document.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
Ends the current footnote.void
Starts a footnote.boolean
Check if the writer is currently in a footnote.
-
Method Details
-
addAutoFootnoteRef
void addAutoFootnoteRef() -
footnoteStart
void footnoteStart()Starts a footnote. -
footnoteEnd
void footnoteEnd()Ends the current footnote. -
isInFootnote
boolean isInFootnote()Check if the writer is currently in a footnote.- Returns:
- true if the writer is in a footnote, false otherwise
-