'Declaration Public Overloads Function InsertPhantom( _ ByVal argumentText As System.String, _ ByVal smash As System.Boolean, _ ByVal location As InsertLocation _ ) As OMathPhantom
public OMathPhantom InsertPhantom( System.string argumentText, System.bool smash, InsertLocation location )
Parameters
- argumentText
- The structure argument element text.
- smash
- Whether the argument element is visible but that the height is not taken into account in the spacing of the layout.
- location
- The target InsertLocation for the insertion.
Return Value
The inserted OMathPhantom instance.