Shape.IsExcess Property

Publisher Developer Reference

Indicates whether the parent Shape object is an excess shape after the document template (wizard) is changed by using the Document.ChangeDocument method or by using the Change Template command in the user interface. Microsoft Office Publisher places any excess shape under Extra Content in the Format Publication task pane. Read-only.

Version Information
 Version Added:  Publisher 2007

Syntax

expression.IsExcess

expression   A variable that represents a Shape object.

Return Value
MsoTriState

Remarks

Publisher classifies a shape as excess (surplus) if that shape does not fit neatly into the new template after the template is changed.

See Also