Partager via


TextFrame.PathFormat Property (Word)

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

Version Information

Version Added: Word 2010

Syntax

expression .PathFormat

expression A variable that represents a TextFrame object.

Remarks

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

  • msoPathType1

  • msoPathType2

  • msoPathType3

  • msoPathType4

  • msoPathTypeMixed

  • msoPathTypeNone

The value msoPathTypeMixed cannot be set. Setting the value msoPathTypeNone removes any existing path.

See Also

Concepts

TextFrame Object Members

TextFrame Object