Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 48,106 for

shapes

(0.13 sec)
  1. Add Curve Object to PDF file|Aspose.PDF for Pyt...

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

    docs.aspose.com/pdf/python-net/add-curve/
  2. TextBox class | Aspose.Words for Node.js

    Aspose.Words.Drawing.TextBox class. Defines attributes that specify how a text is displayed inside a shape...inside a shape. To learn more, visit the Working with Shapes documentation...documentation article. Remarks Use the Shape.textBox property to access text...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 用Node.js通过C++替换智能艺术中的文本|Documentation

    学习如何使用Aspose.Cells for Node.js via C++替换智能艺术中的文本。...js via C++通过设置 Shape.getText() 属性提供此功能。 可以从以下链接下载示例源文件:...worksheets . get ( i ); const shapes = worksheet . getShapes ();...

    docs.aspose.com/cells/zh/nodejs-cpp/replace-tex...
  4. Get Visio Shape Including Child|Documentation

    This section explains how to get visio shape including child with shape's id or name with Aspose.Diagram....Get Visio Shape Including Child Contents [ Hide ] Retrieve a...a Visio Shape Including Child Each shape in a diagram has an ID...

    docs.aspose.com/diagram/net/get-visio-shape-inc...
  5. Get the Entire Slide Background from a Presenta...

    Extract full slide backgrounds as images from PowerPoint and OpenDocument presentations using Aspose.Slides for Android via Java, streamlining visual workflows....theme, color scheme, and the shapes placed on the master slide...temporary presentation. Delete the shapes from the cloned slide. Convert...

    docs.aspose.com/slides/androidjava/get-the-enti...
  6. Determine if Shape is Smart Art Shape|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....Ask AI Determine if Shape is Smart Art Shape Contents [ Hide ]...Scenarios Smart Art shapes are special shapes in Microsoft Excel...

    docs.aspose.com/cells/python-net/determine-if-s...
  7. HtmlSaveOptions.export_shapes_as_svg property |...

    HtmlSaveOptions.export_Shapes_as_svg property. Controls whether [Shape](../../../aspose.words.drawing/shape/) nodes are converted to SVG images when saving to HTML, MHTML, EPUB or AZW3...export_shapes_as_svg property HtmlSaveOptions.export_shapes_as_svg... property Controls whether Shape nodes are converted to SVG images...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Սեղմել DOCX Ը Javascript Ում

    Սեղմեք DOCX ը JavaScript ում՝ առանց որակի կորստի: Օպտիմալացրեք DOCX բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...cleanup(); var shapes = doc.getChildNodes(aw.NodeType.Shape, true )...) for ( var shape of shapes) { if (shape.hasImage()) { // Պատկերները...

    products.aspose.com/words/hy/nodejs-net/compres...
  9. Შეკუმშოს DOCX Python

    შეკუმშოს DOCX Python ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ DOCX კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....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/ka/python-net/compres...
  10. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for Python via .NET.... Add Rectangle object to shapes collection of Graph object...object to shape collection of Graph object graph . shapes . append...

    docs.aspose.com/pdf/python-net/add-rectangle/