Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 213,611 for

new

(0.09 sec)
  1. Manage PowerPoint Text Paragraphs in Java|Aspos...

    Master paragraph formatting with Aspose.Slides for Java—optimize alignment, spacing & style in PPT, PPTX, and ODP presentations in Java....three IPortion objects for each new IParagraph (two Portion objects...PPTX file Presentation pres = new Presentation (); try { // Accessing...

    docs.aspose.com/slides/java/manage-paragraph/
  2. Microsoft 365 Data Access and Management with M...

    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....; } public Uri Authority => new ( $"https://login.microsoftonline...AddInMemoryTokenCach (); _scopes = new [] { accessParams . ApiUrl };...

    docs.aspose.com/email/net/microsoft-365-data-ma...
  3. AxisTickMark | Aspose.Words for Java

    Specifies the possible positions for tick marks in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...getSeries().add("Aspose Test Series", new Date[] { DocumentHelper.createDate(2017...

    reference.aspose.com/words/java/com.aspose.word...
  4. 档案

    档案... StringPtr srcDir = new String("SourceDirectory\\");...// 输出目录路径。 StringPtr outDir = new String("OutputDirectory\\");...

    blog.aspose.com/zh/cells/working-with-pivot-tab...
  5. Working with Gradient in XPS file | Java

    How to add vertical, horizontal or linear gradient to an XPS file is a question answered by Aspose.Page API solution. Learn the functionality for Java...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/zh/java/xps/working-with-g...
  6. When inserting a picture and nearby cell's font...

    HI, An image is being inserted. When lines 31-33 are commented out the scale height of the picture is around 100% which is expected. However when these lines are uncommented, the text in cell 1, 1 is set to 24pts. The …...// Create a new workbook Workbook workbook = new Workbook();...(imageStream == null) { throw new RuntimeException("Image not found...

    forum.aspose.com/t/when-inserting-a-picture-and...
  7. Manage Presentation Hyperlinks in Java|Aspose.S...

    Effortlessly manage hyperlinks in PowerPoint and OpenDocument presentations with Aspose.Slides for Java—enhance interactivity and workflow in minutes....Presentation presentation = new Presentation (); try { IAutoShape...portionFormat . setHyperlinkClick ( new Hyperlink ( "https://www.aspose...

    docs.aspose.com/slides/java/manage-hyperlinks/
  8. 使用JavaScript通过C++将文件保存到响应对象|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++动态生成文件并直接发送到客户端浏览器。...); // Create a new workbook (equivalent to new AsposeCells.Workbook()...JavaScript) const workbook = new Workbook (); // Simulate the...

    docs.aspose.com/cells/zh/javascript-cpp/saving-...
  9. Adding Images and Text|Aspose.PDF for .NET

    This section explains how to Add Images and Text using PdfFileMend class....namespace allows you to add new images in an existing PDF file...of PdfFileMend class to add a new image. Using this method, you...

    docs.aspose.com/pdf/net/adding-images-and-text-...
  10. Slide|Aspose.Slides Documentation

    Manage slides in C# with Aspose.Slides: create, clone, reorder, hide, set backgrounds and size, apply transitions, and export for PowerPoint and OpenDocument.... Add a Slide To add a new slide, you must first select...Add_Slide () { using var pres = new Presentation (); // Each slide...

    docs.aspose.com/slides/net/examples/elements/sl...