Emboss Property
Applies To
Font object.
Description
True if the character format is embossed, False if it's not embossed, or msoTriStateMixed if the specified text range contains both embossed and unembossed characters. Read/write Long.
Example
This example sets the title text on slide one to embossed.
Application.ActivePresentation.Slides(1).Shapes.Title _
.TextFrame.TextRange.Font.Emboss = True