Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathElement Class / AddPhantom Method / AddPhantom(String,Boolean) Method
The structure argument element text.
Whether the argument element is visible but that the 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 element.
    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 structure argument element text.
    smash
    Whether the argument element is visible but that the height is not taken into account in the spacing of the layout.

    Return Value

    The added OMathPhantom instance.
    See Also