Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 42,876 for

shapes

(0.04 sec)
  1. Watermark|Aspose.Slides for Python Documentation

    Add text and image watermarks to PowerPoint presentations in Python...watermark shape with an image. PictureFrame implements the Shape class...settings of the shape object. Since TextFrame is not a shape and its...

    docs.aspose.com/slides/python-net/watermark/
  2. Working with GridJs Highlight feature|Documenta...

    This article describes how to use GridJs to highlight on cell text, cell ranges ,Shapes and pictures....getHighlightInverseR () Add shape to highlight array in the active...id of shape , can be find in xs . sheet . data . shapes Remove...

    docs.aspose.com/cells/python-net/aspose-cells-g...
  3. 如何将Excel中的公式导出为其他类型的表达式,使用C++|Documentation

    使用Aspose.Cells for C++将Excel公式导出为LaTeX和MathML。...GetWorksheets (); ShapeCollection shapes = worksheets . Get ( 0 ). GetShapes...if ( shapes . GetCount () > 0 ) { TextBox textBox ( shapes . Get...

    docs.aspose.com/cells/zh/cpp/export-equation/
  4. 管理超链接|Aspose.Slides for Python 文档

    在Python中向PowerPoint演示文稿添加超链接... shapes . add_auto_shape ( slides . ShapeType...pres : shape = pres . slides [ 0 ] . shapes . add_auto_shape ( slides...

    docs.aspose.com/slides/zh/python-net/manage-hyp...
  5. Convert Diagram To Html With Streamprovider|Doc...

    This section explains how to convert Diagram To html With Streamprovider....files which contain iamges and shapes to html files, we offen face...should we save the images and shapes when saving visio file to html...

    docs.aspose.com/diagram/net/convert-diagram-to-...
  6. Adding Text Dynamically|Aspose.Slides Documenta...

    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 = sld . Shapes . AddTextbox ( Microsoft...first add a rectangle Shape shp = sld . Shapes . AddRectangle ( 1200...

    docs.aspose.com/slides/net/adding-text-dynamica...
  7. Story.story_type property | Aspose.Words for Py...

    Story.story_type property. Gets the type of this story....Examples Shows how to remove all shapes from a node. doc = aw . Document...DocumentBuilder to insert a shape. This is an inline shape, # which has a...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Compress DOCX In Javascript

    Compress DOCX in JavaScript without losing quality. Optimize DOCX content, reduce file size easily....cleanup(); var shapes = doc.getChildNodes(aw.NodeType.Shape, true )...) for ( var shape of shapes) { if (shape.hasImage()) { // It's...

    products.aspose.com/words/nodejs-net/compress/d...
  9. Compress WORD In Javascript

    Compress WORD in JavaScript without losing quality. Optimize WORD content, reduce file size easily....cleanup(); var shapes = doc.getChildNodes(aw.NodeType.Shape, true )...) for ( var shape of shapes) { if (shape.hasImage()) { // It's...

    products.aspose.com/words/nodejs-net/compress/w...
  10. Manage OLE|Aspose.Slides Documentation

    Manage OLE objects in PowerPoint presentations in C# or .NET... Shapes . AddOleObjectFrame ( 0 , 0...linked Excel file. slide . Shapes . AddOleObjectFrame ( 20 ,...

    docs.aspose.com/slides/net/manage-ole/