Klasse OMathScrSub (Word VBA)
Die Klasse OMathScrSub stellt eine Formel mit einer Basis dar, die ein tiefgestelltes Zeichen enthält. Um eine OMathScrSub -Klassenvariable zu verwenden, muss sie zuerst instanziert werden, beispielsweise
E
Gibt ein OMath-Objekt zurück, das die Basis des angegebenen Formelobjekts darstellt.
Dim oms As OMathScrSub: Set oms =
Dim omhE As OMath
Set omhE = oms.E
Sub
Gibt ein OMath -Objekt zurück, das den tiefgestellten Wert für ein Subscript-Objekt darstellt.
Dim oms As OMathScrSub: Set oms =
Dim omhSub As OMath
Set omhSub = oms.Sub