The RichTextElement type exposes the following members.

Constructors

  NameDescription
RichTextElement
Initializes a new instance of the RichTextElement class

Methods

  NameDescription
Clone
Creates a copy of the current RichTextElement.
(Overrides Element..::.Clone()()().)
Equals
Determines whether the specified Object is equal to the current Object.
(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.)
GetOutputImageOverloaded.
GetOutputImageBinaryOverloaded.
GetSize
Calculates the size of the element without applying any actions onto it.
(Inherited from Element.)
GetSizeAfterActions
Calculates the new size of the element after applying the actions onto it.
(Inherited from Element.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns the String representation of this instance of a Element object.
(Inherited from Element.)

Properties

  NameDescription
Actions
Gets the Action objects that will applied on this Element object.
(Inherited from Element.)
Background
Gets the background fill style.
ConvertEmptyStringToNull
Gets or sets a value indicating whether empty string values ("") are automatically converted to null values when the data field is updated in the data source.
Dpi
Gets or sets the resolution of the image representing this element; in dots per inch (DPI). Default value is 96.
(Inherited from Element.)
Height
Gets or sets the height of the element.
(Inherited from Element.)
LineSpacing
Gets or sets the space between lines of text.
Name
Gets or sets the string identifying the element. The element's name should be unique throughout the scope of the current output composite image.
(Inherited from Element.)
NullDisplayText
Gets or sets the rich text displayed for a field when the field's value is null.
RichText
Gets or sets the rich text markup associated with this RichTextElement object.
Stretch
Gets or sets whether this RichTextElement object is automatically stretched to fit its size.
TextAlignment
Gets or sets the alignment of the text.
TextMargin
Gets the amount of space around text.
TextQuality
Gets or sets the quality of the text.
Visible
Gets or sets whether this element is visible or hidden.
(Inherited from Element.)
Width
Gets or sets the width of the element.
(Inherited from Element.)
X
Gets or sets the x-coordinate of the left side of the element
(Inherited from Element.)
Y
Gets or sets the y-coordinate of the top side of the element
(Inherited from Element.)

See Also