LayoutTextArea

Represents an layout text area.

public class LayoutTextArea : RotatingPageElement, ICoordinate, ISerializable
Public Class LayoutTextArea
    Inherits RotatingPageElement
    Implements ICoordinate, ISerializable

Inheritance: ObjectPageElementTaggablePageElementRotatingPageElementLayoutTextArea

Implements: ICoordinate, ISerializable

Licensing Info

This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Properties

AlignGets or sets the TextAlign enumeration that specifies the text alignment of the report text area.
AngleGets or sets the heights of the angle element.
(Inherited from RotatingPageElement)
AutoLeadingGets or sets a value indicating whether the leading of the report text area should be calculated automatically.
CleanParagraphBreaksGets or sets the clean paragraph breaks for the paragraphs of the report text area.
FontGets or sets the Font object used to specify the font of the text for the report text area.
FontSizeGets or sets the font size for the text of the report text area.
HeightGets or sets the heights of the page element.
(Inherited from RotatingPageElement)
IDGets or sets the ID of the page element.
(Inherited from PageElement)
IgnoreMarginsGets or sets ignore margin property. Setting false will consider the margin while placing the page element based on the RelativeTo property.
(Inherited from PageElement)
LeadingGets or sets the leading for the text of the report text area.
ParagraphIndentGets or sets the paragraph indenting for the paragraphs of the report text area.
ParagraphSpacingGets or sets the paragraph spacing for the paragraphs of the report text area.
RelativeToGets and sets placement of the page element on the page.
(Inherited from PageElement)
RightToLeftGets or sets a value indicating if text should be displayed right to left.
TagGets or sets the tag of the taggable element.
(Inherited from TaggablePageElement)
TagOrderGets or sets the tag order of the taggable element.
(Inherited from TaggablePageElement)
TextColorGets or sets the Color object to use for the text of the report text area.
TextOutlineColorGets or sets the Color object to use for the text outline of the report text area.
TextOutlineWidthGets or sets the Color object to use for the text outline of the report text area.
UnderlineGets or sets a value indicating if the report text area is underlined.
VAlignGets or sets the VAlign enumeration that specifies the vertical text alignment of the report text area.
XGets or sets the X coordinate of the page element.
(Inherited from RotatingPageElement)
YGets or sets the Y coordinate of the page element.
(Inherited from RotatingPageElement)

Methods

Draw(PageWriter)Draws the page element to the given PageWriter object.
(Inherited from RotatingPageElement)
Equals(Object)Determines whether the specified Object is equal to the current Object .
(Inherited from Object)
GetHashCode()Serves as a hash function for a particular type.
(Inherited from Object)
GetType()Gets the Type of the current instance.
(Inherited from Object)
ToString()Returns a String that represents the current Object .
(Inherited from Object)

See Also

ceTe.DynamicPDF.LayoutEngine.Layout

In this topic