Word) (OMath 物件
表示的方程式。 OMath 物件都會 OMaths 集合的成員。
註解
OMaths 集合的 Add 方法用於建立方程式,並將其新增到文件、 選取範圍或範圍。 下列範例會建立方程式並使用 BuildUp 方法可將方程式轉換成專業格式。
Dim objRange As Range
Dim objEq As OMath
Set objRange = Selection.Range
objRange.Text = "Celsius = (5/9)(Fahrenheit - 32)"
Set objRange = Selection.OMaths.Add(objRange)
Set objEq = objRange.OMaths(1)
objEq.BuildUp
方法
名稱 |
---|
BuildUp |
ConvertToLiteralText |
ConvertToMathText |
ConvertToNormalText |
Linearize |
移除 |
屬性
名稱 |
---|
AlignPoint |
應用程式 |
ArgIndex |
ArgSize |
會中斷 |
Creator |
Functions |
對齊 |
NestingLevel |
Parent |
ParentArg |
ParentCol |
ParentFunction |
ParentOMath |
ParentRow |
Range |
Type |
請參閱
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。