Partager via


TextBodyProperties.PresetTextWrap Property

Preset Text Shape.Represents the element tag in schema: a:prstTxWarp

Namespace:  DocumentFormat.OpenXml.Office2010.Word.DrawingShape
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property PresetTextWrap As PresetTextWrap
    Get
    Set
'Usage
Dim instance As TextBodyProperties
Dim value As PresetTextWrap

value = instance.PresetTextWrap

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.PresetTextWrap

See Also

Reference

TextBodyProperties Class

TextBodyProperties Members

DocumentFormat.OpenXml.Office2010.Word.DrawingShape Namespace