返回或设置的代码页或字符集,则 Word 使用另存为编码的文本文件的文档。 读/写 读。语法expression. TextEncoding表达式是必需的。 一个代表 Document 对象的变量。备注TextEncoding 属性设置文本编码分开从 HTML 编码,它可以使用 Encoding 属性设置。 要设置文本编码所有文档另存为文本文件,请使用 DefaultTextEncoding...
Document.TextEncoding 属性 项目 2014/01/10 本文内容 语法 备注 .NET Framework 安全性 请参见 获取或设置 Microsoft Office Word 在另存为编码文本文件的文档中使用的代码页或字符集。命名空间: Microsoft.Office.Tools.Word 程序集: Microsoft.Office.Tools.Word.v4.0.Utilities(在 Microsoft.Office.Tools...
该表达式返回一个 Document 对象。 说明 TextEncoding 属性用不同于 HTML 编码的方式设置文本编码,用户可以用 Encoding 属性设置 HTML 编码。如果要对保存为文本文件的所有文档设置文本编码,可使用 DefaultTextEncoding 属性。 示例 如果把活动文档保存为文本文件,本示例将设置活动文档的文本编码为日语。 Sub EncodeText(...
Returns or sets the code page, or character set, that Microsoft Word uses for a document saved as an encoded text file. Read/write MsoEncoding.Syntaxexpression. TextEncodingexpression Required. A variable that represents a Document object.
La propiedad TextEncoding establece la codificación de texto de forma independiente de codificación HTML, que se puede establecer mediante la propiedad Encoding. Para establecer la codificación de texto para todos los documentos guardados como archivos de texto, utilice la propiedad DefaultText...
The first style might be called the plain text encoding of the document metadata. 第一种风格可以称为文档元数据的无格式文本编码。 www.ibm.com 3. However, later versions of Word, which use the Unicode text encoding standard, can't correctly display the text. 但是,使用Unicode文本编码标准的后期...
Office.Interop.Word Assembly: Microsoft.Office.Interop.Word.dll C# 複製 public virtual Microsoft.Office.Core.MsoEncoding TextEncoding { get; set; } Property Value MsoEncoding Implements TextEncoding Applies to 產品版本 Word primary interop assembly Latest 意見反映 此頁面有幫助嗎? 是 否 ...
Text Encoding Supported File Operations Trust Center Supported File Operations Word Converter Supported File Operations WordML File Format Supported Can save to WordML file type. File Operations WSS Integration Supported Formatting Background Not ...
Text Encoding Supported File Operations Trust Center Supported File Operations Word Converter Supported File Operations WordML File Format Supported Can save to WordML file type. File Operations WSS Integration Supported Formatting Background Not ...
程序集: Microsoft.Office.Interop.Word.dll 返回或设置一个MsoEncoding常量,该常量表示 Microsoft Word用于保存为编码文本文件的所有文档的代码页或字符集。 C# 复制 public Microsoft.Office.Core.MsoEncoding DefaultTextEncoding { get; set; } 属性值 MsoEncoding 注解 TextEncoding使用 属性可设置单个文档的编码。