Sort Score
Result 10 results
Languages All
Labels All
Results 4,601 - 4,610 of 227,521 for

new

(0.22 sec)
  1. Table | Aspose.Words for Java

    Represents a table in a Word document in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...that its cursor is in and any new rows/cells as it creates them...

    reference.aspose.com/words/java/com.aspose.word...
  2. ASPOSE.WORDS license expiry - Free Support Foru...

    Our ASPOSE.WORDS license is expiring on October 2nd, 2025 as mentioned in the xml code in our .NET application. Vendor is saying license would be reNewed but our xml code shows it requires New license code to be keyed in…...our xml code shows it requires new license code to be keyed into...the app to work Do we need the new license file to be included in...

    forum.aspose.com/t/aspose-words-license-expiry/...
  3. XpsSaveOptions | Aspose.Words for .NET

    Discover the XpsSaveOptions constructor to effortlessly create instances for saving documents in the XPS format, enhancing your document management efficiency....XpsSaveOptions() Initializes a new instance of this class that can...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Edit PPT in Java | products.aspose.com

    Edit PPT in Java. Use Java library API to edit PowerPoint presentation...PPT presentation by adding a new line of text to it. Edit PPT...Slides for Java , you can add a new line of text to a PPT document...

    products.aspose.com/slides/java/editor/ppt/
  5. Edit PDF in C# | products.aspose.com

    Edit PDF in C#. Use .NET library API to edit PDF document...edit an PDF doc by adding a new line of text to it. Edit PDF...Slides for .NET , you can add a new line of text to an PDF document...

    products.aspose.com/slides/net/editor/pdf/
  6. Doc Insertion Issue in Doc - Free Support Forum...

    Hi, As I am using below code to insert doc file into a parent doc. Document document1 = New Document(); DocumentBuilder builder = New DocumentBuilder(document1); string DemoDoc = "E:\\AnnexDocReport_IssueFile.docx"; Do…...document1 = new Document(); DocumentBuilder builder = new Documen...Document srcDoc = new Document(); srcDoc = new Document(DemoDoc);...

    forum.aspose.com/t/doc-insertion-issue-in-doc/3...
  7. ListCollection.AddCopy | Aspose.Words for .NET

    Discover the ListCollection AddCopy method to effortlessly duplicate a list and enhance your document's collection with ease and efficiency....AddCopy method Creates a new list by copying the specified...copying a list. Document doc = new Document (); // A list allows...

    reference.aspose.com/words/net/aspose.words.lis...
  8. ImageFieldMergingArgs.ImageStream | Aspose.Word...

    Discover how the ImageFieldMergingArgs ImageStream property enhances your mail merge by seamlessly integrating images for professional results.... Document doc = new Document ( MyDir + "Mail merge...MailMerge . FieldMergingCallback = new HandleMergeImageFiel (); string...

    reference.aspose.com/words/net/aspose.words.mai...
  9. PdfSaveOptions.DigitalSignatureDetails | Aspose...

    Discover PdfSaveOptions DigitalSignatureDetails to easily manage PDF signing details, ensuring secure and efficient document output....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PDF. PdfSaveOptions options = new PdfSaveOptions (); // Configure...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Caption and image parabreak - Free Support Foru...

    inputdoc.docx (332.8 KB) In a .docx file, it have presented an figure and paragraph consecutively, how it is should to separate them with a line break/paragraph break before a specific startpara (e.g., Fig.). Please fin…...source document Document doc = new Document("inputdoc.docx"); //...break) Paragraph breakPara = new Paragraph(doc); // Optional:...

    forum.aspose.com/t/caption-and-image-parabreak/...