org.apache.maven.doxia.module.itext

Class ITextSink

public final class ITextSink extends SinkAdapter

A doxia Sink which produces an XML Front End document for iText framework.

Known limitations:

Version: $Id: ITextSink.java 571450 2007-08-31 12:55:39Z vsiveton $

Author: Vincent Siveton

See Also: http://www.lowagie.com/iText/tutorial/ch07.html

UNKNOWN: role="org.apache.maven.doxia.sink.Sink" role-hint="pdf"

Field Summary
static StringDEFAULT_CHAPTER_TITLE_LEADING
This is the default leading for chapter title
static StringDEFAULT_SECTION_TITLE_LEADING
This is the default leading for section title
static StringDOCTYPE
This is the reference to the DTD.
static StringDTD
This is the place where the iText DTD is located.
Constructor Summary
ITextSink(Writer writer)
ITextSink(PrettyPrintXMLWriter xmlWriter)
Method Summary
voidanchor(String name)
voidanchor_()
voidauthor()
voidauthor_()
voidbody()
voidbody_()
voidbold()
voidbold_()
voidclose()
voiddate()
voiddate_()
voiddefinedTerm()
voiddefinedTerm_()
voiddefinition()
voiddefinitionList()
voiddefinitionListItem()
voiddefinitionListItem_()
voiddefinitionList_()
voiddefinition_()
voidfigure()
voidfigureCaption()
voidfigureCaption_()
voidfigureGraphics(String name)
voidfigure_()
voidflush()
ClassLoadergetClassLoader()
Get the current classLoader
voidhead()
voidhead_()
voidhorizontalRule()
voiditalic()
voiditalic_()
voidlineBreak()
voidlink(String name)
voidlink_()
voidlist()
voidlistItem()
voidlistItem_()
voidlist_()
voidmonospaced()
voidmonospaced_()
voidnonBreakingSpace()
voidnumberedList(int numbering)
voidnumberedListItem()
voidnumberedListItem_()
voidnumberedList_()
voidpageBreak()
voidparagraph()
voidparagraph_()
voidrawText(String text)
voidsection1()
voidsection1_()
voidsection2()
voidsection2_()
voidsection3()
voidsection3_()
voidsection4()
voidsection4_()
voidsection5()
voidsection5_()
voidsectionTitle()
voidsectionTitle1()
voidsectionTitle1_()
voidsectionTitle2()
voidsectionTitle2_()
voidsectionTitle3()
voidsectionTitle3_()
voidsectionTitle4()
voidsectionTitle4_()
voidsectionTitle5()
voidsectionTitle5_()
voidsectionTitle_()
voidsetClassLoader(ClassLoader cl)
Set a new class loader
voidtable()
voidtableCaption()
voidtableCaption_()
voidtableCell()
voidtableCell(String width)
voidtableCell_()
voidtableHeaderCell()
voidtableHeaderCell(String width)
voidtableHeaderCell_()
voidtableRow()
voidtableRows(int[] justification, boolean grid)
voidtableRows_()
voidtableRow_()
voidtable_()
voidtext(String text)
voidtitle()
voidtitle_()
voidverbatim(boolean boxed)
voidverbatim_()

Field Detail

DEFAULT_CHAPTER_TITLE_LEADING

public static final String DEFAULT_CHAPTER_TITLE_LEADING
This is the default leading for chapter title

DEFAULT_SECTION_TITLE_LEADING

public static final String DEFAULT_SECTION_TITLE_LEADING
This is the default leading for section title

DOCTYPE

public static final String DOCTYPE
This is the reference to the DTD.

DTD

public static final String DTD
This is the place where the iText DTD is located. IMPORTANT: this DTD is not uptodate!

Constructor Detail

ITextSink

public ITextSink(Writer writer)

Parameters: writer

ITextSink

public ITextSink(PrettyPrintXMLWriter xmlWriter)

Parameters: xmlWriter

Method Detail

anchor

public void anchor(String name)
{@inheritDoc }

anchor_

public void anchor_()
{@inheritDoc }

author

public void author()
{@inheritDoc }

author_

public void author_()
{@inheritDoc }

body

public void body()
{@inheritDoc }

body_

public void body_()
{@inheritDoc }

bold

public void bold()
{@inheritDoc }

bold_

public void bold_()
{@inheritDoc }

close

public void close()
{@inheritDoc }

date

public void date()
{@inheritDoc }

date_

public void date_()
{@inheritDoc }

definedTerm

public void definedTerm()
{@inheritDoc }

definedTerm_

public void definedTerm_()
{@inheritDoc }

definition

public void definition()
{@inheritDoc }

definitionList

public void definitionList()
{@inheritDoc }

definitionListItem

public void definitionListItem()
{@inheritDoc }

definitionListItem_

public void definitionListItem_()
{@inheritDoc }

definitionList_

public void definitionList_()
{@inheritDoc }

definition_

public void definition_()
{@inheritDoc }

figure

public void figure()
{@inheritDoc }

figureCaption

public void figureCaption()
{@inheritDoc }

figureCaption_

public void figureCaption_()
{@inheritDoc }

figureGraphics

public void figureGraphics(String name)
{@inheritDoc }

figure_

public void figure_()
{@inheritDoc }

flush

public void flush()
{@inheritDoc }

getClassLoader

public ClassLoader getClassLoader()
Get the current classLoader

Returns: the current class loader

head

public void head()
{@inheritDoc }

head_

public void head_()
{@inheritDoc }

horizontalRule

public void horizontalRule()
{@inheritDoc }

italic

public void italic()
{@inheritDoc }

italic_

public void italic_()
{@inheritDoc }

lineBreak

public void lineBreak()
{@inheritDoc }

link

public void link(String name)
{@inheritDoc }

link_

public void link_()
{@inheritDoc }

list

public void list()
{@inheritDoc }

listItem

public void listItem()
{@inheritDoc }

listItem_

public void listItem_()
{@inheritDoc }

list_

public void list_()
{@inheritDoc }

monospaced

public void monospaced()
{@inheritDoc }

monospaced_

public void monospaced_()
{@inheritDoc }

nonBreakingSpace

public void nonBreakingSpace()
{@inheritDoc }

numberedList

public void numberedList(int numbering)
{@inheritDoc }

numberedListItem

public void numberedListItem()
{@inheritDoc }

numberedListItem_

public void numberedListItem_()
{@inheritDoc }

numberedList_

public void numberedList_()
{@inheritDoc }

pageBreak

public void pageBreak()
{@inheritDoc }

paragraph

public void paragraph()
{@inheritDoc }

paragraph_

public void paragraph_()
{@inheritDoc }

rawText

public void rawText(String text)
{@inheritDoc }

section1

public void section1()
{@inheritDoc }

section1_

public void section1_()
{@inheritDoc }

section2

public void section2()
{@inheritDoc }

section2_

public void section2_()
{@inheritDoc }

section3

public void section3()
{@inheritDoc }

section3_

public void section3_()
{@inheritDoc }

section4

public void section4()
{@inheritDoc }

section4_

public void section4_()
{@inheritDoc }

section5

public void section5()
{@inheritDoc }

section5_

public void section5_()
{@inheritDoc }

sectionTitle

public void sectionTitle()
{@inheritDoc }

sectionTitle1

public void sectionTitle1()
{@inheritDoc }

sectionTitle1_

public void sectionTitle1_()
{@inheritDoc }

sectionTitle2

public void sectionTitle2()
{@inheritDoc }

sectionTitle2_

public void sectionTitle2_()
{@inheritDoc }

sectionTitle3

public void sectionTitle3()
{@inheritDoc }

sectionTitle3_

public void sectionTitle3_()
{@inheritDoc }

sectionTitle4

public void sectionTitle4()
{@inheritDoc }

sectionTitle4_

public void sectionTitle4_()
{@inheritDoc }

sectionTitle5

public void sectionTitle5()
{@inheritDoc }

sectionTitle5_

public void sectionTitle5_()
{@inheritDoc }

sectionTitle_

public void sectionTitle_()
{@inheritDoc }

setClassLoader

public void setClassLoader(ClassLoader cl)
Set a new class loader

Parameters: cl

table

public void table()
{@inheritDoc }

tableCaption

public void tableCaption()
{@inheritDoc }

tableCaption_

public void tableCaption_()
{@inheritDoc }

tableCell

public void tableCell()
{@inheritDoc }

tableCell

public void tableCell(String width)
{@inheritDoc }

tableCell_

public void tableCell_()
{@inheritDoc }

tableHeaderCell

public void tableHeaderCell()
{@inheritDoc }

tableHeaderCell

public void tableHeaderCell(String width)
{@inheritDoc }

tableHeaderCell_

public void tableHeaderCell_()
{@inheritDoc }

tableRow

public void tableRow()
{@inheritDoc }

tableRows

public void tableRows(int[] justification, boolean grid)
{@inheritDoc }

tableRows_

public void tableRows_()
{@inheritDoc }

tableRow_

public void tableRow_()
{@inheritDoc }

table_

public void table_()
{@inheritDoc }

text

public void text(String text)
{@inheritDoc }

title

public void title()
{@inheritDoc }

title_

public void title_()
{@inheritDoc }

verbatim

public void verbatim(boolean boxed)
{@inheritDoc }

verbatim_

public void verbatim_()
{@inheritDoc }
Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.