org.apache.maven.doxia.module.rtf
public class RtfSink extends SinkAdapter
UNKNOWN: role="org.apache.maven.doxia.sink.Sink" role-hint="rtf"
| Field Summary | |
|---|---|
| static double | DEFAULT_BOTTOM_MARGIN |
| static int | DEFAULT_CHAR_SET |
| static int | DEFAULT_CODE_PAGE |
| static String | DEFAULT_DATA_FORMAT |
| static int | DEFAULT_FONT_SIZE |
| static String | DEFAULT_IMAGE_FORMAT |
| static String | DEFAULT_IMAGE_TYPE |
| static double | DEFAULT_LEFT_MARGIN |
| static double | DEFAULT_PAPER_HEIGHT |
| static double | DEFAULT_PAPER_WIDTH |
| static int | DEFAULT_RESOLUTION |
| static double | DEFAULT_RIGHT_MARGIN |
| static int | DEFAULT_SPACING |
| static double | DEFAULT_TOP_MARGIN |
| static String | IMG_DATA_ASCII |
| static String | IMG_DATA_RAW |
| static String | IMG_FORMAT_BMP |
| static String | IMG_FORMAT_WMF |
| static String | IMG_TYPE_PALETTE |
| static String | IMG_TYPE_RGB |
| protected OutputStream | stream |
| static int | STYLE_BOLD |
| static int | STYLE_ITALIC |
| static int | STYLE_ROMAN |
| static int | STYLE_TYPEWRITER |
| protected PrintWriter | writer |
| Constructor Summary | |
|---|---|
| RtfSink() | |
| RtfSink(OutputStream output) | |
| RtfSink(OutputStream output, String encoding) | |
| Method Summary | |
|---|---|
| void | anchor(String name) |
| void | anchor_() |
| void | author() |
| void | author_() |
| void | body() |
| void | body_() |
| void | bold() |
| void | bold_() |
| void | close() |
| void | date() |
| void | date_() |
| void | definedTerm() |
| void | definedTerm_() |
| void | definition() |
| void | definitionList() |
| void | definitionListItem() |
| void | definitionListItem_() |
| void | definitionList_() |
| void | definition_() |
| void | figure() |
| void | figureCaption() |
| void | figureCaption_() |
| void | figureGraphics(String name) |
| void | figure_() |
| void | flush() |
| void | head() |
| void | head_() |
| void | horizontalRule() |
| void | italic() |
| void | italic_() |
| void | lineBreak() |
| void | link(String name) |
| void | link_() |
| void | list() |
| void | listItem() |
| void | listItem_() |
| void | list_() |
| void | monospaced() |
| void | monospaced_() |
| void | nonBreakingSpace() |
| void | numberedList(int numbering) |
| void | numberedListItem() |
| void | numberedListItem_() |
| void | numberedList_() |
| void | pageBreak() |
| void | paragraph() |
| void | paragraph_() |
| void | section1() |
| void | section1_() |
| void | section2() |
| void | section2_() |
| void | section3() |
| void | section3_() |
| void | section4() |
| void | section4_() |
| void | section5() |
| void | section5_() |
| void | sectionTitle() |
| void | sectionTitle_() |
| void | setBottomMargin(double margin) |
| void | setCharSet(int cs) |
| void | setCodePage(int cp) |
| void | setFontSize(int size) |
| void | setImageCompression(boolean compression) |
| void | setImageDataFormat(String format) |
| void | setImageFormat(String format) |
| void | setImageType(String type) |
| void | setLeftMargin(double margin) |
| void | setPaperSize(double width, double height) |
| void | setResolution(int resolution) |
| void | setRightMargin(double margin) |
| void | setSpacing(int spacing) |
| void | setTopMargin(double margin) |
| 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) |
| void | verbatim_() |