MathGroupingCharacterFactory

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.slides.IMathGroupingCharacterFactory

public class MathGroupingCharacterFactory implements IMathGroupingCharacterFactory

Allows to create a math grouping character


For COM compatibility

Constructors

ConstructorDescription
MathGroupingCharacterFactory()

Methods

MethodDescription
createMathGroupingCharacter(IMathElement element, char character, int position, int verticalJustification)Creates a math grouping character
createMathGroupingCharacter(IMathElement element)Creates a math grouping character

MathGroupingCharacterFactory()

public MathGroupingCharacterFactory()

createMathGroupingCharacter(IMathElement element, char character, int position, int verticalJustification)

public final 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 final IMathGroupingCharacter createMathGroupingCharacter(IMathElement element)

Creates a math grouping character

Parameters:

ParameterTypeDescription
elementIMathElementmath element to apply grouping character

Returns: IMathGroupingCharacter - new grouping character element