IMathGroupingCharacterFactory

public interface IMathGroupingCharacterFactory

Allows to create a math grouping character


For COM comparibility

Methods

MethodDescription
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:

ParameterTypeDescription
elementIMathElementmath element to apply grouping character
characterchargrouping character
positionintposition of grouping character
verticalJustificationintvertical justification

Returns: IMathGroupingCharacter - new grouping character element

createMathGroupingCharacter(IMathElement element)

public abstract IMathGroupingCharacter createMathGroupingCharacter(IMathElement element)

Creates a math grouping character

Parameters:

ParameterTypeDescription
elementIMathElementmath element to apply grouping character

Returns: IMathGroupingCharacter - new grouping character element