IdxRichEditTextBox Interface
Exposes a text box within a floating shape.
Declaration
IdxRichEditTextBox = interface(IInterface)
Remarks
This interface provides access to the properties and methods that allow you to:
Access the text box’s content (Document and GetDocument);
Specify the margins between the text box’s content and the floating shape’s boundaries (MarginBottom, MarginLeft, MarginRight, MarginTop, GetMarginBottom, GetMarginLeft, GetMarginRight, GetMarginTop, SetMarginBottom, SetMarginLeft, SetMarginRight, and SetMarginTop);
Specify if the text box’s height is determined automatically (HeightRule, GetHeightRule, and SetHeightRule).
The floating shape’s TextBox property references the IdxRichEditTextBox interface.
Inheritance
IInterface
IdxRichEditTextBox
See Also