Name | Description | |
---|---|---|
Base | Gets the n-ary and, e.g., integrand for an integral, summand for a summation OMathElement of the structure. | |
Children | Gets the collection of the children of this content object. (Inherited from GrapeCity.Documents.Word.ContentObject) | |
Document | Gets the DocumentBase that contains this content object. (Inherited from GrapeCity.Documents.Word.ContentObject) | |
End | Gets the Marker representing the end of this content object in the parent body. (Inherited from GrapeCity.Documents.Word.ContentObject) | |
Grow | Gets or sets whether Operator grows vertically to match its operand height.
Default value is false. Microsoft Word ignores this property when the OMathStruct.ParentOMath is in OMathMode.Display mode and always stretch the operator character. | |
Guid | Gets the content unique identifier. (Inherited from GrapeCity.Documents.Word.ContentObject) | |
HideSubscript | Gets or sets whether the Subscript element does not appear.
Default value is false. Is this property is true and the Subscript element is not empty Microsoft Word displays the contents of the subscript in an unexpected place. | |
HideSuperscript | Gets or sets whether the Superscript element does not appear.
Default value is false. Is this property is true and the Superscript element is not empty Microsoft Word displays the contents of the superscript in an unexpected place. | |
IsIntegral | Gets whether the Operator is an integral character. | |
LimitLocation | Gets or sets the location of Subscript and Superscript in the structure.
If the OMathStruct.ParentOMath is in OMathMode.Inline mode the value is always OMathLimitLocation.UnderOver. Default value defined in OMathOptions.IntegralLimitLocation property when the property IsIntegral is true. Default value defined in OMathOptions.NaryLimitLocation property when the property IsIntegral is false. | |
NestingLevel | Gets the nesting level of the structure in the Office Math zone. (Inherited from GrapeCity.Documents.Word.OMathStruct) | |
Next | Gets the next OMathStruct in a collection. (Inherited from GrapeCity.Documents.Word.OMathStruct) | |
Operator | Gets or set the n-ary operator character.
The value cannot be a null reference (Nothing in Visual Basic) and its length cannot be more than one character. Empty string value means the operator character is absent. Default value is Unicode character U+222B (INTEGRAL). | |
ParentBody | Gets the parent Body of this content object. (Inherited from GrapeCity.Documents.Word.ContentObject) | |
ParentContent | Gets the parent ContentObject of this content object. (Inherited from GrapeCity.Documents.Word.ContentObject) | |
ParentElement | Gets the parent OMathElement class instance (Inherited from GrapeCity.Documents.Word.OMathStruct) | |
ParentOMath | Gets the parent OMath class instance. (Inherited from GrapeCity.Documents.Word.OMathStruct) | |
ParentStruct | Gets the parent OMathStruct class instance. (Inherited from GrapeCity.Documents.Word.OMathStruct) | |
Previous | Gets the previous OMathStruct in a collection. (Inherited from GrapeCity.Documents.Word.OMathStruct) | |
Start | Gets the Marker representing the start of this content object in the parent body. (Inherited from GrapeCity.Documents.Word.ContentObject) | |
StructType | Overridden. Gets the OMathStructType of the structure. | |
Subscript | Gets the subscript OMathElement of the structure. | |
Superscript | Gets the superscript OMathElement of the structure. |