[]
        
(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()
Public Function AddPhantom() As OMathPhantom
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)
Public Function AddPhantom(argumentText As String, smash As Boolean) 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.

Returns
Type Description
OMathPhantom

The added OMathPhantom instance.