Sort Score
Result 10 results
Languages All
Labels All
Results 6,811 - 6,820 of 214,446 for

new

(0.22 sec)
  1. IFieldUserPromptRespondent Interface | Aspose.W...

    Discover the Aspose.Words.Fields.IFieldUserPromptRespondent interface, designed to enhance user interaction and streamline field updates seamlessly....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...mail merge. DataTable table = new DataTable ( "My Table" ); table...

    reference.aspose.com/words/net/aspose.words.fie...
  2. ImageSavingArgs.currentShape property | Aspose....

    ImageSavingArgs.currentShape property. Gets the [ShapeBase](../../../aspose.words.drawing/shapebase/) object corresponding to the shape or group shape that is about to be saved....supported' , () => { let doc = new aw . Document ( base . myDir...saving process. let options = new aw . Saving . HtmlSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. MailMerge.PreserveUnusedTags | Aspose.Words for...

    Discover the MailMerge PreserveUnusedTags property to manage unused mustache tags effectively, enhancing your document automation process....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder... () { DataTable dataTable = new DataTable ( "MyTable" ); dataTable...

    reference.aspose.com/words/net/aspose.words.mai...
  4. PageSetup.Gutter | Aspose.Words for .NET

    Adjust PageSetup Gutter settings to optimize document margins for binding. Enhance your layout with perfect margins for professional results.... Document doc = new Document (); // Insert text that...pages. DocumentBuilder builder = new DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/net/aspose.words/pag...
  5. Aspose::Words::LowCode::Merger::Create method |...

    Aspose::Words::LowCode::Merger::Create method. Creates New instance of the mail merger processor in C++....Merger::Create() method Creates new instance of the mail merger processor...erContext>&) method Creates new instance of the mail merger processor...

    reference.aspose.com/words/cpp/aspose.words.low...
  6. Adding module for VBAProject does not work - Fr...

    Hi, we have a problem with adding a New VBA module to an existing dotm document. It works fine, if document has already an VBA module. But it does not work if dotm has none modules. To reproduce the problem, i have ad…...have a problem with adding a new VBA module to an existing dotm...for testing: Document doc = new Document("C:\\Temp\\in.dotm");...

    forum.aspose.com/t/adding-module-for-vbaproject...
  7. Protecting Worksheets with JavaScript via C++|D...

    Learn how to protect worksheets in Excel using Aspose.Cells for JavaScript via C++, including protecting rows, columns, and specific cells.... New Password – the new password used to protect...buffer const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/protecting...
  8. Setting Headers and Footers with JavaScript via...

    This article explains how to programmatically insert an image in the header and footer of Excel worksheets using Aspose.Cells for JavaScript via C++....arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...Create a new workbook if no file is provided workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/setting-he...
  9. ListFormat | Aspose.Words for Java

    Allows to control what list formatting is applied to a paragraph in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...applyBulletDefault() Starts a new default bulleted list and applies...

    reference.aspose.com/words/java/com.aspose.word...
  10. InlineStory.lastParagraph property | Aspose.Wor...

    InlineStory.lastParagraph property. Gets the last paragraph in the story....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...least one cell. let table = new aw . Tables . Table ( doc );...

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