Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 3,737 for

split document

(0.37 sec)
  1. HtmlSaveOptions.export_headers_footers_mode pro...

    HtmlSaveOptions.export_headers_footers_mode property. Specifies how headers and footers are output to HTML, MHTML or EPUB...when saving a document to HTML. doc = aw . Document ( file_name...footer types.docx' ) # This document contains headers and footers...

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

    Discover Aspose.Words.Saving.HtmlSaveOptions to enhance Document saving in HTML, MHTML, EPUB, AZW3, and MOBI formats with customizable options....additional options when saving a document into the Html, Mhtml, Epub...the Specify Save Options documentation article. public class HtmlSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  3. VbaReferenceCollection.Count | Aspose.Words for...

    Discover the VBA Reference Collection Count property to easily retrieve and manage the total number of VBA references for efficient coding....dll" ; Document doc = new Document ( MyDir + "VBA project...refParts = libIdReference . Split ( '#' ); if ( refParts . Length...

    reference.aspose.com/words/net/aspose.words.vba...
  4. VbaProject.References | Aspose.Words for .NET

    Explore the VBA Project References property to efficiently manage your VBA project references and enhance your coding capabilities. Unlock your programming potential!...dll" ; Document doc = new Document ( MyDir + "VBA project...refParts = libIdReference . Split ( '#' ); if ( refParts . Length...

    reference.aspose.com/words/net/aspose.words.vba...
  5. Document | Aspose.Words for Java

    Represents a Word Document in Java....Document Contents [ Hide ] Inheritance: java.lang.Object, com...DocumentBase public class Document extends DocumentBase Represents...

    reference.aspose.com/words/java/com.aspose.word...
  6. HtmlSaveOptions.exportHeadersFootersMode proper...

    HtmlSaveOptions.exportHeadersFootersMode property. Specifies how headers and footers are output to HTML, MHTML or EPUB...saving a document to HTML. let doc = new aw . Document ( base ...footer types.docx" ); // This document contains headers and footers...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose.Words for Python

    This API allows you to do all kinds of operations on Words files in Python code including creating, editing and converting etc....Python Latest Answers Split Word Document into Sections with Python...From Word Document in Python Compare PDF Documents using Python...

    kb.aspose.com/words/python/page/2/
  8. Rotate Text in Word using Python

    Rotate text in Word using Python. Get details to set the IDE, a list of steps, and a sample code to flip the text in Word using Python....Load the Word file into the Document class object for rotation...using Python . If you want to split pages in a Word file, refer...

    kb.aspose.com/words/python/rotate-text-in-word-...
  9. Pdf Table issue - Free Support Forum - aspose.com

    I am working with a Word Document that contains a single table spanning four pages. Upon exporting the Document to PDF, the table is rendered as four distinct tables—each appearing on a separate page. This behavior occur…...1 I am working with a Word document that contains a single table...pages. Upon exporting the document to PDF, the table is rendered...

    forum.aspose.com/t/pdf-table-issue/319066
  10. Work with Columns and Rows in C#|Aspose.Words f...

    Working with parts of a table – rows, columns, and cells using C#. Specify Header Row C#....by accessing the selected document node by its index. Finding...the Index of a Table in a Document Sometimes you may need to...

    docs.aspose.com/words/net/working-with-columns-...