Sort Score
Result 10 results
Languages All
Labels All
Results 8,121 - 8,130 of 223,147 for

new

(0.78 sec)
  1. Filter Objects while loading Workbook or Worksh...

    Learn how to filter data while loading workbooks or worksheets using Aspose.Cells for Node.js via C++.... const lOptions = new AsposeCells . LoadOptions ();...(); lOptions . setLoadFilter ( new AsposeCells . LoadFilter ( AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/filter-objects...
  2. Loading and Extracting Data | Java

    Java APIs for the developers to manipulate and font files. Learn the fundamentals on how to load and save Cff fonts within Java....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/font/java/loading-saving-cff-fo...
  3. Change the Font on just the specific Unicode ch...

    Learn how to change the font of specific Unicode characters while saving to PDF using Aspose.Cells for JavaScript via C++....cannot be displayed with Times New Roman , but it can be displayed...specific font such as Times New Roman, Aspose.Cells changes the...

    docs.aspose.com/cells/javascript-cpp/change-the...
  4. 档案

    档案...FontDefinition fontDefinition = new Aspose.Font.Sources.FontDefinition(Aspose...FontType.TTF, new Aspose.Font.Sources.FontFileDefinition(new Aspose...

    blog.aspose.com/zh/font/convert-eot-to-woff-in-...
  5. Change Adjustment Values of the Shape with Node...

    Learn how to change adjustment values of shapes in Excel using Aspose.Cells for Node.js via C++....excel file const workbook = new AsposeCells . Workbook ( path...filePath // Create a new workbook let workbook = new AsposeCells . Workbook...

    docs.aspose.com/cells/nodejs-cpp/change-adjustm...
  6. 用JavaScript通过C++指定在Excel文件中存储的重要数字位数|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++指定Excel文件中存储的有效数字位数。...open it; otherwise create a new workbook (matches original Node...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/specify...
  7. NodeCollection.Count | Aspose.Words for .NET

    Discover the NodeCollection Count property to easily access the total number of nodes in your collection, enhancing data management and efficiency.... Document doc = new Document (); // Add two runs...AppendChild ( new Run ( doc , "Hello world! " )); Shape shape = new Shape...

    reference.aspose.com/words/net/aspose.words/nod...
  8. Manage Presentation Shapes in JavaScript|Aspose...

    Learn to create, edit and optimize shapes using JavaScript and Aspose.Slides for Node.js via Java and deliver high-performance PowerPoint presentations....presentation file var pres = new aspose . slides . Presentation...slide shape collection. Add new slide to the presentation. Clone...

    docs.aspose.com/slides/nodejs-java/shape-manipu...
  9. 用JavaScript通过C++删除命名范围|Documentation

    你可以学习如何使用Aspose.Cells for JavaScript通过C++从Excel或OpenOffice文件中删除定义的名称或命名范围。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/delete-...
  10. DocumentBuilder.RowFormat | Aspose.Words for .NET

    Explore the DocumentBuilder RowFormat property to easily access and customize table row formatting for enhanced document design and presentation....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...current row, as well as any new rows it creates afterwards. builder...

    reference.aspose.com/words/net/aspose.words/doc...