Sort Score
Result 10 results
Languages All
Labels All
Results 7,781 - 7,790 of 213,099 for

new

(0.29 sec)
  1. Փոխարկել Պատկեր BMP Javascript

    Փոխարկեք Պատկեր ը BMP ձևաչափի JavaScript կոդով: Պահեք Պատկեր որպես BMP օգտագործելով JavaScript:...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...getShapeRenderer().save( "Output.bmp" , new aw.Saving.ImageSaveOptions(aw...

    products.aspose.com/words/hy/nodejs-net/convers...
  2. Manage VBA Projects in Presentations on Android...

    Discover how to generate and manipulate PowerPoint and OpenDocument presentations via VBA with Aspose.Slides for Android via Java to streamline your workflow....VbaProject constructor to add a new VBA project. Add a module to...Presentation pres = new Presentation (); try { // Creates a new VBA Project...

    docs.aspose.com/slides/androidjava/presentation...
  3. 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...
  4. 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...
  5. 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...
  6. Aspose.Cells 8.7.0中的公共API更改|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....existing spreadsheet var book = new Workbook (); //Access the VbaProject...vbaProject . Sign ( new DigitalSignature ( new System . Security...

    docs.aspose.com/cells/zh/net/public-api-changes...
  7. 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...
  8. FieldDde | Aspose.Words for Java

    Implements the DDE field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...fieldLinkedObjectsAs() { return new Object[][] { {InsertLinkedObjectAs...

    reference.aspose.com/words/java/com.aspose.word...
  9. Document compare textbox mismatch - Free Suppor...

    Hello, we are having some trouble when comparing documents, maybe you could advice us what could be wrong. Currently we are using aspose.words 24.9 java version. And running code, one is ignoring Textboxes other is no…...Document originalVersion = new Document(new ClassPathResource("/a...Document modifiedVersion = new Document(new ClassPathResource("/a...

    forum.aspose.com/t/document-compare-textbox-mis...
  10. Manage Presentation Tables in .NET|Aspose.Slide...

    Create & edit tables in PowerPoint slides with Aspose.Slides for .NET. Discover simple C# code examples to streamline your table workflows....PPTX file Presentation pres = new Presentation (); // Accesses...using ( Presentation pres = new Presentation ()) { // Accesses...

    docs.aspose.com/slides/net/manage-table/