Sort Score
Result 10 results
Languages All
Labels All
Results 5,721 - 5,730 of 49,142 for

shape

(0.24 sec)
  1. Public API Changes in Aspose.PDF for Java 9.5.0...

    Learn about the public API changes in Aspose.PDF for Java version 9.5.0 for improved functionality and better compatibility....public Path(Shape[] shapes) Property: Shapes - shapes collection...legacyxmlmodel.Shapes Added: public void add(Shape shape) public void...

    docs.aspose.com/pdf/java/public-api-changes-in-...
  2. 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-...
  3. CompatibilityOptions.optimizeFor method | Aspos...

    CompatibilityOptions.optimizeFor method. Allows to optimize the document contents as well as default Aspose.Words behavior to a particular versions of MS Word....inserting an image will define its shape using VML. doc . compatibilityOptions...standard does not support VML shapes. // If we set the "Compliance"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::Fields::FieldType enum | Aspose....

    Aspose::Words::Fields::FieldType enum. Specifies Microsoft Word field types in C++....represent an ActiveX control as a Shape object, but for some documents...FieldShape 95 Specifies the SHAPE field. FieldSkipIf 43 Specifies...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Გადაიყვანეთ DOC HTML C++

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

    products.aspose.com/words/ka/cpp/conversion/doc...
  6. Გადაიყვანეთ HTML Markdown C++

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

    products.aspose.com/words/ka/cpp/conversion/htm...
  7. 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/
  8. Გადაიყვანეთ Გამოსახულება PDF C++

    გადაიყვანეთ Გამოსახულება PDF C++ ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც PDF C++....auto shape = builder->InsertImage(u"Input.png"); shape->GetS...

    products.aspose.com/words/ka/cpp/conversion/ima...
  9. 在演示文稿中查找和替换文本而不丢失格式|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.... Shape shp in sld . Shapes ) { //访问形状中的文本 string...

    docs.aspose.com/slides/zh/net/find-and-replace-...
  10. 在 C++ 中管理 PowerPoint 文本段落|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 完成段落格式化——在 C++ 中优化 PPT、PPTX 和 ODP 演示文稿的对齐、间距和样式。...IAutoShape > ashp = sld -> get_Shapes () -> AddAutoShape ( ShapeType...IAutoShape > ashp = sld -> get_Shapes () -> AddAutoShape ( ShapeType...

    docs.aspose.com/slides/zh/cpp/manage-paragraph/