Share via


OMathPhantom.Smash Property

Returns or sets a Boolean that represents that the contents of the phantom are visible but that the height is not taken into account in the spacing of the layout. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property Smash As Boolean
    Get
    Set
'Usage
Dim instance As OMathPhantom
Dim value As Boolean

value = instance.Smash

instance.Smash = value
bool Smash { get; set; }

Property Value

Type: System.Boolean
Boolean

Remarks

If this property is True, the ZeroAsc, ZeroDesc, and Show properties are all set to True.

See Also

Reference

OMathPhantom Interface

OMathPhantom Members

Microsoft.Office.Interop.Word Namespace