IMathGroupingCharacterFactory
public interface IMathGroupingCharacterFactory
Allows to create a math grouping character
For COM comparibility
Methods
Method | Description |
---|---|
createMathGroupingCharacter(IMathElement element, char character, int position, int verticalJustification) | Creates a math grouping character |
createMathGroupingCharacter(IMathElement element) | Creates a math grouping character |
createMathGroupingCharacter(IMathElement element, char character, int position, int verticalJustification)
public abstract IMathGroupingCharacter createMathGroupingCharacter(IMathElement element, char character, int position, int verticalJustification)
Creates a math grouping character
Parameters:
Parameter | Type | Description |
---|---|---|
element | IMathElement | math element to apply grouping character |
character | char | grouping character |
position | int | position of grouping character |
verticalJustification | int | vertical justification |
Returns: IMathGroupingCharacter - new grouping character element
createMathGroupingCharacter(IMathElement element)
public abstract IMathGroupingCharacter createMathGroupingCharacter(IMathElement element)
Creates a math grouping character
Parameters:
Parameter | Type | Description |
---|---|---|
element | IMathElement | math element to apply grouping character |
Returns: IMathGroupingCharacter - new grouping character element