Class TextBox
Summary description for TextBox.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.DLS
Assembly: Syncfusion.DLS.Base.dll
Syntax
public class TextBox : ParagraphItem, IXDLSSerializable, IWidget, ITextBox, IParagraphItem, IEntityBase
Constructors
TextBox(IDocument)
Declaration
public TextBox(IDocument doc)
Parameters
Type | Name | Description |
---|---|---|
IDocument | doc |
TextBox(TextBox, IParagraph)
Declaration
protected TextBox(TextBox txbxItem, IParagraph paragraph)
Parameters
Type | Name | Description |
---|---|---|
TextBox | txbxItem | |
IParagraph | paragraph |
Fields
m_textBody
Declaration
protected TextBody m_textBody
Field Value
Type |
---|
TextBody |
m_txbxFormat
Declaration
protected TextBoxFormat m_txbxFormat
Field Value
Type |
---|
TextBoxFormat |
Properties
TextBoxBody
Get/set TextBody value
Declaration
public ITextBody TextBoxBody { get; }
Property Value
Type |
---|
ITextBody |
TextBoxFormat
Get/set TextBoxFormat value
Declaration
public TextBoxFormat TextBoxFormat { get; set; }
Property Value
Type |
---|
TextBoxFormat |
Methods
Clone(IParagraph)
Clones itself.
Declaration
public override IParagraphItem Clone(IParagraph paragraph)
Parameters
Type | Name | Description |
---|---|---|
IParagraph | paragraph |
Returns
Type |
---|
IParagraphItem |
Overrides
CloneImpl(IParagraph)
Clone method implementation.
Declaration
protected virtual TextBox CloneImpl(IParagraph paragraph)
Parameters
Type | Name | Description |
---|---|---|
IParagraph | paragraph |
Returns
Type |
---|
TextBox |
CreateLayoutInfo()
Declaration
protected override void CreateLayoutInfo()
Overrides
InitXDLSHolder()
Declaration
protected override void InitXDLSHolder()
Overrides
WriteXmlAttributes(IXDLSAttributeWriter)
Declaration
protected override void WriteXmlAttributes(IXDLSAttributeWriter writer)
Parameters
Type | Name | Description |
---|---|---|
IXDLSAttributeWriter | writer |