org.codehaus.doxia.sink
Interface Sink
public interface Sink
ROLE
static final java.lang.String ROLE
NUMBERING_DECIMAL
static final int NUMBERING_DECIMAL
- See Also:
- Constant Field Values
NUMBERING_LOWER_ALPHA
static final int NUMBERING_LOWER_ALPHA
- See Also:
- Constant Field Values
NUMBERING_UPPER_ALPHA
static final int NUMBERING_UPPER_ALPHA
- See Also:
- Constant Field Values
NUMBERING_LOWER_ROMAN
static final int NUMBERING_LOWER_ROMAN
- See Also:
- Constant Field Values
NUMBERING_UPPER_ROMAN
static final int NUMBERING_UPPER_ROMAN
- See Also:
- Constant Field Values
head
void head()
head_
void head_()
body
void body()
body_
void body_()
section1
void section1()
section1_
void section1_()
section2
void section2()
section2_
void section2_()
section3
void section3()
section3_
void section3_()
section4
void section4()
section4_
void section4_()
section5
void section5()
section5_
void section5_()
list
void list()
list_
void list_()
listItem
void listItem()
listItem_
void listItem_()
numberedList
void numberedList(int numbering)
numberedList_
void numberedList_()
numberedListItem
void numberedListItem()
numberedListItem_
void numberedListItem_()
definitionList
void definitionList()
definitionList_
void definitionList_()
definitionListItem
void definitionListItem()
definitionListItem_
void definitionListItem_()
definition
void definition()
definition_
void definition_()
figure
void figure()
figure_
void figure_()
table
void table()
table_
void table_()
tableRows
void tableRows(int[] justification,
boolean grid)
tableRows_
void tableRows_()
tableRow
void tableRow()
tableRow_
void tableRow_()
title
void title()
title_
void title_()
author
void author()
author_
void author_()
date
void date()
date_
void date_()
sectionTitle
void sectionTitle()
sectionTitle_
void sectionTitle_()
sectionTitle1
void sectionTitle1()
sectionTitle1_
void sectionTitle1_()
sectionTitle2
void sectionTitle2()
sectionTitle2_
void sectionTitle2_()
sectionTitle3
void sectionTitle3()
sectionTitle3_
void sectionTitle3_()
sectionTitle4
void sectionTitle4()
sectionTitle4_
void sectionTitle4_()
sectionTitle5
void sectionTitle5()
sectionTitle5_
void sectionTitle5_()
paragraph
void paragraph()
paragraph_
void paragraph_()
verbatim
void verbatim(boolean boxed)
verbatim_
void verbatim_()
definedTerm
void definedTerm()
definedTerm_
void definedTerm_()
figureCaption
void figureCaption()
figureCaption_
void figureCaption_()
tableCell
void tableCell()
tableCell
void tableCell(java.lang.String width)
tableCell_
void tableCell_()
tableHeaderCell
void tableHeaderCell()
tableHeaderCell
void tableHeaderCell(java.lang.String width)
tableHeaderCell_
void tableHeaderCell_()
tableCaption
void tableCaption()
tableCaption_
void tableCaption_()
figureGraphics
void figureGraphics(java.lang.String name)
horizontalRule
void horizontalRule()
pageBreak
void pageBreak()
anchor
void anchor(java.lang.String name)
anchor_
void anchor_()
link
void link(java.lang.String name)
link_
void link_()
italic
void italic()
italic_
void italic_()
bold
void bold()
bold_
void bold_()
monospaced
void monospaced()
monospaced_
void monospaced_()
lineBreak
void lineBreak()
nonBreakingSpace
void nonBreakingSpace()
text
void text(java.lang.String text)
rawText
void rawText(java.lang.String text)
flush
void flush()
close
void close()
Copyright 2005 null. All Rights Reserved.