The RtfPageNumber 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 (Inherited from RtfField.)
Public methodIsFieldAlt (Inherited from RtfField.)
Public methodIsFieldDirty (Inherited from RtfField.)
Public methodIsFieldEdit (Inherited from RtfField.)
Public methodIsFieldLocked (Inherited from RtfField.)
Public methodIsFieldPrivate (Inherited from RtfField.)
Public methodIsInHeader (Inherited from RtfField.)
Public methodIsInTable (Inherited from RtfField.)
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 (Inherited from RtfField.)
Public methodSetFieldDirty (Inherited from RtfField.)
Public methodSetFieldEdit (Inherited from RtfField.)
Public methodSetFieldLocked (Inherited from RtfField.)
Public methodSetFieldPrivate (Inherited from RtfField.)
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 RtfField.)
Public methodSetInTable (Inherited from RtfField.)
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 RtfField.)
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 (Inherited from RtfField.)
Protected methodWriteFieldInstContent (Overrides RtfField..::..WriteFieldInstContent(Stream).)
Protected methodWriteFieldResultContent (Overrides RtfField..::..WriteFieldResultContent(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 fielddocument (Inherited from RtfField.)
Protected fieldfont
This is the Font of this chunk of text.
(Inherited from Chunk.)

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

See Also