[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathFunction

Class OMathFunction

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a function Office Math structure, which consists of a function name element and an argument element acted upon.

public class OMathFunction : OMathStruct, IBrowsable<OMathStruct>
Inheritance
object
OMathFunction
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Argument

Gets the OMathElement that represents math argument list of the function.

public OMathElement Argument { get; }

Property Value

OMathElement

Name

Gets the name OMathElement of the function.

public OMathElement Name { get; }

Property Value

OMathElement

StructType

Gets the OMathStructType of the structure.

public override OMathStructType StructType { get; }

Property Value

OMathStructType