[]
        
(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()
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)
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.