Sort Score
Result 10 results
Languages All
Labels All
Results 6,981 - 6,990 of 214,458 for

new

(0.16 sec)
  1. Aspose.Slides for Java 15.4.0 的公共 API 和不向后兼容的更改...

    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 input = new Presentation (); IShapeCollection...Presentation presentation = new Presentation (); long id = presentation...

    docs.aspose.com/slides/zh/androidjava/public-ap...
  2. Aspose.PSD for .NET 22.4 - Release Notes|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.... Save ( output , new PngOptions ()); } PSDNET-1107...line1\rText line2\rText line3" , new Rectangle ( 200 , 200 , 500 ...

    docs.aspose.com/psd/net/aspose-psd-for-net-22-4...
  3. Working with Clips in PostScript | C++

    Adding clips to PS files is a functionality supported by Aspose.Page API solution. See how to use the functionality in C++...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/cpp/ps/working-with-clips/
  4. CellCollection | Aspose.Words for Java

    Provides typed access to a collection of Cell nodes in Java.... Document doc = new Document(getMyDir() + "Tables...cells from the collection to a new array of cells. add(Node node)...

    reference.aspose.com/words/java/com.aspose.word...
  5. Web App Security When Loading Resources|Aspose....

    Load remote resources, that can be a reason of security risks. Take a look at common security issues and their solutions in Java....LoadOptions disableExternalImage = new LoadOptions (); disableExternalImage...setResourceLoadingCa ( new DisableExternalImage ()); Document doc = new Document...

    docs.aspose.com/words/java/web-applications-sec...
  6. 在 Android 上自定义演示文稿形状|Aspose.Slides 文档

    使用 Aspose.Slides for Android 通过 Java 在 PowerPoint 演示文稿中创建和自定义形状:几何路径、圆角、复合形状。...代码展示了如何向形状添加自定义点: Presentation pres = new Presentation (); try { GeometryShape...代码展示了如何从形状中移除点: Presentation pres = new Presentation (); try { GeometryShape...

    docs.aspose.com/slides/zh/androidjava/custom-sh...
  7. How to Remove Default Bookmark When Exporting a...

    Hello Team, I’m exporting a range with name as HTML, and I’ve noticed that a bookmark with the range name is automatically inserted into the generated HTML content. How can I prevent this bookmark from being included du…...htmlStream = new MemoryStream()) { workbook.Save(htmlStream, new Aspose...using (StreamReader reader = new StreamReader(htmlStream)) { htmlStm...

    forum.aspose.com/t/how-to-remove-default-bookma...
  8. Set fontsize by InheritChars - Free Support For...

    Hello, i can set the Fontsize of a shape by using: shape.Chars[0].Size.Value = 0.125 This is well described in the examples: ApplyFontOnText Now I have the case that the shape’s chars array is empty. But there are I…...shape, you will need to create a new master shape or find an existing...the diagram Diagram diagram = new Diagram("path_to_your_diagram...

    forum.aspose.com/t/set-fontsize-by-inheritchars...
  9. 使用 .NET 转换 PostScript 文件

    本文将通过代码片段讲解并演示 Aspose.Page API 解决方案中 .NET 版 PS 到 PDF 的转换功能。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/zh/net/convert-ps/
  10. Formatting PDF Document|Aspose.PDF for PHP via ...

    Format the PDF Document with Aspose.PDF for PHP via Java. Use the next code snippet to resolve your tasks....// Open document $document = new Document ( $inputFile ); // Get...// Open document $document = new Document ( $inputFile ); // Set...

    docs.aspose.com/pdf/php-java/formatting-pdf-doc...