Sort Score
Result 10 results
Languages All
Labels All
Results 4,271 - 4,280 of 86,804 for

new

(0.08 sec)
  1. 插入或删除行或列|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....opened FileStream fstream = new FileStream ( MyDir + "Row and...file stream Workbook workbook = new Workbook ( fstream ); //Accessing...

    docs.aspose.com/cells/zh/net/insert-or-delete-r...
  2. Manage Bullet and Numbered Lists|Aspose.Slides ...

    Create bullet and numbered lists in PowerPoint presentation in C# or .NET...using ( Presentation pres = new Presentation ()) { ISlide slide...Clear (); Paragraph paragraph = new Paragraph (); paragraph . ParagraphFormat...

    docs.aspose.com/slides/net/manage-bullet-and-nu...
  3. Inserting and Deleting Rows and Columns of Exce...

    This article shows how to insert and delete rows and columns by the Aspose.Cells for Node.js via C++ API....Introduction Whether creating a new worksheet from scratch or working...the index of the row where the new row will be inserted. const path...

    docs.aspose.com/cells/nodejs-cpp/inserting-and-...
  4. 图像|Aspose.Slides 文档

    使用 Java 在 PowerPoint 演示文稿的幻灯片中处理图像。从磁盘或网络添加图像到 PowerPoint 幻灯片。使用 Java 将图像添加到幻灯片母版或作为幻灯片背景。使用 Java 将 SVG 添加到 PowerPoint 演示文稿。使用 Java 将 SVG 转换为 PowerPoint 中的形状。使用 Java 将图像作为 EMF 添加到幻灯片中。...示例代码展示了如何将图像添加到幻灯片: Presentation pres = new Presentation (); try { ISlide...中从网络向幻灯片添加图像: Presentation pres = new Presentation (); try { ISlide...

    docs.aspose.com/slides/zh/java/image/
  5. MailMerger.Execute | Aspose.Words for .NET

    Streamline your workflow with the MailMerger Execute method, effortlessly merging data for single records to enhance efficiency and accuracy....doc" ; string [] fieldNames = new string [] { "FirstName" , "Location"... }; string [] fieldValues = new string [] { "James Bond" , "London"...

    reference.aspose.com/words/net/aspose.words.low...
  6. Public API Changes in Aspose.Cells 8.8.3|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...of Workbook Workbook book = new Workbook (); //Access first worksheet...

    docs.aspose.com/cells/java/public-api-changes-i...
  7. Bookmark | Aspose.Words for Java

    Represents a single bookmark in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...BookmarkInfoPrinter bookmarkVisitor = new BookmarkInfoPrinter(); // Get...

    reference.aspose.com/words/java/com.aspose.word...
  8. StructuredDocumentTagRangeStart | Aspose.Words ...

    Represents a start of ranged structured document tag which accepts multi-sections content in Java.... Document doc = new Document(getMyDir() + "Multi-section...doc, int type) Initializes a new instance of this class. Methods...

    reference.aspose.com/words/java/com.aspose.word...
  9. StructuredDocumentTag.DateStorageFormat | Aspos...

    Discover the StructuredDocumentTag DateStorageFormat property to easily manage date formats in XML-bound SDTs, enhancing your document's data organization.... Document doc = new Document (); // Insert a structured...StructuredDocumentTa sdtDate = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  10. Merge HTML to Image in Java | products.aspose.com

    Merge HTML to image in Java. Use Java library API to combine HTML to image...to image Presentation pres = new Presentation (); try { pres ...getSlides (). addFromHtml ( new StreamReader ( "file1.html" ));...

    products.aspose.com/slides/java/merger/html-to-...