Sort Score
Result 10 results
Languages All
Labels All
Results 5,171 - 5,180 of 45,952 for

shape

(0.09 sec)
  1. Basic Flowchart

    Company Name 4/1/99 Drag the side handles to change the width of the text block. DRP Inventory Control Open POs/MOs Bill of Distribution Order Entry Transportation Planning and Scheduling Resources......Line Pattern button on the Shape toolbar make multiple arrows...

    docs.aspose.com/diagram/es/python-java/convert-...
  2. Add layout Slide to Presentation|Aspose.Slides ...

    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....use the set of placeholder shape types. For example, // Title...

    docs.aspose.com/slides/net/add-layout-slide-to-...
  3. Watermark Excel File Online or using .NET | pro...

    Free online app to Watermark different Excel files. .NET watermarking library C# code for Excel worksheets....Create watermark by using new Shape to the worksheet Assign the...relevant text properties Lock the Shape and set other lock types Call...

    products.aspose.com/total/net/watermark/excel/
  4. 在 PHP 中编辑 ShapeSheet 中的连接器几何部分|Documentation

    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....vsd" ); # set connector shape id $connector_id = 1 ; $connector...

    docs.aspose.com/diagram/zh/java/edit-connector-...
  5. 档案

    档案...masterNotesSlide) { for (const auto& shape : System::IterateOver(maste...rNotesSlide->get_Shapes())) { if (shape->get_Placeholder() !=...

    blog.aspose.com/zh/slides/add-header-and-footer...
  6. Connect Shapes in Visio via Python | products.a...

    Python source code to connect visio Shapes within any Python based application....Visio Shape PNG JPG BMP TIFF VSDX Connect visio shapes in Python...high performance connect visio shapes using server-side Aspose.Diagram...

    products.aspose.com/diagram/python-net/develope...
  7. While Converting PPTX to PDF in Java, Charts Ar...

    Hi Team, We are trying convert PPT document into PDF. But, charts from ppt are not rendered correctly in PDF. In PDF chart images got distorted dramatically. Java Version :17 We are using aspose.slides version 24.7 …...for (IShape shape : slide.getShapes()) { if (shape instanceof...instanceof IChart) { ((IChart) shape).validateChartLayout(); } } } Test...

    forum.aspose.com/t/while-converting-pptx-to-pdf...
  8. Add Watermark to ODP Presentation Files using ....

    C# source code for adding Watermark to ODP Presentation....Shapes.AddAutoShape(ShapeType.Triangle...IAutoShape watermarkShape = slide.Shapes.AddAutoShape(ShapeType.Triangle...

    products.aspose.com/slides/net/watermark/odp/
  9. Aspose.Words Product Family

    Find answers about creating, converting, editing, and printing Word documents without utilizing Microsoft Word....Տեղադրեք Shapes Word-ում Java-ի միջոցով Տեղադրեք Shape Word-ում...

    kb.aspose.com/hy/words/page/2/
  10. 管理 OLE|Aspose.Slides 文档

    在 Java 中向 PowerPoint 演示文稿添加 OLE 对象...( IShape shape : slide . getShapes ()) { if ( shape instanceof...{ ole = ( OleObjectFrame ) shape ; } } if ( ole != null ) { ...

    docs.aspose.com/slides/zh/androidjava/manage-ole/