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

shape

(0.11 sec)
  1. Փոխարկել DOC EPUB Java

    Փոխարկեք DOC ը EPUB ձևաչափի Java կոդով: Պահեք DOC որպես EPUB օգտագործելով Java:...DocumentBuilder(doc); Shape shape = builder.insertImage("Input.doc"); shape.getShapeRenderer()...

    products.aspose.com/words/hy/java/conversion/do...
  2. Փոխարկել HTML SVG Java

    Փոխարկեք HTML ը SVG ձևաչափի Java կոդով: Պահեք HTML որպես SVG օգտագործելով Java:...DocumentBuilder(doc); Shape shape = builder.insertImage("Input.html"); shape.getShapeRenderer()...

    products.aspose.com/words/hy/java/conversion/ht...
  3. Փոխարկել HTML PDF Java

    Փոխարկեք HTML ը PDF ձևաչափի Java կոդով: Պահեք HTML որպես PDF օգտագործելով Java:...DocumentBuilder(doc); Shape shape = builder.insertImage("Input.html"); shape.getShapeRenderer()...

    products.aspose.com/words/hy/java/conversion/ht...
  4. Փոխարկել WORD EPUB Java

    Փոխարկեք WORD ը EPUB ձևաչափի Java կոդով: Պահեք WORD որպես EPUB օգտագործելով Java:...DocumentBuilder(doc); Shape shape = builder.insertImage("Input.docx"); shape.getShapeRenderer()...

    products.aspose.com/words/hy/java/conversion/wo...
  5. Extract Text and Images from DOCX File Online a...

    Online DOCX file parser app. Python API code to extract images and text from DOCX document....stored in Shape nodes of Document object To select all Shape nodes...collections If Shape.has_image returns true. Use Shape.image_data...

    products.aspose.com/total/python-net/parse/docx/
  6. Add Ellipses to Presentations in Python|Aspose....

    Learn how to create, format, and manipulate ellipse Shapes in Aspose.Slides for Python via .NET across PPT, PPTX and ODP presentations—code examples included....developers about adding ellipse shapes to their slides using Aspose...to draw different kinds of shapes with just a few lines of code...

    docs.aspose.com/slides/python-net/ellipse/
  7. Convert HTML To GIF C++

    Convert HTML to GIF format in C++ code. Save HTML as GIF using C++....auto shape = builder->InsertImage(u"Input.html"); shape->Get...

    products.aspose.com/words/cpp/conversion/html-t...
  8. Convert DOC To PNG C++

    Convert DOC to PNG format in C++ code. Save DOC as PNG using C++....auto shape = builder->InsertImage(u"Input.doc"); shape->GetS...

    products.aspose.com/words/cpp/conversion/doc-to...
  9. FieldType | Aspose.Words for Java

    Specifies Microsoft Word field types in Java.... FIELD_SHAPE Specifies the SHAPE field. FIELD_SKIP_IF...represent an ActiveX control as a Shape object, but for some documents...

    reference.aspose.com/words/java/com.aspose.word...
  10. Փոխարկել JPG TIFF C#

    Փոխարկեք JPG ը TIFF ձևաչափի C# կոդով: Պահեք JPG որպես TIFF օգտագործելով C#:... var shape = builder.InsertImage( "Input.jpg" ); shape.GetShapeRenderer()...; var shape = builder.InsertImage("Input.jpg"); shape.GetShapeRenderer()...

    products.aspose.com/words/hy/net/conversion/jpg...