_Font.Emboss Property

True if the specified font is formatted as embossed. Returns True, False, or wdUndefined. Can be set to True, False, or wdToggle. Read/write Integer.

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

Syntax

'Declaration
Property Emboss As Integer
    Get
    Set
'Usage
Dim instance As _Font
Dim value As Integer

value = instance.Emboss

instance.Emboss = value
int Emboss { get; set; }

Property Value

Type: System.Int32

See Also

Reference

_Font Interface

_Font Members

Microsoft.Office.Interop.Word Namespace