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

docx

(0.03 sec)
  1. 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...
  2. OoxmlCompliance Enum | Aspose.Words for .NET

    Explore Aspose.Words.Saving.OoxmlCompliance enum to choose your preferred OOXML specification for optimal Docx format saving. Enhance document quality today!...will be used when saving in the DOCX format. public enum OoxmlCompliance...OoxmlSaveOptions ( SaveFormat . Docx ); saveOptions . Compliance...

    reference.aspose.com/words/net/aspose.words.sav...
  3. OoxmlCompliance enumeration | Aspose.Words for ...

    aspose.words.saving.OoxmlCompliance enumeration. Allows to specify which OOXML specification will be used when saving in the Docx format....will be used when saving in the DOCX format. Members Name Description...save_format = aw . SaveFormat . DOCX doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 如何在 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...
  5. Transfer Excel Range formatting to word Table f...

    https://forum.aspose.com/t/transfer-excel-range-formatting-to-word-table-formatting/308267/9 请回复一下我发的信息...then save the file directly to docx format. Please refer to the...wb.save(filePath + "out_java.docx", options); For information...

    forum.aspose.com/t/transfer-excel-range-formatt...
  6. How to Find and Replace Text in Word Document u...

    This brief tutorial will guide you through to steps for how to find and replace text in Word document using Java. Using simple API calls, one can easily replace text in Word document using Java for any application and irrespective of Operating System environment....will commence by loading source DOCX using Document class object...example in Java replace word in DOCX by utilizing simple API calls...

    kb.aspose.com/words/java/how-to-find-and-replac...
  7. How to Find and Replace Text in Word Document i...

    This topic shows, how to find and replace text in Word document in C++ using a simplified code example. By using C++ replace text in Word document is easily performed in few lines of easy code with no external dependence on MS Word or Interop library....Document class object to load DOCX for replacing text Create FindReplaceOptions...using C++ and save the modified DOCX on disk. Code to Replace Text...

    kb.aspose.com/words/cpp/how-to-find-and-replace...
  8. Ինչպես փոխարկել HTML-ը Word-ի փաստաթուղթ C#-ի մ...

    Այս հոդվածը ցույց է տալիս, թե ինչպես փոխարկել HTML-ը Word փաստաթղթի C#-ի միջոցով: Այն ունի բոլոր մանրամասները IDE-ն կարգավորելու համար, քայլերի ցանկ և գործարկվող կոդ, որը կատարում է HTML-ից Word-ի փոխակերպում՝ օգտագործելով C#:...Save բեռնված HTML ֆայլը որպես DOCX, որը տրամադրում է ելքային ֆայլի...ֆայլը նախքան այն պահելը որպես DOCX ֆայլ՝ օգտագործելով Document...

    kb.aspose.com/hy/words/net/how-to-convert-html-...
  9. Convert Word to PCL in C#

    This simple topic covers how to convert Word to PCL in C#. It includes all the required information to set up the environment and a working example code to render DOC file to PCL in C#....example code for converting DOCX to PCL using C# . The developed...MS Windows. Steps to Export DOCX to PCL in C# Configure the environment...

    kb.aspose.com/words/net/convert-word-to-pcl-in-...
  10. How to Convert Word to HTML using C++

    In this short tutorial, we will learn how to convert Word to HTML using C++. For converting word to html format in C++, you need to make simple API calls in few simple steps on MS Windows or Linux.... The input file can be in DOCX or DOC format containing text...have explored how to convert DOCX to HTML using C++ . You can...

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