group method
Contents
[
Hide
]group
Places this element in a group using a bottom curly bracket
Returns
New instance of type IMathGroupingCharacter
def group(self):
...
group
Places this element in a group using a grouping character such as bottom curly bracket or another
Returns
New instance of type IMathGroupingCharacter
def group(self, character, position, vertical_justification):
...
Parameter | Type | Description |
---|---|---|
character | char | Grouping Character such as BOTTOM CURLY BRACKET (U+23DF) or any other |
position | MathTopBotPositions | Position of grouping character |
vertical_justification | MathTopBotPositions | Vertical justification of group character. Specifies the alignment of the object with respect to the baseline. For example, when the group character is above the object, VerticalJustification of Top signifies that the top of the object falls on the baseline; when VerticalJustification is set to Bottom, the bottom of the object is on the baseline |
See Also
- class
IMathGroupingCharacter
- class
MathBar
- enumeration
MathTopBotPositions
- module
aspose.slides.mathtext
- library
Aspose.Slides