Shape.TextBody Property

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

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

Syntax

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

value = instance.TextBody

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

Property Value

Type: DocumentFormat.OpenXml.Presentation.TextBody
Returns TextBody.

See Also

Reference

Shape Class

Shape Members

DocumentFormat.OpenXml.Presentation Namespace