The RtfParagraphStyle type exposes the following members.

Constructors

Methods

  NameDescription
Public methodCompareTo (Inherited from RtfFont.)
Public methodDifference (Inherited from RtfFont.)
Public methodEquals (Overrides RtfFont..::..Equals(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 methodGetAlignment
Public methodGetBasedOnName
Public methodGetCalculatedBaseFont (Inherited from Font.)
Public methodGetCalculatedLeading (Inherited from Font.)
Public methodGetCharset (Inherited from RtfFont.)
Public methodGetFirstLineIndent
Public methodGetFontName (Inherited from RtfFont.)
Public methodGetFontNumber (Inherited from RtfFont.)
Public methodGetFontSize (Inherited from RtfFont.)
Public methodGetFontStyle (Inherited from RtfFont.)
Public methodGetHashCode (Overrides RtfFont..::..GetHashCode()()()().)
Public methodGetIndentLeft
Public methodGetIndentRight
Public methodGetKeepTogether
Public methodGetKeepTogetherWithNext
Public methodGetLineLeading
Public methodGetSpacingAfter
Public methodGetSpacingBefore
Public methodGetStyleName
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHandleInheritance
Protected methodIntToByteArray (Inherited from RtfFont.)
Public methodIsBold
checks if this font is Bold.
(Inherited from Font.)
Public methodIsItalic
checks if this font is Bold.
(Inherited from Font.)
Public methodIsStandardFont (Inherited from RtfFont.)
Public methodIsStrikethru
checks if the style of this font is STRIKETHRU.
(Inherited from Font.)
Public methodIsUnderlined
checks if this font is underlined.
(Inherited from Font.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetAlignment
Public methodSetCharset (Inherited from RtfFont.)
Public methodSetColor(Color)
Public methodSetColor(Int32, Int32, Int32) (Inherited from RtfFont.)
Public methodSetFamily (Inherited from RtfFont.)
Public methodSetFirstLineIndent
Public methodSetFontName (Overrides RtfFont..::..SetFontName(String).)
Public methodSetIndentLeft
Public methodSetIndentRight
Public methodSetInHeader (Inherited from RtfFont.)
Public methodSetInTable (Inherited from RtfFont.)
Public methodSetKeepTogether
Public methodSetKeepTogetherWithNext
Public methodSetLineLeading
Public methodSetRtfDocument (Inherited from RtfFont.)
Public methodSetSpacingAfter
Public methodSetSpacingBefore
Public methodSetStyle(String) (Inherited from RtfFont.)
Public methodSetStyle(Int32) (Overrides RtfFont..::..SetStyle(Int32).)
Protected methodSetStyleNumber
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodWriteBegin (Overrides RtfFont..::..WriteBegin(Stream).)
Public methodWriteContent (Overrides RtfFont..::..WriteContent(Stream).)
Public methodWriteDefinition (Overrides RtfFont..::..WriteDefinition(Stream).)
Public methodWriteEnd (Overrides RtfFont..::..WriteEnd(Stream).)

Fields

Properties

  NameDescription
Public propertyBaseFont
Gets the BaseFont inside this object.
(Inherited from Font.)
Public propertyCalculatedSize (Inherited from Font.)
Public propertyCalculatedStyle (Inherited from Font.)
Public propertyColor (Inherited from RtfFont.)
Public propertyFamily
Gets the family of this font.
(Inherited from Font.)
Public propertyFamilyname (Inherited from RtfFont.)
Public propertySize (Overrides RtfFont..::..Size.)
Public propertyStyle
Gets the style of this font.
(Inherited from Font.)

See Also