TextFrame.PathFormat Property

Gets or sets the path type for the specified text frame.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property PathFormat As MsoPathFormat
    Get
    Set
'Usage
Dim instance As TextFrame
Dim value As MsoPathFormat

value = instance.PathFormat

instance.PathFormat = value
MsoPathFormat PathFormat { get; set; }

Property Value

Type: MsoPathFormat
The path type for the specified text frame.

Remarks

The value of this property can be one of the following MsoPathType constants:

  • msoPathType1

  • msoPathType2

  • msoPathType3

  • msoPathType4

  • msoPathTypeMixed

  • msoPathTypeNone

See Also

Reference

TextFrame Interface

TextFrame Members

Microsoft.Office.Interop.Word Namespace