Sort Score
Result 10 results
Languages All
Labels All
Results 9,451 - 9,460 of 213,960 for

new

(0.84 sec)
  1. MailMerge.RegionStartTag | Aspose.Words for .NET

    Discover the MailMerge RegionStartTag property to easily define and customize mail merge regions, enhancing your document automation process....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder..."Column2" field will be inside a new region. builder . MoveToField...

    reference.aspose.com/words/net/aspose.words.mai...
  2. 使用CellsFactory类创建样式对象|Documentation

    了解如何使用Aspose.Cells for JavaScript通过C++中的CellsFactory类创建单元格样式对象。根据需要定制电子表格单元格的外观。...CellsFactory class const cf = new CellsFactory (); const st = cf...created Style object const wb = new Workbook (); wb . defaultStyle...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  3. BookmarkEnd.Name | Aspose.Words for .NET

    Discover the BookmarkEnd Name property to easily manage and customize bookmark names in your documents for better organization and efficiency....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...BookmarkInfoPrinter bookmarkVisitor = new BookmarkInfoPrinter (); // Get...

    reference.aspose.com/words/net/aspose.words/boo...
  4. BookmarkStart.GetText | Aspose.Words for .NET

    Discover the BookmarkStart GetText method—efficiently retrieve text with ease. Simplify your coding and enhance functionality today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...BookmarkInfoPrinter bookmarkVisitor = new BookmarkInfoPrinter (); // Get...

    reference.aspose.com/words/net/aspose.words/boo...
  5. Implementing Non-Sequential Ranges with JavaScr...

    Learn how to create named non‑sequential ranges with Aspose.Cells for JavaScript via C++. Use non‑adjacent cell ranges effectively....Creating a new Workbook object const workbook = new Workbook ();...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/implementi...
  6. Bookmark.BookmarkEnd | Aspose.Words for .NET

    Discover the BookmarkEnd property, easily access the node marking the end of your bookmark for efficient document navigation and management....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...BookmarkInfoPrinter bookmarkVisitor = new BookmarkInfoPrinter (); // Get...

    reference.aspose.com/words/net/aspose.words/boo...
  7. Convert Table to ODS with JavaScript via C++|Do...

    Learn how to convert an Excel file with a table to ODS format using Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Ods ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/convert-ta...
  8. BookmarkCollection.GetEnumerator | Aspose.Words...

    Discover the BookmarkCollection GetEnumerator method. Efficiently retrieve enumerator objects for seamless data handling and enhanced performance....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...BookmarkInfoPrinter bookmarkVisitor = new BookmarkInfoPrinter (); // Get...

    reference.aspose.com/words/net/aspose.words/boo...
  9. HtmlSaveOptions.exportShapesAsSvg property | As...

    HtmlSaveOptions.exportShapesAsSvg property. Controls whether [Shape](../../../aspose.words.drawing/shape/) nodes are converted to SVG images when saving to HTML, MHTML, EPUB or AZW3...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...text into images. let options = new aw . Saving . HtmlSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 使用C++通过JavaScript将JSON转换为Excel文件|Documentation

    学习如何使用C++和Aspose.Cells for JavaScript将JSON转换为Excel文件。...file (JSON) const wb = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/convert...