TextEffectFormat.FontBold Property

Returns or sets a constant that represents how bold font is handled for the specified text effect.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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: MsoTriState

Remarks

MsoTriState can be one of these MsoTriState constants:

msoCTrue

msoFalse

msoTriStateMixed

msoTriStateToggle

msoTrue The font in the specified WordArt is bold.

See Also

Reference

TextEffectFormat Interface

TextEffectFormat Members

Microsoft.Office.Interop.Word Namespace