Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 22,354 for

docx

(0.07 sec)
  1. CompressionLevel Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Saving.CompressionLevel enum to optimize OOXML file sizes, enhancing performance and efficiency in document processing.... (DOCX and DOTX files are internally...Document ( MyDir + "Big document.docx" ); // When we save the document...

    reference.aspose.com/words/net/aspose.words.sav...
  2. List.is_restart_at_each_section property | Aspo...

    List.is_restart_at_each_section property. Specifies whether list should be restarted at each section...supported only in RTF, DOC and DOCX document formats. This option...option will be written to DOCX only if OoxmlCompliance is higher...

    reference.aspose.com/words/python-net/aspose.wo...
  3. SplitterContext.SplitOptions | Aspose.Words for...

    Discover how to optimize document management with SplitterContext's SplitOptions property for efficient and flexible content splitting. Enhance your workflow today....docx" ; SplitterContext splitterContext..."LowCode.SplitContextDocument.docx" ) . Execute (); Shows how to...

    reference.aspose.com/words/net/aspose.words.low...
  4. 如何在 C# 中将 Excel 转换为 Word

    本基础教程详细介绍了如何在 C# 中将 Excel 转换为 Word。为了将 Excel 转换为 Word,对 C# 环境配置和示例代码进行了说明,以便于理解。...在本教程结束时,您将能够将 XLSX 文件导出到 DOCX 文件。 使用 C# 将 Excel 转换为 Word 的步骤...Workbook 对象中以转换为 Word 文档 以 Word DOCX 格式保存输出文档 这些步骤准确地展示了整个转换过程的清晰画面。它涵盖了有关如何在简单的...

    kb.aspose.com/zh/cells/net/how-to-convert-excel...
  5. Ինչպես փոխարկել Word-ը HTML-ի՝ օգտագործելով C++

    Այս կարճ ձեռնարկում մենք կսովորենք, թե ինչպես փոխարկել Word-ը HTML-ի՝ օգտագործելով C++: C++-ում բառը html ձևաչափի փոխարկելու համար հարկավոր է մի քանի պարզ քայլերով կատարել API-ի պարզ զանգեր MS Windows-ում կամ Linux-ում:...Մուտքային ֆայլը կարող է լինել DOCX կամ DOC ձևաչափով, որը պարունակում...թե ինչպես կարելի է վերափոխել DOCX-ը HTML-ի՝ օգտագործելով C++ :...

    kb.aspose.com/hy/words/cpp/how-to-convert-word-...
  6. The Header align is wrong after attach word - F...

    the “main” word like but after attached cover word, it looks like: 1.Docx (175.8 KB) out.Docx (129.3 KB) cover.Docx (19.3 KB) the result the align of header is left from center. Here is my code: String path…...docx (175.8 KB) out.docx (129.3 KB) cover.docx (19.3 KB)...main = new Document(path + "1.docx"); Document cover = new Document(path...

    forum.aspose.com/t/the-header-align-is-wrong-af...
  7. Table.description property | Aspose.Words for P...

    Table.description property. Gets or sets description of this table...for ISO/IEC 29500 compliant DOCX documents ( OoxmlCompliance...+ 'Table.create_nested_table.docx' ) def create_table ( doc :...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Saving::CompressionLevel enum | ...

    Aspose::Words::Saving::CompressionLevel enum. Compression level for OOXML files. (Docx and DOTX files are internally a ZIP-archive, this property controls the compression level of the archive. Note, that FlatOpc file is not a ZIP-archive, therefore, this property does not affect the FlatOpc files.) in C++.... (DOCX and DOTX files are internally...> ( MyDir + u "Big document.docx" ); // When we save the document...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. 如何在 C# 中打印 Word 文档

    本分步教程介绍了如何在 C# 中打印 Word 文档。 c# 中的此代码无需打开且无需互操作即可打印 Word 文档。...窗体应用程序使用打印机对话框在 C# 中打印 Word DOCX 。 在没有互操作的 C# 中打印 Word 文档的步骤...NET 的许可证 创建一个新的 Document 对象并加载 DOCX 文档 创建一个新的 PrintDialog 对象并设置打印机对话框属性...

    kb.aspose.com/zh/words/net/how-to-print-word-do...
  10. How to Convert Word to PDF using Python

    This brief tutorial contains information on how to convert Word to PDF using Python. In order to convert Word to PDF in Python this topic entails the environment configuration steps and API calls required to perform the conversion.... Steps to Convert DOCX to PDF in Python Configure the...the output PDF options Convert DOCX to PDF using the save method...

    kb.aspose.com/words/python/how-to-convert-word-...