Sort Score
Result 10 results
Languages All
Labels All
Results 4,981 - 4,990 of 48,781 for

shape

(0.37 sec)
  1. SaveOptions.DmlEffectsRenderingMode | Aspose.Wo...

    Discover how the SaveOptions DmlEffectsRenderingMode property optimizes DrawingML effects rendering for enhanced document quality and performance....Document ( MyDir + "DrawingML shape effects.docx" ); // Create a...

    reference.aspose.com/words/net/aspose.words.sav...
  2. 在 PS 文件中使用转换 | Java

    Aspose.Page API 解决方案解答了如何在 PS 文件中转换内容的问题。了解如何在 Java 中使用该功能...//Create a rectangle 12 Shape shape = new Rectangle2D. Float...transformations. 6 document. fill (shape); 7 ////////// 现在我们创建一个新的图形状态,该状态将相对于上一级图形状态沿...

    docs.aspose.com/page/zh/java/ps/working-with-tr...
  3. FieldEnd | Aspose.Words for Java

    Represents an end of a Word field in a document in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

    reference.aspose.com/words/java/com.aspose.word...
  4. Manage SmartArt in PowerPoint Presentations Usi...

    Learn to build and edit PowerPoint SmartArt with Aspose.Slides for PHP via Java using clear code samples that speed up slide design and automation....added a connector between two shapes. $pres = new Presentation ();...added a connector between two shapes. $pres = new Presentation ();...

    docs.aspose.com/slides/php-java/manage-smartart/
  5. Aspose.words for java,保存pdf附件出现乱码 - Free Suppor...

    原始需求:将word转成pdf,同时将word中各种类型的附件也转成pdf并拼接到后面。 遇到问题:遇到pdf格式的附件保存后存在许多乱码页 部分代码: aspose-words: 24.11 aspose-cells: 25.1 OS: Oracle Linux Server 8.5 List<byte[]> attachmentPdfs = new ArrayList<>(); Document document = …...NodeCollection shapes = document.getChildNodes(NodeType.SHAPE, true);...true); for (Shape shape : (Iterable<Shape>) shapes) { OleFormat ole...

    forum.aspose.com/t/aspose-words-for-java-pdf/32...
  6. DeleteBlankRows() is deleting rows even if it h...

    Ideally, according to the documentation, DeleteBlankRows() should delete only rows which are empty i.e. the rows which does not have any content, images, charts, comments etc… But in the attached file below, Even the r…...deleting rows even if it has shapes on it Aspose.Cells Product...ShapeCollection shapes = wb.Worksheets[0].Shapes; int shapeCount...

    forum.aspose.com/t/deleteblankrows-is-deleting-...
  7. Detecting Empty Worksheets with C++|Documentation

    This article shows you code explaining how to detect empty worksheets of Excel workbooks programmatically using C++ API with Aspose.Cells library.... Check for Shapes It is possible that a given...cells; however, it could contain shapes and objects such as controls...

    docs.aspose.com/cells/cpp/detecting-empty-works...
  8. Remove Watermark Image Filter|Documentation

    Aspose.Imaging Remove watermark image filter usage with Python code example provided....for example, an elliptical shape figure. The ellipse should be...

    docs.aspose.com/imaging/python-net/developer-gu...
  9. Ignore Errors while Rendering Excel to PDF|Docu...

    Learn how to Ignore Errors while Rendering Excel to PDF with Aspose.Cells for Python via .NET API....one rounded red arrow‑like shape , as shown in this screenshot...

    docs.aspose.com/cells/python-net/ignore-errors-...
  10. 在 Android 上为演示文稿图表添加趋势线|Aspose.Slides 文档

    使用 Aspose.Slides for Android via Java 快速在 PowerPoint 图表中添加和自定义趋势线 — 实用指南,帮助您吸引观众。...获取幻灯片的引用 使用 Shapes 对象公开的 AddChart 方法创建新图表 使用 Shapes 对象公开的 AddAutoShape...100 , 500 , 400 ); IAutoShape shape = chart . getUserShapes ()....

    docs.aspose.com/slides/zh/androidjava/trend-line/