Word) (Options.PrintHiddenText 屬性
True 是表示 如果隱藏文字會在列印。 可讀寫的 Boolean。
語法
expression。 PrintHiddenText
表達 會傳回 Options 物件的運算式。
註解
自動將 PrintHiddenText 屬性設定為 False 會 PrintComments 屬性設 為 False 。 PrintHiddenText 屬性設定為 True 具有但不會影響 PrintComments 屬性的設定。
範例
本範例會設定 Word 列印隱藏文字,然後列印使用中文件。
Options.PrintHiddenText = True
ActiveDocument.PrintOut
This example returns the current status of the Hidden text option on the Print tab in the Options dialog box.
temp = Options.PrintHiddenText
另請參閱
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。