Name | Description | |
---|---|---|
Children | Gets the collection of the children of this content object. (Inherited from GrapeCity.Documents.Word.ContentObject) | |
ColumnGap | Gets or sets the horizontal gap between columns in the matrix.
The default value is 0. | |
ColumnGapRule | Gets or sets the type of horizontal gap between columns in the matrix.
Default value is OMathSpacingRule.Single. | |
ColumnMinWidth | Gets or sets the minimum column width of a matrix.
The actual column width of a matrix will be the greater of either the width of the columns widest argument or the value of this property. Allowed values are from 0 to 1584, inclusive. Default value is 0. | |
Columns | Gets the OMathMatrixColumnCollection containing the child columns of the matrix. | |
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) | |
HidePlaceholder | Gets or sets whether to hide visual representations for placeholders.
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) | |
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) | |
Rows | Gets the OMathMatrixRowCollection containing the child rows of the matrix. | |
RowSpacing | Gets or sets the vertical spacing between rows in the matrix.
The default value is 0. | |
RowSpacingRule | Gets or sets the type of vertical spacing between rows in the matrix.
Default value is OMathSpacingRule.Single. | |
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. | |
VerticalAlignment | Gets or sets the vertical justification of the matrix.
Default value is OMathVerticalAlignment.Center. |