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

new

(0.1 sec)
  1. How to set category axis with Node.js via C++|D...

    Learn how to set the category axis in Aspose.Cells for Node.js via C++. Our guide will help you understand how to define the category axis range, adjust its properties, and format its labels....sample code Create a new workbook. Create a new chart in the first...path // Create a new workbook const workbook = new AsposeCells ....

    docs.aspose.com/cells/nodejs-cpp/how-to-set-cat...
  2. Convert PowerPoint to PNG|Aspose.Slides for PHP...

    Convert PowerPoint presentation to PNG...presentation to PNG: $pres = new Presentation ( "pres.pptx" );...described operation: $pres = new Presentation ( "pres.pptx" );...

    docs.aspose.com/slides/php-java/convert-powerpo...
  3. Import DataView to GridWeb|Documentation

    This article introduces how to import data in GridWeb....NET Framework, a new way of storing data was introduced...imported from a DataView object, a new worksheet is created to hold...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  4. Aspose.PSD for Java 20.4 - 发行说明|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....vogkResource == null ) { throw new Exception ( "未找到VogkResource。"...} } LocalScopeExtension $ = new LocalScopeExtension (); String...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  5. Get, Update and Expand a Bookmark|Aspose.PDF fo...

    This article describes how to use bookmarks in a PDF file. With our Java library, you can get bookmarks from the PDF file, get a bookmarks page number, update bookmarks in a PDF Document, and expand bookmarks when viewing a document....document Document pdfDocument = new Document ( GetDataDir () + "UpdateBookmarks...PdfBookmarkEditor bookmarkEditor = new PdfBookmarkEditor (); // Open...

    docs.aspose.com/pdf/java/get-update-and-expand-...
  6. Manage Comments and Notes with Node.js via C++|...

    Insert and manage comments or notes with Aspose.Cells for Node.js via C++.... The new Comment object can be accessed...workbook = new AsposeCells . Workbook (); // Adding a new worksheet...

    docs.aspose.com/cells/nodejs-cpp/comments-and-n...
  7. Node Class | Aspose.Words for .NET

    Discover the Aspose.Words.Node class, the essential foundation for all Word document nodes, enabling seamless document manipulation and customization.... Document doc = new Document ( MyDir + "Tables.docx"...composite node. Document doc = new Document (); Paragraph para =...

    reference.aspose.com/words/net/aspose.words/node/
  8. Word and Pdf mismatch - Free Support Forum - as...

    Hello, Pdf and Word files don’t match in case when document has table which has vertical merged cell with long text and “page break before” in next row. There is an option to save documents in Word with OOXML complianc…...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(SaveFormat.DOCX);...

    forum.aspose.com/t/word-and-pdf-mismatch/265406
  9. Compress Folder Respecting its Structure using ...

    How to add files to archives without compression for enhanced file management, providing convenience in transportation, quick access, and compatibility across various applications....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    products.aspose.com/zip/java/advanced-api-featu...
  10. The annotation isn‘t displayed on the image con...

    Hi Aspose team, When I use Aspose.Pdf for .NET, I found a problem. . When I add a text annotation to the pdf page, then convert this page into an image, I find that the annotation I added will not be displayed on the …...TextAnnotation textAnnotation = new TextAnnotation(page, rect); textAnnotation...AnnotationFlags.Print; Border border = new Border(textAnnotation); border...

    forum.aspose.com/t/the-annotation-isn-t-display...