Name | Description | |
---|---|---|
CanChangeRelativeSize | Gets whether the RelativeSize property can be changed. | |
Children | Gets the collection of the children of this content object. (Inherited from GrapeCity.Documents.Word.ContentObject) | |
Column | Gets the OMathMatrixColumn of the element if it is a cell in the OMathMatrix structure. | |
DefaultRelativeSize | Gets the default value for the RelativeSize property. | |
Document | Gets the DocumentBase that contains this content object. (Inherited from GrapeCity.Documents.Word.ContentObject) | |
ElementType | Gets the OMathElementType of the element. | |
End | Gets the Marker representing the end of this content object in the parent body. (Inherited from GrapeCity.Documents.Word.ContentObject) | |
Guid | Gets the content unique identifier. (Inherited from GrapeCity.Documents.Word.ContentObject) | |
MaxRelativeSize | Gets the maximum value for the RelativeSize property of the element. | |
MinRelativeSize | Gets the minimum value for the RelativeSize property of the element. | |
Next | Gets the next OMathElement in a collection. | |
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. | |
ParentOMath | Gets the parent OMath class instance. | |
ParentStruct | Gets the parent OMathStruct class instance. | |
Previous | Gets the previous OMathElement in a collection. | |
RelativeSize | Gets 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. | |
Row | Gets the OMathMatrixRow of the element if it is a cell in the OMathMatrix structure. | |
Start | Gets the Marker representing the start of this content object in the parent body. (Inherited from GrapeCity.Documents.Word.ContentObject) |