Share via


TextFrame2.PathFormat Property

Returns or sets the path type for the specified text frame. Read/write.

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

Syntax

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

value = instance.PathFormat

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

Property Value

Type: Microsoft.Office.Core.MsoPathFormat

Remarks

The value of the PathFormat property can be one of the following constants: (The value msoPathTypeMixed cannot be set. Setting the value msoPathTypeNone removes any existing path.)

msoPathType1

msoPathType2

msoPathType3

msoPathType4

msoPathTypeMixed

msoPathTypeNone

See Also

Reference

TextFrame2 Interface

TextFrame2 Members

Microsoft.Office.Interop.PowerPoint Namespace