CreateMathBlock

CreateMathBlock()

Erstellen Sie einen Mathematikblock

public IMathBlock CreateMathBlock()

Rückgabewert

neuer Mathematikblock

Siehe auch


CreateMathBlock(IMathElement)

Erstellen Sie einen Mathematikblock und platzieren Sie das Element darin

public IMathBlock CreateMathBlock(IMathElement mathElement)
ParameterTypBeschreibung
mathElementIMathElementEin Mathematikelement

Rückgabewert

neuer Mathematikblock

Siehe auch


CreateMathBlock(IMathElementCollection)

Erstellen Sie einen Mathematikblock und platzieren Sie Elemente darin

public IMathBlock CreateMathBlock(IMathElementCollection mathElements)
ParameterTypBeschreibung
mathElementsIMathElementCollectionMathematikelemente

Rückgabewert

neuer Mathematikblock

Siehe auch