Sort Score
Result 10 results
Languages All
Labels All
Results 6,581 - 6,590 of 42,876 for

shape

(0.1 sec)
  1. Կատարեք HTML՝ Օգտագործելով C++

    Ստեղծեք նոր HTML C++ ում մի քանի քայլով: Հեշտությամբ ստեղծեք HTML՝ օգտագործելով C++ գրադարանը:...<DocumentBuilder>(doc); auto shape = builder-> InsertChart (ChartType::Pie... 432 , 252 ); auto chart = shape-> get_Chart (); chart-> get_Title...

    products.aspose.com/words/hy/cpp/make/html/
  2. Փոխարկել JPG DOCX Python

    Փոխարկեք JPG ը DOCX ձևաչափի Python կոդով: Պահեք JPG որպես DOCX օգտագործելով Python:...DocumentBuilder(doc) shape = builder.insert_image("Input.jpg") shape.get_shape_renderer()...

    products.aspose.com/words/hy/python-net/convers...
  3. Փոխարկել HTML JPG Python

    Փոխարկեք HTML ը JPG ձևաչափի Python կոդով: Պահեք HTML որպես JPG օգտագործելով Python:...DocumentBuilder(doc) shape = builder.insert_image("Input.html") shape.get_shape_renderer()...

    products.aspose.com/words/hy/python-net/convers...
  4. Փոխարկել HTML GIF Python

    Փոխարկեք HTML ը GIF ձևաչափի Python կոդով: Պահեք HTML որպես GIF օգտագործելով Python:...DocumentBuilder(doc) shape = builder.insert_image("Input.html") shape.get_shape_renderer()...

    products.aspose.com/words/hy/python-net/convers...
  5. Փոխարկել JPG PDF Python

    Փոխարկեք JPG ը PDF ձևաչափի Python կոդով: Պահեք JPG որպես PDF օգտագործելով Python:...DocumentBuilder(doc) shape = builder.insert_image("Input.jpg") shape.get_shape_renderer()...

    products.aspose.com/words/hy/python-net/convers...
  6. Փոխարկել WORD JPG Python

    Փոխարկեք WORD ը JPG ձևաչափի Python կոդով: Պահեք WORD որպես JPG օգտագործելով Python:...DocumentBuilder(doc) shape = builder.insert_image("Input.docx") shape.get_shape_renderer()...

    products.aspose.com/words/hy/python-net/convers...
  7. Փոխարկել PDF JPG Python

    Փոխարկեք PDF ը JPG ձևաչափի Python կոդով: Պահեք PDF որպես JPG օգտագործելով Python:...DocumentBuilder(doc) shape = builder.insert_image("Input.pdf") shape.get_shape_renderer()...

    products.aspose.com/words/hy/python-net/convers...
  8. Aspose.Cells 9.0.0 中的公共 API 更改|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....API 添加了 Shape.TextOptions 属性 Aspose.Cells for Java 为 Shape 类公开了...TextOptions 属性,以便控制形状的文本部分的外观。 这里是 Shape.TextOptions 属性的简单使用场景。 Java...

    docs.aspose.com/cells/zh/java/public-api-change...
  9. Working with Shapes in PS file | Java

    How to add Shapes to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...with PS Document Working with Shapes Live Demos Source Code API...Download Pricing Buy Working with Shapes in PS file | Java Contents...

    docs.aspose.com/page/java/ps/working-with-shapes/
  10. Convert Word, PDF And Many Other File Formats U...

    Convert documents programmatically in JavaScript between various file formats: DOC, DOCX, PDF, RTF, ODT, TXT, MOBI, HTML, JPG, PNG and many more....DocumentBuilder(doc) shape = builder.insertImage("Input.docx") shape.getShapeRenderer()...

    products.aspose.com/words/nodejs-net/conversion/