RecordBox

Represents a record box report element.

public class RecordBox : LayoutElement
Public Class RecordBox
    Inherits LayoutElement

Inheritance: ObjectLayoutElementRecordBox

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 box.
AngleGets or sets the angle of the record box in degrees.
AutoLeadingGets or sets a value indicating whether the leading of the record box should be calculated automatically.
CleanParagraphBreaksGets or sets the clean paragraph breaks for the paragraphs of the record box.
DataFormatGets or sets the format to be used for the data of the record box.
DataNameGets or sets the name of the data to be used in the record box
ExpandableGets or sets a value indicating whether the record box 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 box.
FontSizeGets or sets the font size for the text of the record box.
FormatProviderGets or sets the format provider of the record box.
HeightGets or sets the height of the record box.
LeadingGets or sets the leading for the text of the record box.
ParagraphIndentGets or sets the paragraph indenting for the paragraphs of the record box.
ParagraphSpacingGets or sets the paragraph spacing for the paragraphs of the record box.
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 box will split if the record area reaches the end of the page.
TextColorGets or sets the Color object to use for the text of the record box.
TextOutlineColorGets or sets the Color object to use for the text outline of the record box.
TextOutlineWidthGets or sets the Color object to use for the text outline of the record box.
UnderlineGets or sets a value indicating if the record box is underlined.
VAlignGets or sets the VAlign enumeration that specifies the vertical text alignment of the record box.
WidthGets or sets the width of the record box.
XGets or sets the X coordinate of the record box.
YGets or sets the Y coordinate of the record box.

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

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

See Also

ceTe.DynamicPDF.LayoutEngine.LayoutElements

In this topic