Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathElement Class
Properties Methods

In This Topic
    OMathElement Class Members
    In This Topic

    The following tables list the members exposed by OMathElement.

    Public Properties
     NameDescription
    Public PropertyGets whether the RelativeSize property can be changed.  
    Public Property Gets the collection of the children of this content object. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public PropertyGets the OMathMatrixColumn of the element if it is a cell in the OMathMatrix structure.  
    Public PropertyGets the default value for the RelativeSize property.  
    Public PropertyGets the DocumentBase that contains this content object. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public PropertyGets the OMathElementType of the element.  
    Public PropertyGets the Marker representing the end of this content object in the parent body. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public Property Gets the content unique identifier. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public PropertyGets the maximum value for the RelativeSize property of the element.  
    Public PropertyGets the minimum value for the RelativeSize property of the element.  
    Public PropertyGets the next OMathElement in a collection.  
    Public PropertyGets the parent Body of this content object. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public PropertyGets the parent ContentObject of this content object. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public PropertyGets the parent OMathElement class instance.  
    Public PropertyGets the parent OMath class instance.  
    Public PropertyGets the parent OMathStruct class instance.  
    Public PropertyGets the previous OMathElement in a collection.  
    Public PropertyGets or sets the element text size relative to the normal text size. For instance, 1 represents that it is one size larger than normal.

    Allowed values are from MinRelativeSize to MaxRelativeSize, inclusive.

    Default value defined in the DefaultRelativeSize property.

     
    Public PropertyGets the OMathMatrixRow of the element if it is a cell in the OMathMatrix structure.  
    Public PropertyGets the Marker representing the start of this content object in the parent body. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a new OMathAccent to the end of the Office Math element.  
    Public MethodOverloaded. Adds a new OMathBar to the end of the Office Math element.  
    Public MethodOverloaded. Adds a new OMathBorderBox to the end of the Office Math element.  
    Public MethodOverloaded. Adds a new OMathBox to the end of the Office Math element.  
    Public MethodOverloaded. Adds a ComplexField to the end of the Office Math element.  
    Public MethodAdds a ContentControl to the end of the Office Math element.  
    Public MethodOverloaded. Adds a new OMathDelimiter to the end of the Office Math element.  
    Public MethodOverloaded. Adds an Endnote to the end of the Office Math element.  
    Public MethodOverloaded. Adds a new OMathEquationArray to the end of the Office Math element.  
    Public MethodOverloaded. Adds a Footnote to the end of the Office Math element.  
    Public MethodOverloaded. Adds a new OMathFraction to the end of the Office Math element.  
    Public MethodOverloaded. Adds a new OMathFunction to the end of the Office Math element.  
    Public MethodOverloaded. Adds a new OMathGroupCharacter to the end of the Office Math element.  
    Public MethodOverloaded. Adds a Hyperlink to the end of the Office Math element.  
    Public MethodOverloaded. Adds a new OMathLimitLower to the end of the Office Math element.  
    Public MethodOverloaded. Adds a new OMathLimitUpper to the end of the Office Math element.  
    Public MethodOverloaded. Adds a new OMathMatrix to the end of the Office Math element.  
    Public MethodOverloaded. Adds a new OMathNary to the end of the Office Math element.  
    Public MethodAdds a new OMathStruct to the end of the Office Math element.  
    Public MethodOverloaded. Adds a new OMathPhantom to the end of the Office Math element.  
    Public MethodOverloaded. Adds a new OMathPreSubSuperscript to the end of the Office Math element.  
    Public MethodOverloaded. Adds a new OMathRadical to the end of the Office Math element.  
    Public MethodOverloaded. Adds a Run to the end of the Office Math element.  
    Public MethodOverloaded. Adds a SimpleField to the end of the Office Math element.  
    Public MethodOverloaded. Adds a new OMathSubscript to the end of the Office Math element.  
    Public MethodOverloaded. Adds a new OMathSubSuperscript to the end of the Office Math element.  
    Public MethodOverloaded. Adds a new OMathSuperscript to the end of the Office Math element.  
    Public MethodOverloaded. Checks whether a ContentObject of the specified type can be added to the current object. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public MethodOverloaded. Checks whether a ContentControl of the specified type can be added to the current object. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public MethodOverridden. Deletes this content object from the parent Body.

    Note that the position occupied by this content object in the parent can still be accessed (e.g. to insert new content) via a PersistentRange if one has previously been created with GetPersistentRange.

     
    Public Method Gets the collection of this content object's children of a specified type. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public MethodCreates and returns a PersistentRange associated with this content object.

    Unlike the Range returned by GetRange, this persistent range and any markers on it (see RangeBase.Start and RangeBase.End) can still be used if the object is deleted.

    Note that PersistentRange should be disposed when no longer needed to improve performance.

    (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public MethodCreates and returns a Range associated with this content object.

    To get a range that can be used after the object has been deleted, see GetPersistentRange.

    (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public Method Gets string representation of the content. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Top
    See Also