共用方式為


TextEffectFormat.FontItalic Property

Determines whether the font in the specified WordArt is italic. Read/write.

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

Syntax

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

value = instance.FontItalic

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

Property Value

Type: Microsoft.Office.Core.MsoTriState

Remarks

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

Constant

Description

msoFalse

The font in the specified WordArt is not italic.

msoTrue

The font in the specified WordArt is italic.

See Also

Reference

TextEffectFormat Interface

TextEffectFormat Members

Microsoft.Office.Interop.PowerPoint Namespace