The Chunk type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Chunk()()()() |
Empty constructor.
| |
| Chunk(Char) | ||
| Chunk(String) |
Constructs a chunk of text with a certain content, without specifying a Font.
| |
| Chunk(Chunk) | ||
| Chunk(IDrawInterface) | ||
| Chunk(Char, Font) | ||
| Chunk(String, Font) |
Constructs a chunk of text with a certain content and a certain Font.
| |
| Chunk(IDrawInterface, Boolean) | ||
| Chunk(IDrawInterface, Single) | ||
| Chunk(IDrawInterface, Single, Boolean) | ||
| Chunk(Image, Single, Single) |
Constructs a chunk containing an Image.
| |
| Chunk(Image, Single, Single, Boolean) |
Constructs a chunk containing an Image.
|
Methods
| Name | Description | |
|---|---|---|
| Append |
appends some text to this Chunk.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetHyphenation | ||
| GetImage |
Returns the image.
| |
| GetTextRise | ||
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GetWidthPoint | ||
| HasAttributes |
Checks the attributes of this Chunk.
| |
| IsContent | ||
| IsEmpty |
Checks is this Chunk is empty.
| |
| IsNestable | ||
| IsTag |
Checks if a given tag corresponds with this object.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Process |
Processes the element by adding it (or the different parts) to an
IElementListener.
| |
| SetAction |
Sets an action for this Chunk.
| |
| SetAnchor(String) |
Sets an anchor for this Chunk.
| |
| SetAnchor(Uri) |
Sets an anchor for this Chunk.
| |
| SetAnnotation |
Sets a generic annotation to this Chunk.
| |
| SetBackground(Color) |
Sets the color of the background Chunk.
| |
| SetBackground(Color, Single, Single, Single, Single) | ||
| SetGenericTag |
Sets the generic tag Chunk.
| |
| SetHorizontalScaling | ||
| SetHyphenation |
sets the hyphenation engine to this Chunk.
| |
| SetLocalDestination |
Sets a local destination for this Chunk.
| |
| SetLocalGoto |
Sets a local goto for this Chunk.
| |
| SetNewPage |
Sets a new page tag.
| |
| SetRemoteGoto(String, Int32) |
Sets a goto for a remote destination for this Chunk.
| |
| SetRemoteGoto(String, String) |
Sets a goto for a remote destination for this Chunk.
| |
| SetSkew | ||
| SetSplitCharacter |
Sets the split characters.
| |
| SetTextRenderMode | ||
| SetTextRise |
Sets the text displacement relative to the baseline. Positive values rise the text,
negative values lower the text.
| |
| SetUnderline(Single, Single) | ||
| SetUnderline(Color, Single, Single, Single, Single, Int32) | ||
| ToString | (Overrides Object..::..ToString()()()().) |
Fields
| Name | Description | |
|---|---|---|
| ACTION | Key for Action. | |
| attributes | Contains some of the attributes for this Chunk. | |
| BACKGROUND | Key for background. | |
| COLOR | Key for color. | |
| content | This is the content of this chunk of text. | |
| ENCODING | Key for encoding. | |
| font | This is the Font of this chunk of text. | |
| GENERICTAG | Key for generic tag. | |
| HSCALE | ||
| HYPHENATION | Key for hyphenation. | |
| IMAGE | Key for image. | |
| LOCALDESTINATION | Key for local destination. | |
| LOCALGOTO | Key for local goto. | |
| NEWLINE | This is a Chunk containing a newline. | |
| NEWPAGE | Key for newpage. | |
| NEXTPAGE | ||
| OBJECT_REPLACEMENT_CHARACTER | ||
| PDFANNOTATION | Key for annotation. | |
| REMOTEGOTO | Key for remote goto. | |
| SEPARATOR | ||
| SKEW | Key for text skewing. | |
| SPLITCHARACTER | Key for split character. | |
| SUBSUPSCRIPT | Key for sub/basescript. | |
| TAB | ||
| TEXTRENDERMODE | Key for text rendering mode. | |
| UNDERLINE | Key for underline. |
Properties
| Name | Description | |
|---|---|---|
| Attributes |
Gets the attributes for this Chunk.
| |
| Chunks |
Gets all the chunks in this element.
| |
| Content |
Returns the content of this Chunk.
| |
| Font |
Get/set the font of this Chunk.
| |
| HorizontalScaling | ||
| Type |
Gets the type of the text element.
|