org.apache.maven.doxia.module.latex
public class LatexSink extends SinkAdapter
UNKNOWN:
| Constructor Summary | |
|---|---|
| LatexSink(Writer out) | |
| LatexSink(Writer out, String preamble) | |
| Method Summary | |
|---|---|
| void | anchor(String name) |
| void | anchor_() |
| void | author() |
| void | author_() |
| void | body() |
| void | body_() |
| void | bold() |
| void | bold_() |
| void | close() |
| protected void | content(String text) |
| void | date() |
| void | date_() |
| void | definedTerm() |
| void | definedTerm_() |
| void | definitionList() |
| void | definitionList_() |
| protected static String | escaped(String text) |
| void | figure() |
| void | figureCaption() |
| void | figureCaption_() |
| void | figureGraphics(String name) |
| void | figure_() |
| void | flush() |
| String | getPreamble() |
| void | head() |
| void | horizontalRule() |
| void | italic() |
| void | italic_() |
| void | lineBreak() |
| void | link(String name) |
| void | link_() |
| void | list() |
| void | listItem() |
| void | list_() |
| protected void | markup(String text) |
| void | monospaced() |
| void | monospaced_() |
| void | nonBreakingSpace() |
| void | numberedList(int numbering) |
| void | numberedListItem() |
| void | numberedList_() |
| void | pageBreak() |
| void | paragraph_() |
| void | section1() |
| void | section2() |
| void | section3() |
| void | section4() |
| void | section5() |
| void | sectionTitle_() |
| void | setPreamble(String preamble) |
| void | table() |
| void | tableCaption() |
| void | tableCaption_() |
| void | tableCell() |
| void | tableCell_() |
| void | tableRow() |
| void | tableRows(int[] justification, boolean grid) |
| void | tableRows_() |
| void | tableRow_() |
| void | table_() |
| void | text(String text) |
| void | title() |
| void | title_() |
| void | verbatim(boolean boxed) |
| protected void | verbatimContent(String text) |
| void | verbatim_() |