[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStruct

Class OMathStruct

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll
public abstract class OMathStruct : ContentObject, IBrowsable<OMathStruct>
Inheritance
OMathStruct
Implements
Derived
Inherited Members

Properties

NestingLevel

Gets the nesting level of the structure in the Office Math zone.

public int NestingLevel { get; }

Property Value

int

Next

Gets the next OMathStruct in a collection.

public OMathStruct Next { get; }

Property Value

OMathStruct

ParentElement

Gets the parent OMathElement class instance

public OMathElement ParentElement { get; }

Property Value

OMathElement

ParentOMath

Gets the parent OMath class instance.

public OMath ParentOMath { get; }

Property Value

OMath

ParentStruct

Gets the parent OMathStruct class instance.

public OMathStruct ParentStruct { get; }

Property Value

OMathStruct

Previous

Gets the previous OMathStruct in a collection.

public OMathStruct Previous { get; }

Property Value

OMathStruct

StructType

Gets the OMathStructType of the structure.

public virtual OMathStructType StructType { get; }

Property Value

OMathStructType