节对象 属性 Application Borders Creator 页脚 标题 索引 PageSetup Parent ProtectedForForms 范围 Sections 对象 Selection 对象 Sentences 对象 Series 对象 SeriesCollection 对象 SeriesLines 对象 Shading 对象 ShadowFormat 对象 Shape 对象 ShapeNode 对象
section.Footers(Word.WdHeaderFooterIndex.wdHeaderFooterPrimary) _ .Range.Text="Confidential"Next 若要在文件的頁首加入文字 加入AutoText 項目,在文件的每一個頁首顯示 "Page X of Y"。這個程式碼範例使用使用中文件。 VB DimsectionAsWord.SectionForEachsectionInMe.Application.ActiveDocument.Sections section...
foreach(Word.Section wordSectioninthis.Application.ActiveDocument.Sections) { Word.Range footerRange = wordSection.Footers[Word.WdHeaderFooterIndex.wdHeaderFooterPrimary].Range; footerRange.Font.ColorIndex = Word.WdColorIndex.wdDarkRed; footerRange.Font.Size =20; footerRange.Text ="Confidential"; ...
Changing the headers and footers in one section can affect other sections especially if the headers and footers are using the "Same as Previous" feature. If you want to change the header and footer of a section which appears in the middle of a document, make sure the "Same as Previous" ...
使用、Range或Document对象的Sections属性Selection可返回Sections集合。 Add(Object, Object)使用 方法或InsertBreak(Object)方法向文档添加新节。 使用Sections(index) (其中index是索引号)返回单个Section对象。 属性 Application 返回一个Application对象,该对象代表 Microsoft Word 应用程序。
WithActiveDocument.Sections(1).Footers(wdHeaderFooterPrimary) .PageNumbers.Add PageNumberAlignment:=wdAlignPageNumberRightEndWith 另請參閱 Section 物件 支援和意見反應 有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱Office VBA 支援與意見反應。
SeeHow can I get a different Header - footer on the second page in Microsoft Word?for more on how this tutorial works. Date Fields in Microsoft Word So You Want to Write a Book Using Microsoft Word- extensive tutorial by MVP Daiya Mitchell with overview ofStyles,Templatesand Sections and ...
确定Microsoft Word是否将嵌入的 TrueType 字体的子集与文档一起保存。 (继承自 _Document) Scripts 返回一个 Scripts 集合,该集合表示指定对象中的 HTML 脚本集合。 (继承自 _Document) Sections 返回一个 Sections 集合,该集合代表指定文档中的节。 (继承自 _Document) Sentences 返回一个 Sentences 集合...
Sections 返回一个 Sections 集合,该集合代表指定选定内容中的节。 Sentences 返回一个 Sentences 集合,该集合代表所选内容中的所有句子。 Shading 返回一个 Shading 对象,该对象引用指定对象的底纹格式。 ShapeRange 返回一个 ShapeRange 集合,该集合表示指定区域或选定区域中的所有 Shape 对象。 SmartTags 返回一个 ...
Templates in Microsoft Word. Normal.dot, global templates, user templates, workgroup templates are examined and explained. A chapter in the Intermediate User's Guide to Microsoft Word.