Sort Score
Result 10 results
Languages All
Labels All
Results 5,151 - 5,160 of 49,135 for

shapes

(0.21 sec)
  1. Edit HTML5 Canvas in Java – Aspose.HTML for Java

    Learn how to edit HTML5 Canvas in Java, including dynamic 2D rendering and advanced graphics manipulation using Aspose.HTML for Java API....scriptable rendering of 2D shapes and bitmap images directly...

    docs.aspose.com/html/java/edit-html5-canvas/
  2. Introduction to Page Description Languages

    Page Description Languages describe the appearance of pages at a higher level than an array of pixels. This chapter explains and compares you all the PDLs....information can include text, images, shapes, colors, fonts, and other graphical...involves converting geometric shapes and text into a grid of pixels...

    docs.aspose.com/page/net/page-description-langu...
  3. Working with Transparency in XPS file | .NET

    How to work with transparency of an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...Demonstrates transparency in shapes in XPS document. 2 3 // Create...

    docs.aspose.com/page/net/xps/working-with-trans...
  4. Working with Vector Graphics|Aspose.PDF for .NET

    This article describes the features of working with GraphicsAbsorber tool using C#.... used to represent images, shapes, and other graphical elements...

    docs.aspose.com/pdf/net/working-with-vector-gra...
  5. 在 XPS 文件中使用透明度 | .NET

    Aspose.Page API 解决方案解答了如何处理 XPS 文件的透明度问题。了解如何在 .NET 中使用该功能。...Demonstrates transparency in shapes in XPS document. 2 3 // Create...

    docs.aspose.com/page/zh/net/xps/working-with-tr...
  6. Optimize File's Content Using Java

    Compress files in Java: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS without losing quality...Maximum Fast SuperFast Cache shapes ? // Repository path: https://releases...getChildNodes(NodeType.SHAPE, true ); for (Shape shape : (Iterable<Shape>) nodes)...

    products.aspose.com/words/java/compress/
  7. Optimize File's Content Using C++

    Compress files in C++: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS without losing quality...Maximum Fast SuperFast Cache shapes ? dotnet add package Aspose...(NodeType::Shape, true ); for ( const auto & shape : System::...

    products.aspose.com/words/cpp/compress/
  8. Optimize File's Content Using C#

    Compress files in C#: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS without losing quality...Maximum Fast SuperFast Cache shapes ? dotnet add package Aspose...GetChildNodes(NodeType.Shape, true ); foreach (Shape shape in nodes) { if...

    products.aspose.com/words/net/compress/
  9. 添加奇偶页页眉后报错:"com.aspose.words.zzby.zzQy()" is nu...

    java.lang.NullPointerException: Cannot invoke "com.aspose.words.zzYM9.zzWjR()" because the return value of "com.aspose.words.zzby.zzQy()" is null at com.aspose.words.zzZ4S.zzQy(Unknown Source) at com.aspo…...NodeCollection shapes = section.getChildNodes(NodeType.SHAPE, true);...for (Shape shape : (Iterable<Shape>) shapes) { if (shape.hasImage())...

    forum.aspose.com/t/com-aspose-words-zzby-zzqy-i...
  10. 使用C++管理控件|Documentation

    学习如何使用Aspose.Cells与C++在工作表中添加和管理各种控件,如线条、矩形、弧、椭圆、旋钮、滚动条和组框。... ShapeCollection shapes = sheet . GetShapes (); //...button RadioButton radio1 = shapes . AddRadioButton ( 3 , 0 ,...

    docs.aspose.com/cells/zh/cpp/managing-controls/