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

shape

(0.07 sec)
  1. Extract Text and Images from DOT File Online an...

    Online DOT file parser app. Python API code to extract images and text from DOT 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/dot/
  2. Extract Text and Images from OTT File Online an...

    Online OTT file parser app. Python API code to extract images and text from OTT 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/ott/
  3. OoxmlSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.OoxmlSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Docx](../../aspose.words/saveformat/#Docx), [SaveFormat.Docm](../../aspose.words/saveformat/#Docm), [SaveFormat.Dotx](../../aspose.words/saveformat/#Dotx), [SaveFormat.Dotm](../../aspose.words/saveformat/#Dotm) or [SaveFormat.FlatOpc](../../aspose.words/saveformat/#FlatOpc) format...value determining how DrawingML shapes are rendered. (Inherited from...inserting an image will define its shape using VML. doc . compatibilityOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Გადაიყვანეთ JPG TIFF Javascript

    გადაიყვანეთ JPG TIFF JavaScript ფორმატში კოდით. შეინახეთ JPG როგორც TIFF JavaScript....DocumentBuilder(doc) shape = builder.insertImage( "Input.jpg" ) shape.getShapeRenderer()...DocumentBuilder(doc) shape = builder.insertImage("Input.jpg") shape.getShapeRenderer()...

    products.aspose.com/words/ka/nodejs-net/convers...
  5. Გადაიყვანეთ Გამოსახულება BMP Javascript

    გადაიყვანეთ Გამოსახულება BMP JavaScript ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც BMP JavaScript....DocumentBuilder(doc) shape = builder.insertImage( "Input.png" ) shape.getShapeRenderer()...DocumentBuilder(doc) shape = builder.insertImage("Input.png") shape.getShapeRenderer()...

    products.aspose.com/words/ka/nodejs-net/convers...
  6. Გადაიყვანეთ JPG SVG Javascript

    გადაიყვანეთ JPG SVG JavaScript ფორმატში კოდით. შეინახეთ JPG როგორც SVG JavaScript....DocumentBuilder(doc) shape = builder.insertImage( "Input.jpg" ) shape.getShapeRenderer()...DocumentBuilder(doc) shape = builder.insertImage("Input.jpg") shape.getShapeRenderer()...

    products.aspose.com/words/ka/nodejs-net/convers...
  7. Გადაიყვანეთ JPG BMP Javascript

    გადაიყვანეთ JPG BMP JavaScript ფორმატში კოდით. შეინახეთ JPG როგორც BMP JavaScript....DocumentBuilder(doc) shape = builder.insertImage( "Input.jpg" ) shape.getShapeRenderer()...DocumentBuilder(doc) shape = builder.insertImage("Input.jpg") shape.getShapeRenderer()...

    products.aspose.com/words/ka/nodejs-net/convers...
  8. Გადაიყვანეთ Გამოსახულება PNG Javascript

    გადაიყვანეთ Გამოსახულება PNG JavaScript ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც PNG JavaScript....DocumentBuilder(doc) shape = builder.insertImage( "Input.png" ) shape.getShapeRenderer()...DocumentBuilder(doc) shape = builder.insertImage("Input.png") shape.getShapeRenderer()...

    products.aspose.com/words/ka/nodejs-net/convers...
  9. Create a presentation document|Aspose.Slides Do...

    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 ( new P . NonVisualShapeProper...TransformGroup ()), new P . Shape ( new P . NonVisualShapeProper...

    docs.aspose.com/slides/net/create-a-presentatio...
  10. 管理 OLE|Aspose.Slides 文档

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

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