The RtfShapeProperty type exposes the following members.

Constructors

Methods

  NameDescription
Public methodAppend
appends some text to this Chunk.
(Inherited from Chunk.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetHyphenation (Inherited from Chunk.)
Public methodGetImage
Returns the image.
(Inherited from Chunk.)
Public methodGetName
Public methodGetTextRise (Inherited from Chunk.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWidthPoint (Inherited from Chunk.)
Public methodHasAttributes
Checks the attributes of this Chunk.
(Inherited from Chunk.)
Public methodIntToByteArray (Inherited from RtfAddableElement.)
Public methodIsContent (Inherited from Chunk.)
Public methodIsEmpty (Inherited from RtfAddableElement.)
Public methodIsNestable (Inherited from Chunk.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodProcess
Processes the element by adding it (or the different parts) to an IElementListener.
(Inherited from Chunk.)
Public methodSetAction
Sets an action for this Chunk.
(Inherited from Chunk.)
Public methodSetAnchor(String)
Sets an anchor for this Chunk.
(Inherited from Chunk.)
Public methodSetAnchor(Uri)
Sets an anchor for this Chunk.
(Inherited from Chunk.)
Public methodSetAnnotation
Sets a generic annotation to this Chunk.
(Inherited from Chunk.)
Public methodSetBackground(Color)
Sets the color of the background Chunk.
(Inherited from Chunk.)
Public methodSetBackground(Color, Single, Single, Single, Single) (Inherited from Chunk.)
Public methodSetGenericTag
Sets the generic tag Chunk.
(Inherited from Chunk.)
Public methodSetHorizontalScaling (Inherited from Chunk.)
Public methodSetHyphenation
sets the hyphenation engine to this Chunk.
(Inherited from Chunk.)
Public methodSetInHeader (Inherited from RtfAddableElement.)
Public methodSetInTable (Inherited from RtfAddableElement.)
Public methodSetLocalDestination
Sets a local destination for this Chunk.
(Inherited from Chunk.)
Public methodSetLocalGoto
Sets a local goto for this Chunk.
(Inherited from Chunk.)
Public methodSetNewPage
Sets a new page tag.
(Inherited from Chunk.)
Public methodSetRemoteGoto(String, Int32)
Sets a goto for a remote destination for this Chunk.
(Inherited from Chunk.)
Public methodSetRemoteGoto(String, String)
Sets a goto for a remote destination for this Chunk.
(Inherited from Chunk.)
Public methodSetRtfDocument (Inherited from RtfAddableElement.)
Public methodSetSkew (Inherited from Chunk.)
Public methodSetSplitCharacter
Sets the split characters.
(Inherited from Chunk.)
Public methodSetTextRenderMode (Inherited from Chunk.)
Public methodSetTextRise
Sets the text displacement relative to the baseline. Positive values rise the text, negative values lower the text.
(Inherited from Chunk.)
Public methodSetUnderline(Single, Single) (Inherited from Chunk.)
Public methodSetUnderline(Color, Single, Single, Single, Single, Int32) (Inherited from Chunk.)
Public methodToString (Inherited from Chunk.)
Public methodWriteContent (Overrides RtfAddableElement..::..WriteContent(Stream).)

Fields

  NameDescription
Protected fieldattributes
Contains some of the attributes for this Chunk.
(Inherited from Chunk.)
Protected fieldcontent
This is the content of this chunk of text.
(Inherited from Chunk.)
Protected fielddoc (Inherited from RtfAddableElement.)
Protected fieldfont
This is the Font of this chunk of text.
(Inherited from Chunk.)
Protected fieldinHeader (Inherited from RtfAddableElement.)
Protected fieldinTable (Inherited from RtfAddableElement.)
Public fieldStatic memberPROPERTY_ADJUST_VALUE
Public fieldStatic memberPROPERTY_FILL_COLOR
Public fieldStatic memberPROPERTY_FLIP_H
Public fieldStatic memberPROPERTY_FLIP_V
Public fieldStatic memberPROPERTY_GEO_BOTTOM
Public fieldStatic memberPROPERTY_GEO_LEFT
Public fieldStatic memberPROPERTY_GEO_RIGHT
Public fieldStatic memberPROPERTY_GEO_TOP
Public fieldStatic memberPROPERTY_IMAGE
Public fieldStatic memberPROPERTY_LAYOUT_IN_CELL
Public fieldStatic memberPROPERTY_LINE_COLOR
Public fieldStatic memberPROPERTY_VERTICIES

Properties

  NameDescription
Public propertyAttributes
Gets the attributes for this Chunk.
(Inherited from Chunk.)
Public propertyChunks
Gets all the chunks in this element.
(Inherited from Chunk.)
Public propertyContent
Returns the content of this Chunk.
(Inherited from Chunk.)
Public propertyFont
Get/set the font of this Chunk.
(Inherited from Chunk.)
Public propertyHorizontalScaling (Inherited from Chunk.)
Public propertyType
Gets the type of the text element.
(Inherited from Chunk.)

See Also