The RtfTab type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| Append |
appends some text to this Chunk.
(Inherited from 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 | (Inherited from Chunk.) | |
| GetImage |
Returns the image.
(Inherited from Chunk.) | |
| GetTextRise | (Inherited from Chunk.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GetWidthPoint | (Inherited from Chunk.) | |
| HasAttributes |
Checks the attributes of this Chunk.
(Inherited from Chunk.) | |
| IntToByteArray | (Inherited from RtfAddableElement.) | |
| IsContent | (Inherited from Chunk.) | |
| IsEmpty | (Inherited from RtfAddableElement.) | |
| IsNestable | (Inherited from Chunk.) | |
| 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.
(Inherited from Chunk.) | |
| SetAction |
Sets an action for this Chunk.
(Inherited from Chunk.) | |
| SetAnchor(String) |
Sets an anchor for this Chunk.
(Inherited from Chunk.) | |
| SetAnchor(Uri) |
Sets an anchor for this Chunk.
(Inherited from Chunk.) | |
| SetAnnotation |
Sets a generic annotation to this Chunk.
(Inherited from Chunk.) | |
| SetBackground(Color) |
Sets the color of the background Chunk.
(Inherited from Chunk.) | |
| SetBackground(Color, Single, Single, Single, Single) | (Inherited from Chunk.) | |
| SetGenericTag |
Sets the generic tag Chunk.
(Inherited from Chunk.) | |
| SetHorizontalScaling | (Inherited from Chunk.) | |
| SetHyphenation |
sets the hyphenation engine to this Chunk.
(Inherited from Chunk.) | |
| SetInHeader | (Inherited from RtfAddableElement.) | |
| SetInTable | (Inherited from RtfAddableElement.) | |
| SetLocalDestination |
Sets a local destination for this Chunk.
(Inherited from Chunk.) | |
| SetLocalGoto |
Sets a local goto for this Chunk.
(Inherited from Chunk.) | |
| SetNewPage |
Sets a new page tag.
(Inherited from Chunk.) | |
| SetRemoteGoto(String, Int32) |
Sets a goto for a remote destination for this Chunk.
(Inherited from Chunk.) | |
| SetRemoteGoto(String, String) |
Sets a goto for a remote destination for this Chunk.
(Inherited from Chunk.) | |
| SetRtfDocument | (Inherited from RtfAddableElement.) | |
| SetSkew | (Inherited from Chunk.) | |
| SetSplitCharacter |
Sets the split characters.
(Inherited from Chunk.) | |
| SetTextRenderMode | (Inherited from Chunk.) | |
| SetTextRise |
Sets the text displacement relative to the baseline. Positive values rise the text,
negative values lower the text.
(Inherited from Chunk.) | |
| SetUnderline(Single, Single) | (Inherited from Chunk.) | |
| SetUnderline(Color, Single, Single, Single, Single, Int32) | (Inherited from Chunk.) | |
| ToString | (Inherited from Chunk.) | |
| WriteContent | (Overrides RtfAddableElement..::..WriteContent(Stream).) |
Fields
| Name | Description | |
|---|---|---|
| attributes | Contains some of the attributes for this Chunk. (Inherited from Chunk.) | |
| content | This is the content of this chunk of text. (Inherited from Chunk.) | |
| doc | (Inherited from RtfAddableElement.) | |
| font | This is the Font of this chunk of text. (Inherited from Chunk.) | |
| inHeader | (Inherited from RtfAddableElement.) | |
| inTable | (Inherited from RtfAddableElement.) | |
| TAB_CENTER_ALIGN | ||
| TAB_DECIMAL_ALIGN | ||
| TAB_LEFT_ALIGN | ||
| TAB_RIGHT_ALIGN |
Properties
| Name | Description | |
|---|---|---|
| Attributes |
Gets the attributes for this Chunk.
(Inherited from Chunk.) | |
| Chunks |
Gets all the chunks in this element.
(Inherited from Chunk.) | |
| Content |
Returns the content of this Chunk.
(Inherited from Chunk.) | |
| Font |
Get/set the font of this Chunk.
(Inherited from Chunk.) | |
| HorizontalScaling | (Inherited from Chunk.) | |
| Type |
Gets the type of the text element.
(Inherited from Chunk.) |