共用方式為


ITextDocument2::GetMathProperties 方法 (tom.h)

取得檔的數學屬性。

語法

HRESULT GetMathProperties(
  [out] long *pOptions
);

參數

[out] pOptions

類型: long*

下列數學屬性的組合。

屬性 意義
tomMathDispAlignMask
顯示模式對齊遮罩。
tomMathDispAlignCenter
置中 (預設) 對齊方式。
tomMathDispAlignLeft
靠左對齊。
tomMathDispAlignRight
靠右對齊。
tomMathDispIntUnderOver
顯示模式整數限制位置。
tomMathDispFracTeX
顯示模式巢狀分數腳本大小。
tomMathDispNaryGrow
Math-paragraph n-ary 成長。
tomMathDocEmptyArgMask
空白自變數顯示遮罩。
tomMathDocEmptyArgAuto
視需要自動使用虛方塊來表示空白自變數。
tomMathDocEmptyArgAlways
一律使用點方塊來表示空的自變數。
tomMathDocEmptyArgNever
請勿表示空的自變數。
tomMathDocSbSpOpUnchanged
將底線 (_) 和插入号 (^) 顯示為本身。
tomMathDocDiffMask
tomMathDocDiffUprighttomMathDocDiffItalictomMathDocDocDiffOpenItalic 選項的樣式遮罩。
tomMathDocDiffItalic
針對數學差異使用斜體 (預設) 。
tomMathDocDiffUpright
針對數學差異使用直方字型。
tomMathDocDiffOpenItalic
針對數學差異使用開放式斜體 (預設) 。
tomMathDispNarySubSup
Math-paragraph 非整數 n-ary 限制位置。
tomMathDispDef
數學段落間距預設值。
tomMathEnableRtl
在 RTL 段落中啟用由右至左 (RTL) 數學區域。
tomMathBrkBinMask
方程式換行符遮罩。
tomMathBrkBinBefore
在二進位/關係運算符之前中斷。
tomMathBrkBinAfter
在二進位/關係運算符之後中斷。
tomMathBrkBinDup
重複二進位/關係型之前/之後。
tomMathBrkBinSubMask
減號運算子的重複遮罩。
tomMathBrkBinSubMM
- (這兩行) 減號。
tomMathBrkBinSubPM
+ -
tomMathBrkBinSubMP
- +

傳回值

類型: HRESULT

如果方法成功,則會傳回 NOERROR。 否則,它會傳回 HRESULT 錯誤碼。

規格需求

需求
最低支援的用戶端 Windows 8 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2012 [僅限傳統型應用程式]
目標平台 Windows
標頭 tom.h
Dll Msftedit.dll

另請參閱

ITextDocument2

ITextDocument2::GetProperty

ITextDocument2::SetMathProperties