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

shapes

(0.04 sec)
  1. Add Circle Object to PDF file|Aspose.PDF for Py...

    This article explains how to create a circle object to your PDF using Aspose.PDF for Python via .NET....circle to the graph shapes graph . shapes . add ( circle ) # Add...circle to the graph shapes graph . shapes . add ( circle ) # Add...

    docs.aspose.com/pdf/python-net/add-circle/
  2. 如何将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/
  3. Send Shape Front or Back inside the Worksheet|D...

    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....Send Shape Front or Back inside the Worksheet Contents [ Hide...Scenarios When there are multiple shapes present in the same location...

    docs.aspose.com/cells/python-net/send-shape-fro...
  4. 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...
  5. Set Margins of Comment or Shape inside the Work...

    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....Set Margins of Comment or Shape inside the Worksheet Contents...margins of any shape or comment using the Shape.text_body.text_alignment...

    docs.aspose.com/cells/python-net/set-margins-of...
  6. 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...
  7. OoxmlSaveOptions.Compliance | Aspose.Words for ...

    Discover OoxmlSaveOptions Compliance to choose your OOXML version for output documents. Optimize your files with the default Ecma376_2006 setting....Examples Shows how to insert DML shapes into a document. Document doc...are two wrapping types that shapes may have. // 1 - Floating:...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Compress HTML In Python

    Compress HTML in Python without losing quality. Optimize HTML content, reduce file size easily....cleanup() shapes = [node.as_shape() for node in doc.get_child_nodes(aw...NodeType.SHAPE, True )] for shape in shapes: if shape.isImage:...

    products.aspose.com/words/python-net/compress/h...
  9. Aspose.Words.Rendering module | Aspose.Words fo...

    The Aspose.Words.Rendering module provides classes that allow to customize printing or rendering of documents....more, visit the Working with Shapes documentation article. OfficeMathRenderer...methods to render an individual Shape or GroupShape to a raster or...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Replace text in smart art with Node.js via C++|...

    Learn how to replace text in smart art using Aspose.Cells for Node.js via C++....this feature by setting the Shape.getText() property. The sample...worksheets . get ( i ); const shapes = worksheet . getShapes ();...

    docs.aspose.com/cells/nodejs-cpp/replace-text-i...