Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 22,411 for

docx

(0.25 sec)
  1. FieldPrivate Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldPrivate class for seamless integration of PRIVATE fields, enhancing document automation and customization....docx format. Document doc = new Document...MyDir + "Field sample - PRIVATE.docx" ); // WordPerfect 5.x/6.x documents...

    reference.aspose.com/words/net/aspose.words.fie...
  2. NumberStyle enumeration | Aspose.Words for Python

    aspose.words.NumberStyle enumeration. Specifies the number style for a list, footnotes and endnotes, page numbers.... It is supported by DOCX format only. Examples Shows...ARTIFACTS_DIR + 'Lists.CreateCustomList.docx' ) See Also module aspose.words...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 如何在 Java 中将 Word 转换为 JPG

    这个简短的教程提供了有关如何在 Java 中将 Word 转换为 JPG 的分步详细信息。这些步骤有助于在任何操作系统(如 Linux、macOS 和 Windows)中使用 Java 将 Word 转换为 JPG。...您可以 将 Word 转换为 Java 中的 JPG ,这样 DOCX Word 文档的每一页都保存为单独的 JPG 图像。如果您想将选定范围的页面转换为...

    kb.aspose.com/zh/words/java/how-to-convert-word...
  4. Latest topics - Free Support Forum - aspose.com

    Get FREE technical support for Aspose APIs from our developers using free support forum....Product Family 5 47 April 22, 2025 Docx-Pdf: Long running conversion...

    forum.aspose.com/latest
  5. Aspose::Words::Markup::CustomXmlPart class | As...

    Aspose::Words::Markup::CustomXmlPart class. Represents a Custom XML Data Storage Part (custom XML data within a package). To learn more, visit the documentation article in C++.... static Type () Remarks A DOCX or DOC document can contain..."StructuredDocumentTa.CustomXml.docx" ); See Also Namespace Aspose::Words::Markup...

    reference.aspose.com/words/cpp/aspose.words.mar...
  6. 如何使用 C# 在 Word 文档中创建表格

    关于如何使用 C# 代码在 Word 文档中创建表格的分步教程。使用带有 Aspose DocumentBuilder 和 DOM 类的 C# 以编程方式在 Word 中创建表格。...文档中完成表格创建 将表格另存为 Word 文档到磁盘上的 DOCX 格式 以下 Aspose DocumentBuilder...

    kb.aspose.com/zh/words/net/how-to-create-table-...
  7. Aspose.Words.Saving | Aspose.Words for .NET

    Discover the Aspose.Words.Saving namespace for enhanced document saving and conversion options, offering flexibility and efficiency for your projects....when saving a document into the Docx, Docm, Dotx, Dotm or FlatOpc...will be used when saving in the DOCX format. PdfAttachmentsEmbedd...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Convert MHTML to PDF in Python – Aspose.HTML fo...

    Convert MHTML to PDF using Aspose.HTML Python library. Consider the supported MHTML to PDF conversion scenarios in Python code examples....{{/if_output}} {{#if_output 'DOCX'}} options = DocSaveOptions()...MHTML Converter Convert MHTML to DOCX Subscribe to Aspose Product...

    docs.aspose.com/html/python-net/convert-mhtml-t...
  9. Convert HTML to BMP – C# Examples

    Convert HTML to BMP in C# using Aspose.HTML API. Consider various HTML to BMP conversion scenarios in C# examples. Try online HTML Converter....{{/if_output}} {{#if_output 'DOCX'}} var options = new DocSaveOptions();...'TIFF' 'PDF' 'MHTML' 'MD' 'XPS' 'DOCX'}} Converter.ConvertHTML(document...

    docs.aspose.com/html/net/convert-html-to-bmp/
  10. Some styles were not copied correctly, like fon...

    Use the following code, I’m not able to copy all the styles correctly, the copied document contains wrong font size: and here the source code which copy the styles: import com.aspose.words.*; import lombok.extern.sl…...docx", new LoadOptions() {{ setF...and the output from the copy (.docx). You can notice that the font...

    forum.aspose.com/t/some-styles-were-not-copied-...