Font.Emboss Property
Determines whether the character format is embossed. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property Emboss As MsoTriState
Get
Set
'Usage
Dim instance As Font
Dim value As MsoTriState
value = instance.Emboss
instance.Emboss = value
MsoTriState Emboss { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
The value of the property can be one of these MsoTriState constants.
Constant |
Description |
---|---|
The character format is not embossed. |
|
The specified text range contains both embossed and unembossed characters. |
|
The character format is embossed. |