|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Chunk in com.lowagie.text |
---|
Fields in com.lowagie.text declared as Chunk | |
---|---|
static Chunk |
Chunk.NEWLINE
This is a Chunk containing a newline. |
static Chunk |
Chunk.NEXTPAGE
This is a Chunk containing a newpage. |
protected Chunk |
List.symbol
This is the listsymbol of a list that is not numbered. |
Methods in com.lowagie.text that return Chunk | |
---|---|
static Chunk |
SpecialSymbol.get(char c,
Font font)
Gets a chunk with a symbol character. |
static Chunk |
Entities.get(String e,
Font font)
Gets a chunk with a symbol character. |
Chunk |
ListItem.listSymbol()
Returns the listsymbol. |
Chunk |
Chunk.setAction(PdfAction action)
Sets an action for this Chunk . |
Chunk |
Chunk.setAnchor(String url)
Sets an anchor for this Chunk . |
Chunk |
Chunk.setAnchor(URL url)
Sets an anchor for this Chunk . |
Chunk |
Chunk.setAnnotation(PdfAnnotation annotation)
Sets a generic annotation to this Chunk . |
Chunk |
Chunk.setBackground(Color color)
Sets the color of the background Chunk . |
Chunk |
Chunk.setBackground(Color color,
float extraLeft,
float extraBottom,
float extraRight,
float extraTop)
Sets the color and the size of the background Chunk . |
Chunk |
Chunk.setGenericTag(String text)
Sets the generic tag Chunk . |
Chunk |
Chunk.setHorizontalScaling(float scale)
Sets the text horizontal scaling. |
Chunk |
Chunk.setHyphenation(HyphenationEvent hyphenation)
sets the hyphenation engine to this Chunk . |
Chunk |
Chunk.setLocalDestination(String name)
Sets a local destination for this Chunk . |
Chunk |
Chunk.setLocalGoto(String name)
Sets a local goto for this Chunk . |
Chunk |
Chunk.setNewPage()
Sets a new page tag.. |
Chunk |
Chunk.setRemoteGoto(String filename,
int page)
Sets a goto for a remote destination for this Chunk . |
Chunk |
Chunk.setRemoteGoto(String filename,
String name)
Sets a goto for a remote destination for this Chunk . |
Chunk |
Chunk.setSkew(float alpha,
float beta)
Skews the text to simulate italic and other effects. |
Chunk |
Chunk.setSplitCharacter(SplitCharacter splitCharacter)
Sets the split characters. |
Chunk |
Chunk.setTextRenderMode(int mode,
float strokeWidth,
Color strokeColor)
Sets the text rendering mode. |
Chunk |
Chunk.setTextRise(float rise)
Sets the text displacement relative to the baseline. |
Chunk |
Chunk.setUnderline(Color color,
float thickness,
float thicknessMul,
float yPosition,
float yPositionMul,
int cap)
Sets an horizontal line that can be an underline or a strikethrough. |
Chunk |
Chunk.setUnderline(float thickness,
float yPosition)
Sets an horizontal line that can be an underline or a strikethrough. |
Chunk |
List.symbol()
Gets the Chunk containing the symbol. |
Methods in com.lowagie.text with parameters of type Chunk | |
---|---|
void |
List.setListSymbol(Chunk symbol)
Sets the listsymbol. |
void |
ListItem.setListSymbol(Chunk symbol)
Sets the listsymbol. |
Constructors in com.lowagie.text with parameters of type Chunk | |
---|---|
Anchor(Chunk chunk)
Constructs an Anchor with a certain Chunk . |
|
Anchor(float leading,
Chunk chunk)
Constructs an Anchor with a certain Chunk
and a certain leading. |
|
Chunk(Chunk ck)
A Chunk copy constructor. |
|
ListItem(Chunk chunk)
Constructs a ListItem with a certain Chunk . |
|
ListItem(float leading,
Chunk chunk)
Constructs a ListItem with a certain Chunk
and a certain leading. |
|
Paragraph(Chunk chunk)
Constructs a Paragraph with a certain Chunk . |
|
Paragraph(float leading,
Chunk chunk)
Constructs a Paragraph with a certain Chunk
and a certain leading. |
|
Phrase(Chunk chunk)
Constructs a Phrase with a certain Chunk . |
|
Phrase(float leading,
Chunk chunk)
Constructs a Phrase with a certain Chunk
and a certain leading. |
Uses of Chunk in com.lowagie.text.html.simpleparser |
---|
Methods in com.lowagie.text.html.simpleparser that return Chunk | |
---|---|
Chunk |
FactoryProperties.createChunk(String text,
ChainedProperties props)
|
Uses of Chunk in com.lowagie.text.pdf |
---|
Fields in com.lowagie.text.pdf declared as Chunk | |
---|---|
protected Chunk |
PdfLine.listSymbol
The listsymbol (if necessary). |
Methods in com.lowagie.text.pdf that return Chunk | |
---|---|
Chunk |
PdfLine.listSymbol()
Returns the listsymbol of this line. |
Methods in com.lowagie.text.pdf with parameters of type Chunk | |
---|---|
void |
ColumnText.addText(Chunk chunk)
Adds a Chunk to the current text array. |
void |
VerticalText.addText(Chunk chunk)
Adds a Chunk to the current text array. |
Uses of Chunk in com.lowagie.text.pdf.events |
---|
Methods in com.lowagie.text.pdf.events that return Chunk | |
---|---|
Chunk |
IndexEvents.create(String text,
String in1)
Create an index entry. |
Chunk |
IndexEvents.create(String text,
String in1,
String in2)
Create an index entry. |
Chunk |
IndexEvents.create(String text,
String in1,
String in2,
String in3)
Create an index entry. |
Methods in com.lowagie.text.pdf.events with parameters of type Chunk | |
---|---|
void |
IndexEvents.create(Chunk text,
String in1)
Create an index entry. |
void |
IndexEvents.create(Chunk text,
String in1,
String in2)
Create an index entry. |
void |
IndexEvents.create(Chunk text,
String in1,
String in2,
String in3)
Create an index entry. |
Uses of Chunk in com.lowagie.text.rtf |
---|
Subclasses of Chunk in com.lowagie.text.rtf | |
---|---|
class |
GenericRtfField
Deprecated. Please move to the RtfWriter2 and associated classes. |
class |
RtfAddableElement
The RtfAddableElement is the superclass for all rtf specific elements that need to be added to an iText document. |
class |
RtfPageNumber
Deprecated. Please move to the RtfWriter2 and associated classes. com.lowagie.text.rtf.field.RtfPageNumber replaces the functionality of this class. |
class |
RtfTOC
Deprecated. Please move to the RtfWriter2 and associated classes. com.lowagie.text.rtf.field.RtfTableOfContents replaces the functionality of this class. |
class |
RtfTOCEntry
Deprecated. Please move to the RtfWriter2 and associated classes. com.lowagie.text.rtf.field.RtfTOCEntry replaces the functionality of this class. |
Methods in com.lowagie.text.rtf with parameters of type Chunk | |
---|---|
protected void |
RtfWriter.writeFinishingFontSignature(OutputStream out,
Chunk chunk)
Deprecated. |
protected void |
RtfWriter.writeInitialFontSignature(OutputStream out,
Chunk chunk)
Deprecated. |
Uses of Chunk in com.lowagie.text.rtf.field |
---|
Subclasses of Chunk in com.lowagie.text.rtf.field | |
---|---|
class |
RtfAnchor
|
class |
RtfField
The RtfField class is an abstract base class for all rtf field functionality. |
class |
RtfTableOfContents
The RtfTableOfContents together with multiple RtfTOCEntry objects generates a table of contents. |
class |
RtfTotalPageNumber
The RtfTotalPageNumber provides the total number of pages field in rtf documents. |
Uses of Chunk in com.lowagie.text.rtf.text |
---|
Subclasses of Chunk in com.lowagie.text.rtf.text | |
---|---|
class |
RtfTab
The RtfTab encapsulates a tab position and tab type in a paragraph. |
class |
RtfTabGroup
The RtfTabGroup is a convenience class if the same tabs are to be added to multiple paragraphs. |
Constructors in com.lowagie.text.rtf.text with parameters of type Chunk | |
---|---|
RtfChunk(RtfDocument doc,
Chunk chunk)
Constructs a RtfChunk based on the content of a Chunk |
Uses of Chunk in com.lowagie.text.xml |
---|
Fields in com.lowagie.text.xml declared as Chunk | |
---|---|
protected Chunk |
SAXiTextHandler.currentChunk
This is the current chunk to which characters can be added. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |