Sdílet prostřednictvím


TextShape.TextBody Property

Shape Text Body.Represents the element tag in schema: a:txBody

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property TextBody As TextBody
    Get
    Set
'Usage
Dim instance As TextShape
Dim value As TextBody

value = instance.TextBody

instance.TextBody = value
public TextBody TextBody { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.TextBody

See Also

Reference

TextShape Class

TextShape Members

DocumentFormat.OpenXml.Drawing Namespace