Partager via


TextEffectFormat.KernedPairs Property

Determines whether the character pairs in the specified WordArt are kerned. Read/write.

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

Syntax

'Declaration
Property KernedPairs As MsoTriState
    Get
    Set
'Usage
Dim instance As TextEffectFormat
Dim value As MsoTriState

value = instance.KernedPairs

instance.KernedPairs = value
MsoTriState KernedPairs { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoTriState

Remarks

The value returned by the KernedPairs property can be one of the following MsoTriState constants:

Constant

Description

msoFalse

Character pairs in the specified WordArt are not kerned.

msoTrue

Character pairs in the specified WordArt are kerned.

See Also

Reference

TextEffectFormat Interface

TextEffectFormat Members

Microsoft.Office.Interop.PowerPoint Namespace