MathElementBaseGroup Method |
Places this element in a group using a bottom curly bracket
Namespace:
Aspose.Slides.MathText
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.12.0.0 (20.12)
Syntaxpublic IMathGroupingCharacter Group()
Public Function Group As IMathGroupingCharacter
public:
virtual IMathGroupingCharacter^ Group() sealed
abstract Group : unit -> IMathGroupingCharacter
override Group : unit -> IMathGroupingCharacter
Return Value
Type:
IMathGroupingCharacterNew instance of type
IMathGroupingCharacterImplements
IMathElementGroup
ExamplesExample:
[C#]
IMathGroupingCharacter groupingElement = new MathematicalText("x;y;z").Group();
See Also