Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMath Class / AddPhantom Method / AddPhantom(String,Boolean) Method
The argument element text.
Indicates whether argumentText is visible but its height is not taken into account in the spacing of the layout.

In This Topic
    AddPhantom(String,Boolean) Method
    In This Topic
    Adds a new OMathPhantom to the end of the Office Math zone.
    Syntax
    'Declaration
     
    Public Overloads Function AddPhantom( _
       ByVal argumentText As System.String, _
       ByVal smash As System.Boolean _
    ) As OMathPhantom
    public OMathPhantom AddPhantom( 
       System.string argumentText,
       System.bool smash
    )

    Parameters

    argumentText
    The argument element text.
    smash
    Indicates whether argumentText is visible but its height is not taken into account in the spacing of the layout.

    Return Value

    The added OMathPhantom instance.
    See Also