The RtfShape 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.) | |
| SetProperty | ||
| 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.) | |
| SetShapeText | ||
| 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.) | |
| SetWrapping | ||
| 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.) | |
| SHAPE_ARC | ||
| SHAPE_ARROR_THICK | ||
| SHAPE_ARROW | ||
| SHAPE_BALLOON | ||
| SHAPE_CAN | ||
| SHAPE_CUBE | ||
| SHAPE_DIAMOND | ||
| SHAPE_DONUT | ||
| SHAPE_ELLIPSE | ||
| SHAPE_FREEFORM | ||
| SHAPE_HEXAGON | ||
| SHAPE_HOME_PLATE | ||
| SHAPE_LINE | ||
| SHAPE_OCTAGON | ||
| SHAPE_PARALLELOGRAM | ||
| SHAPE_PICTURE_FRAME | ||
| SHAPE_RECTANGLE | ||
| SHAPE_ROUND_RECTANGLE | ||
| SHAPE_SEAL | ||
| SHAPE_STAR | ||
| SHAPE_TRAPEZOID | ||
| SHAPE_TRIANGLE_ISOSCELES | ||
| SHAPE_TRIANGLE_RIGHT | ||
| SHAPE_WRAP_BOTH | ||
| SHAPE_WRAP_LARGEST | ||
| SHAPE_WRAP_LEFT | ||
| SHAPE_WRAP_NONE | ||
| SHAPE_WRAP_RIGHT | ||
| SHAPE_WRAP_THROUGH | ||
| SHAPE_WRAP_TIGHT_BOTH | ||
| SHAPE_WRAP_TIGHT_LARGEST | ||
| SHAPE_WRAP_TIGHT_LEFT | ||
| SHAPE_WRAP_TIGHT_RIGHT | ||
| SHAPE_WRAP_TOP_BOTTOM |
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.) |