TextArea overview

Constructors

 ConstructorOverloaded Initializes a new instance of the TextArea class.

Public Methods

 Draw (inherited from RotatingPageElement)Overridden. Draws the page element to the given PageWriter object.
 Equals (inherited from Object)See System.Object
 GetHashCode (inherited from Object)See System.Object
 GetOverflowTextReturns the text remaining that will be clipped by the text area.
 GetOverflowTextAreaReturns a TextArea object containing the overflow text.
 GetRequiredHeightReturns the height required to fit all of the text supplied.
 GetTextHeightReturns the height of the text that will be drawn.
 GetType (inherited from Object)See System.Object
 HasOverflowTextReturns a value indicating if there is text remaining that will not be drawn to the text area.
 ToString (inherited from Object)See System.Object

Public Properties

 AlignGets or sets the TextAlign enumeration that specifies the text alignment of the text area.
 Angle (inherited from RotatingPageElement)Gets or sets the heights of the angle element.
 AutoLeadingGets or sets whether the leading of the text area should be calculated automatically.
 CleanParagraphBreaksGets or sets the clean paragraph breaks for the paragraphs of the text area.
 FontGets or sets the Font object used to specify the font of the text for the text area.
 FontSizeGets or sets the font size for the text of the text area.
 HeightOverridden. Gets or sets the height or the label.
 ID (inherited from PageElement)Gets or sets the ID of the page element.
 LeadingGets or sets the leading for the text of the text area.
 ParagraphIndentGets or sets the paragraph indenting for the paragraphs of the text area.
 ParagraphSpacingGets or sets the paragraph spacing for the paragraphs of the text area.
 RequiredLicenseLevel (inherited from PageElement)Gets the required license level of the page element.
 RightToLeftGets or sets a value indicating if text should be displayed right to left.
 TextGets or sets the text of the text area.
 TextColorGets or sets the Color object to use for the text of the text area.
 UnderlineGets or sets a value indicating if the text area is underlined.
 VAlignGets or sets the VAlign enumeration that specifies the vertical text alignment of the text area.
 WidthGets or sets the width of the text area.
 X (inherited from RotatingPageElement)Gets or sets the X coordinate of the page element.
 Y (inherited from RotatingPageElement)Gets or sets the Y coordinate of the page element.

Protected Methods

 DrawRotatedOverridden. Draws the text area to the given PageWriter object.
 Finalize (inherited from Object)See System.Object
 MemberwiseClone (inherited from Object)See System.Object
 SetRequiredLicenseLevel (inherited from PageElement)Sets the license level required by the page element.

See Also

TextArea Class | ceTe.DynamicPDF.PageElements Namespace