RecordArea

Represents a record area report element.

public class RecordArea : LayoutElement
Public Class RecordArea
    Inherits LayoutElement

Inheritance: ObjectLayoutElementRecordArea

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 record area.
AngleGets or sets the angle of the record area in degrees.
AutoLeadingGets or sets a value indicating whether the leading of the record area should be calculated automatically.
CleanParagraphBreaksGets or sets the clean paragraph breaks for the paragraphs of the record area.
ExpandableGets or sets a value indicating whether the record area will expand if all the text is not visible.
FontGets or sets the Font object used to specify the font of the text for the record area.
FontSizeGets or sets the font size for the text of the record area.
HeightGets or sets the height of the record area.
LeadingGets or sets the leading for the text of the record area.
ParagraphIndentGets or sets the paragraph indenting for the paragraphs of the record area.
ParagraphSpacingGets or sets the paragraph spacing for the paragraphs of the record area.
RightToLeftGets or sets a value indicating if text should be displayed right to left reading order.
SplittableGets or sets a value indicating whether the text within the record area will split if the record area reaches the end of the page.
TextGets or sets the text of the record area.
TextColorGets or sets the Color object to use for the text of the record area.
TextOutlineColorGets or sets the Color object to use for the text outline of the record area.
TextOutlineWidthGets or sets the Color object to use for the text outline of the record area.
UnderlineGets or sets a value indicating if the record area is underlined.
VAlignGets or sets the VAlign enumeration that specifies the vertical text alignment of the record area.
WidthGets or sets the width of the record area.
XGets or sets the X coordinate of the record area.
YGets or sets the Y coordinate of the record area.

Methods

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)

Events

RecordArea.LaidOutOccurs after the record area has been laid out.
RecordArea.LayingOutOccurs before the record area is laid out.
RecordArea.TextSetOccurs after the text has been set for the record area.
RecordArea.TextSettingOccurs before the text is set for the record area.

See Also

ceTe.DynamicPDF.LayoutEngine.LayoutElements

In this topic