Determines whether the character format is embossed. Read/write MsoTriState.
MsoTriState can be one of these MsoTriState constants. |
msoCTrue |
msoFalse The character format is not embossed. |
msoTriStateMixed The specified text range contains both embossed and unembossed characters. |
msoTriStateToggle |
msoTrue The character format is embossed. |
expression.Emboss
expression Required. An expression that returns one of the objects in the Applies To list.
Example
This example sets the title text on slide one to embossed.
Application.ActivePresentation.Slides(1).Shapes.Title _
.TextFrame.TextRange.Font.Emboss = msoTrue