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

shapes

(0.09 sec)
  1. 在 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...
  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. 添加奇偶页页眉后报错:"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...
  4. 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/
  5. 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/
  6. 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/
  7. Create and Manage Chart with JavaScript via C++...

    Learn how to use Aspose.Cells for JavaScript via C++ to create charts in Microsoft Excel. Our guide will demonstrate various chart types and how to customize their appearance and formatting....FillFormat, fill format for a shape. Floor, the floor of a 3D chart...Pie Chart with Leader Lines Shapes in Charts Manage Titles of...

    docs.aspose.com/cells/javascript-cpp/creating-c...
  8. 元素生成器 – Element Builders – 创建和编辑 SVG 元素 – C#

    探索 C# 中的 Aspose.SVG Builder API 创建和修改 SVG 元素的功能。了解如何使 SVG 编程更轻松、更高效。...IO ; Copy 1 // Add multiple shapes (circle and polyline) to an...Copy 1 // Create all basic SVG shapes programmatically in C# using...

    docs.aspose.com/svg/zh/net/element-builders/
  9. 使用C++管理控件|Documentation

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

    docs.aspose.com/cells/zh/cpp/managing-controls/
  10. Manage Rows and Columns in PowerPoint Tables Us...

    Manage table rows and columns in PowerPoint with JavaScript and Aspose.Slides for Node.js via Java and speed up presentation editing and data updates.... Iterate through all Shape objects to find the relevant...null ; // Iterates through the shapes and sets a reference to the...

    docs.aspose.com/slides/nodejs-java/manage-rows-...