The RtfField 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 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 methodIsContent (Inherited from Chunk.)
Public methodIsEmpty (Overrides Chunk..::..IsEmpty()()()().)
Public methodIsFieldAlt
Public methodIsFieldDirty
Public methodIsFieldEdit
Public methodIsFieldLocked
Public methodIsFieldPrivate
Public methodIsInHeader
Public methodIsInTable
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 methodSetFieldAlt
Public methodSetFieldDirty
Public methodSetFieldEdit
Public methodSetFieldLocked
Public methodSetFieldPrivate
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
Public methodSetInTable
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
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
Protected methodWriteFieldInstContent
Protected methodWriteFieldResultContent

Fields

  NameDescription
Protected fieldattributes
Contains some of the attributes for this Chunk.
(Inherited from Chunk.)
Public fieldStatic memberCLOSE_GROUP
Public fieldStatic memberCOMMA_DELIMITER
Protected fieldcontent
This is the content of this chunk of text.
(Inherited from Chunk.)
Public fieldStatic memberDELIMITER
Protected fielddocument
Protected fieldfont
This is the Font of this chunk of text.
(Inherited from Chunk.)
Public fieldStatic memberOPEN_GROUP
Public fieldStatic memberTWIPS_FACTOR

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 (Overrides Chunk..::..Font.)
Public propertyHorizontalScaling (Inherited from Chunk.)
Public propertyType
Gets the type of the text element.
(Inherited from Chunk.)

See Also