Sort Score
Result 10 results
Languages All
Labels All
Results 9,651 - 9,660 of 199,426 for

new

(0.13 sec)
  1. PdfSaveOptions.saveFormat property | Aspose.Wor...

    PdfSaveOptions.saveFormat property. Specifies the format in which the document will be saved if this save options object is used...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...document to .PDF. let saveOptions = new aw . Saving . PdfSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 使用Node.js导出工作表或图表为具有指定宽度和高度的图片|Documentation

    学习如何使用Aspose.Cells for Node.js via C++将工作表或图表导出为具有特定宽度和高度的图片。...xlsx" ); const workbook = new AsposeCells . Workbook ( filePath...dimensions are 400x400 const opts = new AsposeCells . ImageOrPrintOptions...

    docs.aspose.com/cells/zh/nodejs-cpp/export-work...
  3. Style.nextParagraphStyleName property | Aspose....

    Style.nextParagraphStyleName property. Gets/sets the name of the style to be applied automatically to a New paragraph inserted after a paragraph formatted with the specified style....be applied automatically to a new paragraph inserted after a paragraph...style collection. let doc = new aw . Document (); expect ( doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Add Page Stamp to PDF using Java | Aspose.PDF

    Add page stamp to PDF file programmatically with Java sample code using Aspose.PDF for Java....pdf" ; Document pdfDocument = new Document ( DATA_DIR . resolve...PdfPageStamp bluePageStamp = new PdfPageStamp ( DATA_DIR . resolve...

    products.aspose.com/pdf/java/stamps/page/
  5. SignatureLine.DefaultInstructions | Aspose.Word...

    Discover how the SignatureLine DefaultInstructions property enhances your Sign dialog with customizable default instructions for a seamless user experience....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...SignatureLineOptions options = new SignatureLineOptions { AllowComments...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Microsoft Project Data Reading and Writing Summ...

    This page provides comprehensive information about reading and writing Microsoft Project data using Aspose.Tasks for .NET....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/microsoft-project-dat...
  7. Image with Node.js via C++|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Load the workbook const wb = new AsposeCells . Workbook ( filePath...filePath ); const imgOptions = new AsposeCells . ImageOrPrintOptions...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...
  8. Add Conditional Icons Set with the Cell Text us...

    Learn how to add conditional icons next to the cell text using Aspose.Cells for Node.js via C++. Enhancing the meaning of data through icons....Instantiate a new Workbook const workbook = new AsposeCells ....Flags3 ? 1 : 0 ); const stream = new Uint8Array ( imagedata ); worksheet...

    docs.aspose.com/cells/nodejs-cpp/add-conditiona...
  9. Find and Replace in Presentation|Aspose.Slides ...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....presentation Presentation pres = new Presentation ( FilePath + "Find...//Replace exisitng text with the new text { string str = port . Text...

    docs.aspose.com/slides/net/find-and-replace-in-...
  10. Update Fields in PHP|Aspose.Words for Java

    Update fields of Word Document using PHP.... Php Code $ doc = new Java ( "com.aspose.words.Document"...content and fields. $ builder = new Java ( "com.aspose.words.DocumentBuilder"...

    docs.aspose.com/words/java/update-fields-in-php/