placeholderText 内容控件的占位符文本 removedWhenEdited 指示在编辑控件后是否删除控件 style 使用自定义样式的内容控件的样式名称 styleBuiltIn 内容控件的嵌入样式名称 subtype 对于RTF 内容控件,子类型可以是 RichTextInline、RichTextParagraphs、RichTextTableCell、RichTextTableRow 和RichTextTable tag 用于标识内容控件...
wdDialogInsertSource 2120 (无) wdDialogOMathRecognizedFunctions 2165 (无) wdDialogInsertPlaceholder 2348 (无) wdDialogExportAsFixedFormat 2349 wdDialogContentControlProperties 2394 (无) wdDialogCompatibilityChecker 2439 wdDialogMailMergeInsertAsk 4047 wdDialogMailMergeInsertFillIn 4048 wdDialogMail...
wdDialogInsertPageNumbers 294 Type、Position、FirstPage wdDialogInsertPicture 163 Name、LinkToFile、New、FloatOverText wdDialogInsertPlaceholder 2348 (無) wdDialogInsertSource 2120 (無) wdDialogInsertSubdocument 583 Name、ConfirmConversions、ReadOnly、LinkToSource、AddToMru、PasswordDoc、PasswordDot、Revert...
使用Microsoft 必应进行搜索,并利用 AI 的强大功能查找信息、浏览网页、图像、视频、地图等。为永远充满好奇心的人提供的智能搜索引擎。
On the Insert tab, click the arrow next to Equation, scroll through the options in the list, and then click the equation you want. The equation is inserted in your document. Write or change an equation On the Insert tab, click Equation. A placeholder for your new equation ...
A placeholder for your new equation is inserted, and you’ll see a set of tools on theEquationtab for customizing and adding various elements to your equation. To insert a symbol, click a symbol in theSymbolsgroup. You'll find several math-related symbols to choose from. ...
在下文中一共展示了Microsoft.Office.Interop.Word.SetPlaceholderText方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。 示例1: setTag ▲点赞 7▼ privatevoidsetTag(Word.ContentControl cc, condition result){ ...
Word 程序集: Microsoft.Office.Interop.Word.dll 返回或设置一个 String 类型的值,该值代表为不包含文本的元素显示的文本。 C# 复制 public string PlaceholderText { get; set; } 属性值 String 注解 仅当清除了 "XML 结构" 任务窗格中的 "在文档中显示 XML 标记" 复选框时,才在 Microsoft Word 中...
Microsoft.Office.Tools.Word.RichTextContentControl richTextControl2; private void AddRichTextControlAtRange() { this.Paragraphs[1].Range.InsertParagraphBefore(); richTextControl2 = this.Controls.AddRichTextContentControl(this.Paragraphs[1].Range, "richTextControl2"); richTextControl2.PlaceholderText =...
Assembly: Microsoft.Office.Tools.Word.dll Displays text that is in a BuildingBlock, a Range, or a string as the placeholder text in the ContentControl. C# 复制 public void SetPlaceholderText (Microsoft.Office.Interop.Word.BuildingBlock BuildingBlock = default, Microsoft.Office.Interop.Word.Range...