Name | Description | |
---|---|---|
Base | Gets the OMathElement inside the abstract box. | |
BreakAt | Gets or sets whether there is a line break at the start of the box, such that the line wraps at the start of the box.
If property IsOperatorEmulator is set to false the value is always -1. Allowed values are from -1 to 255, inclusive. When the value is -1 the box does not manually break onto the next line. When the value is 0 the box manually breaks onto the next line and is aligned with the beginning of the previous line. When the value is greater than 0 the box manually breaks onto the next line and is aligned with the specified index of the operator on the previous line. Default value is -1. | |
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) | |
Guid | Gets the content unique identifier. (Inherited from GrapeCity.Documents.Word.ContentObject) | |
IsAlignmentPoint | Gets or sets whether the operator emulator serves as an alignment point; that is, designated alignment points in other Office Math structures can be aligned with it.
If the IsOperatorEmulator property is set to false the value of this property is always false. Default value is false. | |
IsDifferential | Gets or sets whether the box acts as a differential (e.g., dx in an integrand), and receives the appropriate horizontal spacing for the mathematical differential.
Default value is false. | |
IsOperatorEmulator | Gets or sets whether the box structure and its contents behave as a single operator and inherit the properties of an Unicode operator character. Operator emulators are often used when one or more glyphs combine to form an operator, such as ==.
Default value 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) | |
NoBreak | Gets or sets whether breaks can occur inside box.
This can be important for operator emulators that consist of more than one binary operator. If the IsOperatorEmulator property is set to true the value of this property is always true. Default value is true. | |
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. |