Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 9,609 for

docx to doc

(0.06 sec)
  1. Field.IsDirty | Aspose.Words for .NET

    Manage the IsDirty property To ensure your field data stays accurate and up-To-date, enhancing Document integrity and performance.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Give the document's built-in...

    reference.aspose.com/words/net/aspose.words.fie...
  2. SvgSaveOptions.show_page_border property | Aspo...

    SvgSaveOptions.show_page_border property. Controls whether a border is added To the outline of the page...docx document to .svg. doc = aw . Document (...file_name = MY_DIR + 'Document.docx' ) # Configure the SvgSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  3. SvgTextOutputMode enumeration | Aspose.Words fo...

    Aspose.Words.Saving.SvgTexToutputMode enumeration. Allows To specify how text inside a Document should be rendered when saving in SVG format....docx document to .svg. let doc = new aw . Document...Document ( base . myDir + "Document.docx" ); // Configure the SvgSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. SvgTextOutputMode enumeration | Aspose.Words fo...

    aspose.words.saving.SvgTexToutputMode enumeration. Allows To specify how text inside a Document should be rendered when saving in SVG format....docx document to .svg. doc = aw . Document (...file_name = MY_DIR + 'Document.docx' ) # Configure the SvgSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  5. MailMergerContext Class | Aspose.Words for .NET

    Discover the powerful Aspose.Words.LowCode.MailMergerContext class for seamless mail merging, enhancing your Document auTomation with ease and efficiency....operation: string doc = MyDir + "Mail merge.doc" ; string [] fieldNames...mailMergerContext ) . From ( doc ) . To ( ArtifactsDir + "LowCode...

    reference.aspose.com/words/net/aspose.words.low...
  6. Document constructor | Aspose.Words for Python

    aspose.words.Document construcTor...1 - Create a blank document: doc = aw . Document () # New Document...Section, a Body, and a Paragraph. doc . first_section . body . first_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ExportHeadersFootersMode enumeration | Aspose.W...

    aspose.words.saving.ExportHeadersFootersMode enumeration. Specifies how headers and footers are exported To HTML, MHTML or EPUB.... doc = aw . Document ( file_name =...MY_DIR + 'Header and footer types.docx' ) # This document contains...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Lists::List::get_IsRestartAtEach...

    Aspose::Words::Lists::List::get_IsRestartAtEachSection method. Specifies whether list should be restarted at each section. Default value is false in C++....is 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/cpp/aspose.words.lis...
  9. JsonDataLoadOptions | Aspose.Words for Java

    Represents options for parsing JSON data in Java.... Document doc = new Document(getMyDir() + "Reporting...JSON data destination (Java).docx"); JsonDataLoadOptions options...

    reference.aspose.com/words/java/com.aspose.word...
  10. Cell.firstParagraph property | Aspose.Words for...

    Cell.firstParagraph property. Gets the first paragraph among the immediate children....'CreateNestedTable' , () => { let doc = new aw . Document (); // Create...createTable ( doc , 3 , 4 , "Outer Table" ); doc . firstSection...

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