Sort Score
Result 10 results
Languages All
Labels All
Results 5,661 - 5,670 of 50,331 for

shape

(0.32 sec)
  1. 如何用 JavaScript 通过 C++ 改变 Excel 中评论的背景|Documenta...

    使用 C++ 通过脚本改变 Excel 中评论的背景色,并插入图片或图像。...color const shape = comment . commentShape ; shape . fill . solidFill...and set it to the comment's shape fill imageData const imageFile...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  2. Aspose.PSD for .NET 21.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....properties to support resizing shape layers with vector paths in...properties to support resizing shape layers with vector paths in...

    docs.aspose.com/psd/net/aspose-psd-for-net-21-4...
  3. Aspose.3D Document Object Model (DOM)|Documenta...

    Each 3D scene can comprise of any number of viewports. Using Aspose.3D for Java API, developers can capture one or more viewports in a single screenshot. They may render it in the GUI based Java application or an image....convenient to create basic 3D shapes. Geometry : Geometries in Aspose...and polygons that define the shape and structure of a 3D object...

    docs.aspose.com/3d/java/aspose-3d-document-obje...
  4. Aspose.3D Document Object Model (DOM)|Documenta...

    Each 3D scene can comprise of any number of viewports. Using Aspose.3D for Python via .NET API, developers can capture one or more viewports in a single screenshot. They may render it in the GUI based application or an image....convenient to create basic 3D shapes. Geometry : Geometries in Aspose...and polygons that define the shape and structure of a 3D object...

    docs.aspose.com/3d/python-net/aspose-3d-documen...
  5. Aspose::Words::Drawing::Charts namespace | Aspo...

    Aspose::Words::Drawing::Charts namespace. The Aspose.Words.Drawing.Charts namespace provides classes that allow to access charts in Microsoft Word documents in C++....Provides access to the chart shape properties. To learn more, visit...ChartShapeType Specifies the shape type of chart elements. ChartStyle...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Extract Text and Images from DOTM File Online a...

    Online DOTM file parser app. C++ API code to extract images and text content from DOTM document....GetChildNodes Use NodeType::Shape as parameter Iterate through...image Save extracted file using shape->get_ImageData()->Save method...

    products.aspose.com/total/cpp/parse/dotm/
  7. Latest Aspose.Slides Product Family topics - Fr...

    Get technical support of Aspose.Slides for .NET, Java, Android, C++, SharePoint, SQL Reporting Services and JasperReports....Formatting Not Applied When Cloning Shapes or Slides Across Presentations...Slides Editor Add a New Slide, Shape, Image, etc.? slides-net 10...

    forum.aspose.com/c/slides/11
  8. 检索 Visio 连接器和字体信息|Documentation

    本节介绍如何获取 visio 连接器和字体信息。... WriteLine ( "\nFrom Shape ID : " + connector . FromSheet...); Console . WriteLine ( "To Shape ID : " + connector . ToSheet...

    docs.aspose.com/diagram/zh/net/retrieve-visio-c...
  9. Theme-Aware SVG Picture on a Slide Renders Stat...

    Summary A theme-aware SVG picture on a slide (a <p:pic> whose <asvg:svgBlip> references an SVG that uses the Microsoft Office theme class MsftOfcThm_Text1_Fill_v2) is rendered using the SVG’s static fallback fill (#FFFFF…... Plain text shapes filled with <a:schemeClr val="tx1"/>...raster (or apparently any other shape that interacts with the image...

    forum.aspose.com/t/theme-aware-svg-picture-on-a...
  10. Updating Linked Excel Chart Links in PowerPoint...

    I’m trying to update some linked charts in a PowerPoint presentation using slides for .Net. I have found several examples, but all mention methods like getLinkFormat and UpdateLinks, but trying to use those gives me an …...foreach (var shape in slide.Shapes) { if (shape is IChart chart)...

    forum.aspose.com/t/updating-linked-excel-chart-...