共用方式為


ITextDocument2::SetTypographyOptions 方法 (tom.h)

指定檔的印刷樣式選項。

語法

HRESULT SetTypographyOptions(
  [in] long Options,
  [in] long Mask
);

參數

[in] Options

類型: long

要設定的印刷樣式選項。 如需可能選項的清單,請參閱 GetTypographyOptions

[in] Mask

類型: long

識別要設定之選項的遮罩。 例如,若要開啟 TO_ADVANCEDTYPOGRAPHY,請呼叫 ITextDocument2::SetTypographyOptions (TO_ADVANCEDTYPOGRAPHY,TO_ADVANCEDTYPOGRAPHY)

傳回值

類型: HRESULT

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

規格需求

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

另請參閱

ITextDocument2

ITextDocument2::GetTypographyOptions