[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMath.AddPhantom

AddPhantom Method

AddPhantom()

Adds a new OMathPhantom to the end of the Office Math zone.

Declaration
public OMathPhantom AddPhantom()
Public Function AddPhantom() As OMathPhantom
Returns
Type Description
OMathPhantom

The added OMathPhantom instance.

AddPhantom(string, bool)

Adds a new OMathPhantom to the end of the Office Math zone.

Declaration
public OMathPhantom AddPhantom(string argumentText, bool smash)
Public Function AddPhantom(argumentText As String, smash As Boolean) As OMathPhantom
Parameters
Type Name Description
string argumentText

The argument element text.

bool smash

Indicates whether argumentText is visible but its height is not taken into account in the spacing of the layout.

Returns
Type Description
OMathPhantom

The added OMathPhantom instance.