TextBoxInfo2.TextBoxContent Property
TextBoxContent.Represents the element tag in schema: w:txbxContent
Namespace: DocumentFormat.OpenXml.Office2010.Word.DrawingShape
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property TextBoxContent As TextBoxContent
Get
Set
'Usage
Dim instance As TextBoxInfo2
Dim value As TextBoxContent
value = instance.TextBoxContent
instance.TextBoxContent = value
public TextBoxContent TextBoxContent { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.TextBoxContent
See Also
Reference
DocumentFormat.OpenXml.Office2010.Word.DrawingShape Namespace