Sort Score
Result 10 results
Languages All
Labels All
Results 5,111 - 5,120 of 42,864 for

shape

(0.05 sec)
  1. Გადაიყვანეთ WORD TIFF C++

    გადაიყვანეთ WORD TIFF C++ ფორმატში კოდით. შეინახეთ WORD როგორც TIFF C++....auto shape = builder->InsertImage(u"Input.docx"); shape->Get...

    products.aspose.com/words/ka/cpp/conversion/wor...
  2. Modern API|Aspose.Slides Documentation

    Modern API...dispose (); } // add a picture shape on the slide #1 pres . getSlides...pres . dispose (); } Getting a shape thumbnail Code using a deprecated...

    docs.aspose.com/slides/androidjava/modern-api/
  3. 管理OLE|Aspose.Slides 文档

    在C#或.NET中将OLE对象添加到PowerPoint演示文稿... Shapes . AddOleObjectFrame ( 0 , 0...IOleObjectFrame oleObjectFrame = slide . Shapes . AddOleObjectFrame ( 20 ,...

    docs.aspose.com/slides/zh/net/manage-ole/
  4. Draw Circle in C#

    This topic explains the details to draw circle in C#. It includes the system configuration, stepwise algorithm, and a running code snippet to develop a circle drawer in C#....different characteristics for the shape before writing the output image...you can draw several other shapes, too, like drawing a Pentagon;...

    kb.aspose.com/drawing/net/draw-circle-in-csharp/
  5. Unable to Retrieve Table Preset Styles (Such As...

    Hello, I’m unable to retrieve the preset styles of tables created in PowerPoint when using Aspose.Slides for .NET. I’m reading these tables and generating their HTML representations. I’m using version 24.3.0.0 of the A…...foreach (var shape in slide.Shapes) { if (shape is ITable table)...ToString(); } More examples: Shape Effective Properties|Aspose...

    forum.aspose.com/t/unable-to-retrieve-table-pre...
  6. 使用 C++ 通过 Node.js 在从模板文件加载工作簿时筛选特定类型的数据|Documen...

    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....getLoadFilter() 属性为 Shape ,所以红色和黄色背景的数据不会被加载。 下面的屏幕截图显示了您可以从给定链接下载的...options, we only want to load shapes and do not want to load data...

    docs.aspose.com/cells/zh/nodejs-cpp/filtering-t...
  7. Create ORG Chart in Java

    This tutorial explains how to create ORG chart in Java. It discusses the stepwise procedure and a code snippet to develop an Organizational chart maker in Java....master shapes from the existing stencil Insert new shapes and add...environment and access the master shapes from an existing stencil file...

    kb.aspose.com/diagram/java/create-org-chart-in-...
  8. Working with Content Control SDT|Aspose.Words f...

    Advanced document content management, how to create and manipulate content controls (Structured Document Tags) using C++....HeaderFooter, Comment, Footnote or a Shape node Row-level - Among rows...

    docs.aspose.com/words/cpp/structured-document-t...
  9. How to Add Comments to Visio Drawings in C#.

    This step by step tutorial shows you how to add comments to Visio drawings in C#. You can easily add comments to Visio drawings in C# with few lines of code....be attached to a page or a shape etc. Steps to Add Comments to...

    kb.aspose.com/diagram/net/how-to-add-comment-to...
  10. Add Watermark to PPTX Presentation Files using ...

    C++ source code for adding Watermark to PPTX Presentation....watermarkShape = slide -> get_Shapes() -> AddAutoShape(ShapeType...watermarkShape = slide -> get_Shapes() -> AddAutoShape(ShapeType...

    products.aspose.com/slides/cpp/watermark/pptx/