使用TextEffect 属性返回一个 TextEffectFormat 对象。 下面的示例设置字体名称和格式设置为活动文档的第一个图形。 对于此示例正常运行,第一个形状必须是艺术字对象。 VB 复制 With ActiveDocument.Shapes(1).TextEffect .FontName = "Courier New" .FontBold = True .FontItalic = True End With 另请参阅 ...
Shape.TextEffect 属性 (Word) 项目 2023/04/07 6 个参与者 反馈 本文内容 语法 备注 示例 另请参阅 返回一个 TextEffectFormat 对象,该对象包含指定形状的文本效果格式设置属性。 此为只读属性。 语法 表达式。TextEffect 表达 一个代表 Shape 对象的变量。 备注 此属性适用于表示艺术字 图形 对象。
OpenXml.Wordprocessing 程序集: DocumentFormat.OpenXml.dll 包: DocumentFormat.OpenXml v3.0.1 初始化 TextEffect 类的新实例。 C# 复制 public TextEffect (); 适用于 产品版本 DocumentFormat.OpenXml 2.7.1, 2.7.2, 2.8.0, 2.8.1, 2.9.0, 2.9.1, 2.10.0, 2.10.1, 2.11.0, 2.11.1, 2.11...
Microsoft.Office.Interop.Word.dll 返回或设置指定的艺术字样式。 C# publicMicrosoft.Office.Core.MsoPresetTextEffect PresetTextEffect {get;set; } 属性值 MsoPresetTextEffect 注解 此属性的值对应于艺术字库 对话框(插入菜单,在从左到右,从上到下的顺序编号的格式。
Microsoft.Office.Interop.Word 程序集: Microsoft.Office.Interop.Word.dll 向文档添加艺术字形状。 返回一个Shape对象,该对象代表艺术字并将其添加到集合中Shapes。 C# publicMicrosoft.Office.Interop.Word.ShapeAddTextEffect(Microsoft.Office.Core.MsoPresetTextEffect PresetTextEffect,stringText,stringFontName,float...
Microsoft.Office.Interop.Word TextEffectFormat 属性 C# 使用英语阅读添加 打印 TwitterLinkedInFacebook电子邮件 参考 定义 命名空间: Microsoft.Office.Interop.Word 程序集: Microsoft.Office.Interop.Word.dll 返回或设置指定的艺术字中的文本。 C# publicstringText {get;set; } ...
该属性返回一个 TextEffectFormat 对象,该对象包含指定图形的文本效果格式属性。应用于代表“艺术字”的 Shape 或 ShapeRange 对象以及 InlineShape …
Word 2011 for Mac: underShadow Effects, clickShadow. See also Resize an object Apply or change a style or effect for a picture PowerPoint When you want to add visual depth to your document, you have choices. You can insert WordArt, a series of preset text effects that stretch o...
Word 2011 for Mac: underShadow Effects, clickShadow. See also Resize an object Apply or change a style or effect for a picture PowerPoint When you want to add visual depth to your document, you have choices. You can insert WordArt, a series of preset text effects that stretch ...
定义TextOutlineEffect 类。 此类在 Office 2010 及更高版本中可用。 当对象序列化为 xml 时,其限定名称为 w14:textOutline。