[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStructCollection.AddPhantom

AddPhantom Method

AddPhantom()

Adds a new OMathPhantom to the collection at the End location.

Declaration
public OMathPhantom AddPhantom()
Returns
Type Description
OMathPhantom

The added OMathPhantom instance.

AddPhantom(string, bool)

Adds a new OMathPhantom to the collection at the End location.

Declaration
public OMathPhantom AddPhantom(string argumentText, bool smash)
Parameters
Type Name Description
string argumentText

The structure argument element text.

bool smash

Whether the argument element is visible but that the height is not taken into account in the spacing of the layout.

Returns
Type Description
OMathPhantom

The added OMathPhantom instance.