Sort Score
Result 10 results
Languages All
Labels All
Results 5,961 - 5,970 of 49,140 for

shape

(0.05 sec)
  1. CompareOptions.ignore_tables property | Aspose....

    CompareOptions.ignore_tables property. Specifies whether to compare the differences in data contained in tables.... insert_shape ( shape_type = aw . drawing . ShapeType...aw . NodeType . SHAPE , 0 , True ) . as_shape () . first_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Get all the text in all the slides|Aspose.Slide...

    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....through shapes to find the placeholder foreach ( Shape shp in...in sld . Shapes ) if ( shp . Placeholder != null ) { //get the...

    docs.aspose.com/slides/net/get-all-the-text-in-...
  3. Render Presentation Slides as SVG Images in C++...

    Learn how to render PowerPoint slides as SVG images using Aspose.Slides for C++. High-quality visuals with simple code examples....also individual shapes to SVG? Yes. Any shape can be saved as...

    docs.aspose.com/slides/cpp/render-a-slide-as-an...
  4. Product Overview|Aspose.Slides Documentation

    Aspose.Slides for Android via Java lets you create, edit and convert PowerPoint (PPT, PPTX) and OpenDocument (ODP) presentations without Microsoft Office....features such as managing texts, shapes, tables & animations, adding...tables and different kinds of shapes, you can also add different...

    docs.aspose.com/slides/androidjava/product-over...
  5. 将 PowerPoint 转换为视频|Aspose.Slides for Node.js vi...

    在 JavaScript 中将 PowerPoint 转换为视频...PowerPoint Animation 、 Shape Animation 和 Shape Effect 。 动画和切换使幻灯片...Fly In Float In Split Wipe Shape Wheel Random Bars Grow & Turn...

    docs.aspose.com/slides/zh/nodejs-java/convert-p...
  6. ImageFieldMergingArgs.ImageWidth | Aspose.Words...

    Adjust the ImageWidth in ImageFieldMergingArgs to seamlessly insert images into your documents, enhancing visual appeal and layout.... Shape , Is . Null ); } private readonly...ImageStream ImageFieldMergingArg.Shape English Русский 简体中文 عربي Français...

    reference.aspose.com/words/net/aspose.words.mai...
  7. ViewOptions | Aspose.Words for Java

    Provides various options that control how a document is shown in Microsoft Word in Java....Controls display of the background shape in print layout view. getDoNotDisplayPageB()...Controls display of the background shape in print layout view. setDo...

    reference.aspose.com/words/java/com.aspose.word...
  8. Convert Image To JPG Python

    Convert Image to JPG format in Python code. Save Image as JPG using Python....DocumentBuilder(doc) shape = builder.insert_image( "Input.png" ) shape.get_shape_renderer()...DocumentBuilder(doc) shape = builder.insert_image("Input.png") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  9. Convert Image To GIF Python

    Convert Image to GIF format in Python code. Save Image as GIF using Python....DocumentBuilder(doc) shape = builder.insert_image( "Input.png" ) shape.get_shape_renderer()...DocumentBuilder(doc) shape = builder.insert_image("Input.png") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  10. Convert JPG To JPG Python

    Convert JPG to JPG format in Python code. Save JPG as JPG using Python....DocumentBuilder(doc) shape = builder.insert_image( "Input.jpg" ) shape.get_shape_renderer()...DocumentBuilder(doc) shape = builder.insert_image("Input.jpg") shape.get_shape_renderer()...

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