The RtfTOCEntry type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| RtfTOCEntry | Initializes a new instance of the RtfTOCEntry class |
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.) | |
| IsContent | (Inherited from Chunk.) | |
| IsEmpty | (Inherited from RtfField.) | |
| IsFieldAlt | (Inherited from RtfField.) | |
| IsFieldDirty | (Inherited from RtfField.) | |
| IsFieldEdit | (Inherited from RtfField.) | |
| IsFieldLocked | (Inherited from RtfField.) | |
| IsFieldPrivate | (Inherited from RtfField.) | |
| IsInHeader | (Inherited from RtfField.) | |
| IsInTable | (Inherited from RtfField.) | |
| 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.) | |
| SetFieldAlt | (Inherited from RtfField.) | |
| SetFieldDirty | (Inherited from RtfField.) | |
| SetFieldEdit | (Inherited from RtfField.) | |
| SetFieldLocked | (Inherited from RtfField.) | |
| SetFieldPrivate | (Inherited from RtfField.) | |
| 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 RtfField.) | |
| SetInTable | (Inherited from RtfField.) | |
| 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 RtfField.) | |
| SetShowPageNumber | ||
| 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 RtfField..::..WriteContent(Stream).) | |
| WriteFieldInstContent | (Overrides RtfField..::..WriteFieldInstContent(Stream).) | |
| WriteFieldResultContent | (Overrides RtfField..::..WriteFieldResultContent(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.) | |
| document | (Inherited from RtfField.) | |
| font | This is the Font of this chunk of text. (Inherited from Chunk.) |
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 | (Inherited from RtfField.) | |
| HorizontalScaling | (Inherited from Chunk.) | |
| Type |
Gets the type of the text element.
(Inherited from Chunk.) |