Partager via


TextEffectFormat.FontBold Property

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

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

Syntax

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

value = instance.FontBold

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

Property Value

Type: Microsoft.Office.Core.MsoTriState

Remarks

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

Constant

Description

msoFalse

The font in the specified WordArt is not bold.

msoTrue

The font in the specified WordArt is bold.

See Also

Reference

TextEffectFormat Interface

TextEffectFormat Members

Microsoft.Office.Interop.PowerPoint Namespace