Interface IWTextBox
Represents the text box.
Inherited Members
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public interface IWTextBox : IParagraphItem, ICompositeEntity, IEntity
Properties
ChildEntities
Gets the child elements of the text box. Read-only.
Declaration
EntityCollection ChildEntities { get; }
Property Value
Type | Description |
---|---|
EntityCollection | The collection of child elements. |
Name
Gets or sets the name of the text box.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The string that represents the name. |
TextBoxBody
Gets the text body of the text box. Read-only.
Declaration
WTextBody TextBoxBody { get; }
Property Value
Type |
---|
WTextBody |
TextBoxFormat
Gets or sets the text box format.
Declaration
WTextBoxFormat TextBoxFormat { get; set; }
Property Value
Type |
---|
WTextBoxFormat |
Visible
Gets or sets a value indicating whether this WTextBox is visible.
Declaration
bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | True if visible; otherwise, false. |