Sub PrintCurrentDocument() ActiveDocument.PrintOut End Sub 雖然我們建議您使用 VBA 關鍵字來取得或設定對話方塊選項的值,不過許多內建 Word 對話方塊都具有一些引數,可讓您用來取得或設定對話方塊的值。 如需詳細資訊,請參閱顯示Word 內建對話方塊。展開...
1. 添加条码到Word 1 C#using Spire.Doc;using Spire.Barcode;using System.Drawing;using System.IO;using Spire.Doc.Documents; namespace AddBarcode{ class Program { static void Main(string[] args) { ...
expression.ViewCode 需要expression。 代表Document物件的變數。 註解 這個方法只能從 Microsoft Word 外部使用。 另請參閱 Document 物件 支援和意見反應 有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱Office VBA 支援與意見反應。
Document 对象 (Word) 本文原文为英文,已针对你所在市场进行了翻译。 你对所用语言的质量的满意度如何? 请告诉我们 消除警报 ContentControlListEntries 对象 ContentControlListEntry 对象 ContentControls 对象 CustomLabel 对象 CustomLabels 对象 CustomProperty 对象...
(继承自 _Document) Application 返回一个Application对象,该对象表示 Microsoft Word 应用程序。 (继承自 _Document) AttachedTemplate 返回一个 Template 对象,该对象表示附加到指定文档的模板。 (继承自 _Document) AutoFormatOverride 返回或设置一个 boolean 类型的值 ,该值代表是否自动设置格式替代格式设置...
212536OFF2000: How to Run Sample Code from Knowledge Base Articles ENTER Key Functionality in Word 6.0 In Word 6.0 for Windows, if you press the ENTER key in a document that is protected for forms, the insertion point moves to the next form...
Document 类型公开以下成员。属性名称说明 _CodeName 基础结构。 ActiveTheme 获取文档的活动主题名称以及主题格式设置选项。 ActiveThemeDisplayName 获取文档的活动主题的显示名称。 ActiveWindow 获取一个表示活动窗口的 Window。 ActiveWritingStyle 获取文档中指定语言的编写样式。 Application 获取一个表示文档创建者的 ...
Document 返回与 Document 指定选定内容关联的 对象。 Editors 返回一个 Editors 对象,该对象表示有权修改文档中选定内容的所有用户。 End 返回或设置所选内容的结束字符位置。 EndnoteOptions 返回一个 EndnoteOptions 对象,该对象代表选定内容中的尾注。 Endnotes 返回一个 Endnotes 集合,该集合代表选定内容中的所...
However, if you use the pasted code to create a new style, Word automatically strips the color coded text and changes them to be black (or whatever the auto default color is). Since applying a style is the best way to ensure compliance with document format requirements, ...
1:publicstaticvoidFixtDirectory(WordprocessingDocument wdDoc) 2:{ 3:Body body = wdDoc.MainDocumentPart.Document.Body; 4://获取所有包含一、二级标题的段落 5:var parHasStyle = body.Descendants<Paragraph>().Where(t => t.Descendants<ParagraphStyleId>().Count() > 0 && ...