Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 9,616 for

docx to doc

(0.23 sec)
  1. Aspose::Words::Saving::SaveOptions::get_PrettyF...

    Aspose::Words::Saving::SaveOptions::get_PrettyFormat method. When true, pretty formats output where applicable. Default value is false in C++....HTML, MHTML, EPUB, WordML, RTF, DOCX and ODT output human readable...a saved .html document. auto doc = MakeObject < Document > ();...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. 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...MyDir + "Field sample - PRIVATE.docx" ); // WordPerfect 5.x/6.x documents...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Aspose::Words::Document::Save method | Aspose.W...

    Aspose::Words::Document::Save method. Saves the Document To a stream using the specified format in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> get_Font () ->...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. index.xml

    2.0 http://www.w3.org/2005/ATom Documentation – Convert PDF Documents using C# API https://Docs.aspose.com/pdf/net/converting/ Recent content in Convert PDF Documents using C# API on Documentation ......documents using C# API https://docs.aspose.com/pdf/net/converting/...2021 00:00:00 +0000 https://docs.aspose.com/pdf/net/converting/index...

    docs.aspose.com/pdf/net/converting/index.xml
  5. TxtSaveOptions | Aspose.Words for Java

    Can be used To specify additional options when saving a Document inTo the SaveFormat.TEXT format in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.writeln("Paragraph...

    reference.aspose.com/words/java/com.aspose.word...
  6. JsonSimpleValueParseMode | Aspose.Words for Java

    Specifies a mode for parsing JSON simple values null boolean number integer and string while loading JSON in Java.... Document doc = new Document(getMyDir() + "Reporting...JSON data destination (Java).docx"); JsonDataLoadOptions options...

    reference.aspose.com/words/java/com.aspose.word...
  7. RtfSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.RtfSaveOptions class. Can be used To specify additional options when saving a Document inTo the [SaveFormat.Rtf](../../aspose.words/saveformat/#Rtf) format...files used when saving to a DOC or DOCX file. By default this property...rtf with custom options. let doc = new aw . Document ( base ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. How to find and iterate list lead in and childr...

    Hi Team, I am trying To find and iterate lists in an word Documents using aspose words python library. Current approach : I have tried iterating all paragraphs and filtering list items using is_list_item method. Furt…...path") doc = aw.Document("test.docx") for para in doc.get_child_nodes(aw...attached a test document. test.docx (11.9 KB) alexey.noskov March...

    forum.aspose.com/t/how-to-find-and-iterate-list...
  9. FileFormatUtil.detect_file_format method | Aspo...

    aspose.words.FileFormatUtil.detect_file_format method... doc = aw . Document () # Configure...save_options . password = 'MyPassword' doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  10. DocSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.DocSaveOptions class. Can be used To specify additional options when saving a Document inTo the [SaveFormat.Doc](../../aspose.words/saveformat/#Doc) or [SaveFormat.Dot](../../aspose.words/saveformat/#Dot) format...Doc or SaveFormat.Dot format. To...a document in the SaveFormat.Doc format. DocSaveOptions(saveFormat)...

    reference.aspose.com/words/nodejs-net/aspose.wo...