Share via


ShadowFormat Object Members

Publisher Developer Reference

Represents shadow formatting for a shape.

Methods

  Name Description
Aa438778.methods(en-us,office.12).gif IncrementOffsetX Incrementally changes the horizontal offset of the shadow by the specified distance.
Aa438778.methods(en-us,office.12).gif IncrementOffsetY Incrementally changes the vertical offset of the shadow by the specified distance.

Properties

  Name Description
Aa438778.properties(en-us,office.12).gif Application Used without an object qualifier, this property returns an Application object that represents the current instance of Publisher. Used with an object qualifier, this property returns an Application object that represents the creator of the specified object. When used with an OLE Automation object, it returns the object's application.
Aa438778.properties(en-us,office.12).gif ForeColor Returns or sets a ColorFormat object representing the foreground color for the fill, line, or shadow. Read/write.
Aa438778.properties(en-us,office.12).gif Obscured Returns or sets an MsoTriState value indicating whether the shadow of the specified shape appears filled in and is obscured by the shape. Read/write.
Aa438778.properties(en-us,office.12).gif OffsetX Returns or sets a Variant value indicating the vertical offset of the shadow from the specified shape. A positive value offsets the shadow below the shape; a negative value offsets it above the shape. Read/write.
Aa438778.properties(en-us,office.12).gif OffsetY Returns or sets a Variant value indicating the horizontal offset of the shadow from the specified shape. A positive value offsets the shadow to the right of the shape; a negative value offsets it to the left. Read/write.
Aa438778.properties(en-us,office.12).gif Parent Returns an object that represents the parent object of the specified object. For example, for a TextFrame object, returns a Shape object representing the parent shape of the text frame. Read-only.
Aa438778.properties(en-us,office.12).gif Type Returns or sets an MsoShadowType constant that represents the shadow type of a shape. Read/write.
Aa438778.properties(en-us,office.12).gif Visible Returns or sets an MsoTriState constant indicating whether the specified object or the formatting applied to the specified object is visible. Read/write.MsoTriState can be one of these MsoTriState constants.msoCTrue Not used with this property.msoFalse The specified object or formatting is not visible.msoTriStateMixed Return value only. The specified shape range contains both objects with visible formatting and objects with invisible formatting.msoTriStateToggle Set value only. Toggles the specified object between visible and invisble.msoTrue The specified object or formatting is visible.