Name | Description | |
---|---|---|
Argument | Gets the argument OMathElement for the phantom. | |
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) | |
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) | |
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) | |
Show | Gets or sets whether to show the Argument element.
Default value is true. | |
Smash | Gets or sets whether the contents of the phantom are visible but that the height is not taken into account during layout.
Default value is false. | |
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. | |
Transparent | Gets or sets whether the phantom is transparent for spacing.
This means that if the contents of the phantom belong to a special spacing class (such as binary operators, relational operators, differentials, etc.), the contents of that phantom are taken into consideration when laying out text. If transparency is turned off, then the contents of the phantom are ignored during layout. The default value is false. In Microsoft Word, if transparency is off, special spacing is not added before and after the phantom, but the contents are not ignored during layout. In Microsoft Word, transparency does not work as specified unless the phantom contains another math function and does not start or end with a math operator. | |
ZeroAscent | Gets or sets whether it should not take into account the ascent of the contents during layout.
Default value is false. | |
ZeroDescent | Gets or sets whether it should not take into account the descent of the contents during layout.
Default value is false. | |
ZeroWidth | Gets or sets whether it should not take into account the width of the contents during layout.
Default value is false. |