Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 956 for

split document

(0.04 sec)
  1. Insert Page Break in PDF using Java

    Use this guide to insert page break in PDF using Java. This article provides IDE settings, coding steps, and a sample code to add page break to PDF using Java....source PDF file using the Document class object for adding page...that take input and output Document objects or file names of the...

    kb.aspose.com/pdf/java/insert-page-break-in-pdf...
  2. RowFormat class | Aspose.Words for Node.js

    Aspose.Words.Tables.RowFormat class. Represents all formatting for a table row...the Working with Tables documentation article. Properties Name...in a table row is allowed to split across a page break. borders...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FieldIndex.run_subentries_on_same_line property...

    FieldIndex.run_subentries_on_same_line property. Gets or sets whether run subentries into the same line as the main entry.... Document () builder = aw . DocumentBuilder...each XE field found in the document. # Each entry will display...

    reference.aspose.com/words/python-net/aspose.wo...
  4. RowFormat | Aspose.Words for Java

    Represents all formatting for a table row in Java....the Working with Tables documentation article. Examples: Shows...of a table row. Document doc = new Document(getMyDir() + "Tables...

    reference.aspose.com/words/java/com.aspose.word...
  5. FieldIndex.SequenceSeparator | Aspose.Words for...

    Discover the FieldIndex SequenceSeparator property, easily manage character sequences for separating sequence and page numbers in your applications....Examples Shows how to split a document into portions by combining...and SEQ fields. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  6. DocumentPartSavingArgs.DocumentPartStream | Asp...

    Discover how the DocumentPartStream property in DocumentPartSavingArgs lets you easily specify where to save your Document parts for seamless management....specify the stream where the document part will be saved to. public...property allows you to save document parts to streams instead of...

    reference.aspose.com/words/net/aspose.words.sav...
  7. RowFormat Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.RowFormat class for comprehensive table row formatting. Enhance your Document design with powerful, flexible features....the Working with Tables documentation article. public class RowFormat...in a table row is allowed to split across a page break. Borders...

    reference.aspose.com/words/net/aspose.words.tab...
  8. InsertDocument custom margins issue - Free Supp...

    When i use DocumentBuilder’s InsertDocument builtin method , if the inserted Document has bespoke margins their format won’t be copied on the final Document, and i specifically use the 2nd parameter ImportFormatMode.Keep…...builtin method , if the inserted document has bespoke margins their...won’t be copied on the final document, and i specifically use the...

    forum.aspose.com/t/insertdocument-custom-margin...
  9. FieldIndex.RunSubentriesOnSameLine | Aspose.Wor...

    Discover the FieldIndex RunSubentriesOnSameLine property to easily manage subentries inline with main entries for streamlined data organization.... Document doc = new Document (); DocumentBuilder...each XE field found in the document. // Each entry will display...

    reference.aspose.com/words/net/aspose.words.fie...
  10. How to Resize a Picture in Word using C#

    This article describes how to resize a picture in Word using C#. It shares details about the IDE configuration, a step-wise process and a runnable sample code to resize picture in Word using C#....a new Word file using the Document class object to add resized...object for the newly created document Use the Write() and InsertImage()...

    kb.aspose.com/words/net/how-to-resize-a-picture...