[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStructCollection.InsertPhantom

InsertPhantom Method

InsertPhantom(InsertLocation)

Inserts a new OMathPhantom into the collection at the specified location.

Declaration
public OMathPhantom InsertPhantom(InsertLocation location)
Public Function InsertPhantom(location As InsertLocation) As OMathPhantom
Parameters
Type Name Description
InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathPhantom

The inserted OMathPhantom instance.

InsertPhantom(string, bool, InsertLocation)

Inserts a new OMathPhantom into the collection at the specified location.

Declaration
public OMathPhantom InsertPhantom(string argumentText, bool smash, InsertLocation location)
Public Function InsertPhantom(argumentText As String, smash As Boolean, location As InsertLocation) As OMathPhantom
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.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathPhantom

The inserted OMathPhantom instance.