Klasse OMathScrSup (Word VBA)

Die Klasse OMathScrSup stellt eine Formel mit einer Basis dar, die ein hochgestelltes Zeichen enthält. Um eine OMathScrSup -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 OMathScrSup: Set oms =  
Dim omhE As OMath
Set omhE = oms.E

Sup

Gibt ein OMath -Objekt zurück, das das Superscript für ein Superscript-Objekt darstellt.


Dim oms As OMathScrSup: Set oms =  
Dim omhSup As OMath
Set omhSup = oms.Sup