Name | Description | |
---|---|---|
BeginCharacter | Gets or sets the beginning, or opening, delimiter 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 delimiter structure beginning character is absent. Default value is Unicode character U+0028 (LEFT PARENTHESIS). | |
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) | |
EndCharacter | Gets or sets the ending, or closing, delimiter 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 delimiter structure ending character is absent. Default value is Unicode character U+0029 (RIGHT PARENTHESIS). | |
Grow | Gets or sets whether to grow delimiter characters to match the size of the delimiter structure height.
Default value is true. | |
Guid | Gets the content unique identifier. (Inherited from GrapeCity.Documents.Word.ContentObject) | |
Items | Gets the OMathElementCollection that represent child items of the delimiter structure. | |
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) | |
SeparatorCharacter | Gets or sets character that separates items in the delimiter structure.
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 delimiter structure separator character is absent. Default value is Unicode character U+2502 (BOX DRAWINGS LIGHT VERTICAL). | |
Shape | Gets or sets the shape of delimiter characters in the delimiter structure.
If the Grow property is set to false the value is always OMathShapeDelimiter.Match. Default value is OMathShapeDelimiter.Centered. | |
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. |