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 |
---|---|
The font in the specified WordArt is not bold. |
|
The font in the specified WordArt is bold. |