Namespace TallComponents.PDF.JavaScript.Scripting.Dialog
Class DialogElement
Represents one dialog box element and its optional sub-elements.
Syntax
public class DialogElement
: Object
Constructors
Properties
Nullable<AlignChildren> AlignChildren
Alignment for all descendants.
Nullable<AlignChildren> Alignment
Alignment for this element.
Nullable<Boolean> Bold
Whether the font is bold.
Nullable<Double> CharHeight
Height in characters.
Nullable<Double> CharWidth
Width in characters.
List<DialogElement> Elements
Child elements with the same schema.
Nullable<DialogFont> Font
Font for this element.
Nullable<Double> Height
Height in pixels.
Nullable<Boolean> Italic
Whether the font is italic.
String ItemId
Unique 4-character ItemID.
String Name
The displayed name of the element (localized). Ignored for EditText.
String NextTab
ItemID for the next element in tab order.
DialogElementType Type
The element type.
Nullable<Double> Width
Width in pixels.