CreateMathBlock

CreateMathBlock()

Create a math block

public IMathBlock CreateMathBlock()

Return Value

new math block

See Also


CreateMathBlock(IMathElement)

Create a math block and place the element in it

public IMathBlock CreateMathBlock(IMathElement mathElement)
ParameterTypeDescription
mathElementIMathElementA math element

Return Value

new math block

See Also


CreateMathBlock(IMathElementCollection)

Create a math block and place elements in it

public IMathBlock CreateMathBlock(IMathElementCollection mathElements)
ParameterTypeDescription
mathElementsIMathElementCollectionmath elements

Return Value

new math block

See Also