CreateMathBorderBox

CreateMathBorderBox(IMathElement)

Erstellen Sie eine Mathematikrahmenbox durch Anwendung auf das Element

public IMathBorderBox CreateMathBorderBox(IMathElement element)
ParameterTypBeschreibung
elementIMathElementMathematikelement zum Anwenden der Rahmenbox

Rückgabewert

neues Rahmenbox-Element

Siehe Auch


CreateMathBorderBox(IMathElement, bool, bool, bool, bool, bool, bool, bool, bool)

Erstellen Sie eine Mathematikrahmenbox durch Anwendung auf das Element

public IMathBorderBox CreateMathBorderBox(IMathElement element, bool hideTop, bool hideBottom, 
    bool hideLeft, bool hideRight, bool strikethroughHorizontal, bool strikethroughVertical, 
    bool strikethroughBottomLeftToTopRight, bool strikethroughTopLeftToBottomRight)
ParameterTypBeschreibung
elementIMathElementMathematikelement zum Anwenden der Rahmenbox
hideTopBooleanOberen Rand ausblenden
hideBottomBooleanUnteren Rand ausblenden
hideLeftBooleanLinken Rand ausblenden
hideRightBooleanRechten Rand ausblenden
strikethroughHorizontalBooleanRahmenbox Durchstreichung Horizontal
strikethroughVerticalBooleanRahmenbox Durchstreichung Vertikal
strikethroughBottomLeftToTopRightBooleanRahmenbox Durchstreichung von unten links nach oben rechts
strikethroughTopLeftToBottomRightBooleanRahmenbox Durchstreichung von oben links nach unten rechts

Rückgabewert

neues Rahmenbox-Element

Siehe Auch