Sort Score
Result 10 results
Languages All
Labels All
Results 8,451 - 8,460 of 198,840 for

new

(0.1 sec)
  1. Dynamic add a svg picture not work when convert...

    Hi, I am using aspose-20.12. I want to add a svg picture before save to html. but in the html, can not found the picture. Workbook workbook = New Workbook("excel-normal3.xlsx"); Worksheet worksheet = workbook.getWorksh…... Workbook workbook = new Workbook("excel-normal3.xlsx");...illustrate this: Workbook workbook = new Workbook("excel-normal3.xlsx");...

    forum.aspose.com/t/dynamic-add-a-svg-picture-no...
  2. Aspose.Slides 中的多线程|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 = new Presentation ( inputFilePath...(); List < Thread > threads = new ArrayList < Thread >( slideCount...

    docs.aspose.com/slides/zh/androidjava/multithre...
  3. FieldTitle class | Aspose.Words for Python

    aspose.words.fields.FieldTitle class. Implements the TITLE field...corresponding built-in property with the new value. builder . writeln () field...as_field_title () field . text = 'My New Title' field . update () self...

    reference.aspose.com/words/python-net/aspose.wo...
  4. How to Build a Table from a DataTable in Java|A...

    Example of filling document table from external database using Java....data into your document as a new table and quickly apply formatting...store it as a table: Create a new DocumentBuilder object on your...

    docs.aspose.com/words/java/how-to-build-a-table...
  5. Fiscal Year Properties in Ruby | Aspose.Tasks D...

    Learn how to get Microsoft Project (MPP/XML) fiscal year properties using Aspose.Tasks Java for Ruby....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/fiscal-year-properti...
  6. Public API Changes in Aspose.Cells 8.9.2|Docume...

    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.... It includes not only new and updated public methods, added...Workbook instance Workbook book = new Workbook (); //Access first worksheet...

    docs.aspose.com/cells/java/public-api-changes-i...
  7. Aspose::Words::Fields::FieldTitle class | Aspos...

    Aspose::Words::Fields::FieldTitle class. Implements the TITLE field. To learn more, visit the documentation article in C++....corresponding built-in property with the new value. builder -> Writeln ();...)); field -> set_Text ( u "My New Title" ); field -> Update ();...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. 使用JavaScript在PDF中添加书签|Aspose.PDF for JavaScript...

    您可以使用JavaScript在PDF文档中添加或删除书签。...( e ) { const file_reader = new FileReader (); file_reader ....Worker*/ const AsposePDFWebWorker = new Worker ( "AsposePDFforJS.js"...

    docs.aspose.com/pdf/zh/javascript-cpp/bookmark/
  9. Manage SmartArt|Aspose.Slides Documentation

    SmartArt and organization type chart in PowerPoint presentations in C# or .NET...using ( Presentation pres = new Presentation ( "Presentation...Presentation presentation = new Presentation ()) { // Add SmartArt...

    docs.aspose.com/slides/net/manage-smartart/
  10. Delete a Slide|Aspose.Slides 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....presentationDocument == null ) { throw new ArgumentNullExceptio ( "presentationDocument"...slideIndex >= slidesCount ) { throw new ArgumentOutOfRangeEx ( "slideIndex"...

    docs.aspose.com/slides/net/delete-a-slide/