Sort Score
Result 10 results
Languages All
Labels All
Results 1,461 - 1,470 of 43,024 for

shapes

(0.07 sec)
  1. 从演示文稿形状中提取图像|Aspose.Slides for Python 文档

    在 Python 中从 PowerPoint 演示文稿中提取图像... shapes )): shape = slide . shapes [ i ] shape_image =...if type ( shape ) is slides . AutoShape and shape . fill_format...

    docs.aspose.com/slides/zh/python-net/extracting...
  2. 管理单元格|Aspose.Slides for Python 文档

    Python中的PowerPoint演示文稿中的表格单元格... shapes [ 0 ] # 假设 #0.Shape#0 是一个表格 for i in...# 向幻灯片添加一个表格形状 tbl = sld . shapes . add_table ( 100 , 50 , dblCols...

    docs.aspose.com/slides/zh/python-net/manage-cells/
  3. Create Visio Diagram in Python

    This tutorial discusses the details to create Visio diagram in Python. It encompasses the stepwise algorithm and a working sample code to automate Visio diagram creation in Python....Insert a rectangle shape with the add_shape() method and set different...with the master shapes. Then, insert a shape by mentioning the...

    kb.aspose.com/diagram/python/create-visio-diagr...
  4. Pdf Compliace PDF/A and PDF/UA - Free Support F...

    I’m setting the PDF compliance to PDF_A_4_UA_2 but the generated document doesn’t appear to be compliant with any PDF/A standard....Words uses alternative text of shapes as description in PDF. but...no alternative texts set for shapes in your document. Please try...

    forum.aspose.com/t/pdf-compliace-pdf-a-and-pdf-...
  5. Highlight Text in PowerPoint using C#

    Highlight text in PowerPoint using C#. Get the IDE settings, a list of steps, and sample code to search text in the slides and highlight in PowerPoint using C#....through all the shapes in each slide and access each shape in an AutoShape...and iterate through all the shapes in each slide. Use the AutoShape...

    kb.aspose.com/slides/net/highlight-text-in-powe...
  6. JoinStyle | Aspose.Words for Java

    Line join style in Java....Shows to create a variety of shapes. Document doc = new Document();...Below are four examples of shapes that we can insert into our...

    reference.aspose.com/words/java/com.aspose.word...
  7. How to apply/set text alignment to textbox with...

    How to apply/set text alignment to textbox in Aspose.Cells for Node.js via C++.... Workbook (); const shapes = workbook . getWorksheets...// add a TextBox const shape = shapes . addTextBox ( 2 , 0 ,...

    docs.aspose.com/cells/nodejs-cpp/applying-text-...
  8. Aspose::Words::Drawing::DashStyle enum | Aspose...

    Aspose::Words::Drawing::DashStyle enum. Dashed line style in C++....Shows to create a variety of shapes. auto doc = MakeObject < Document...Below are four examples of shapes that we can insert into our...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Ellipse|Aspose.Slides Documentation

    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....developers about adding ellipse shapes to their slides using Aspose...to draw different kinds of shapes with just a few lines of code...

    docs.aspose.com/slides/androidjava/ellipse/
  10. Crop / Union / Difference - are supported? - Fr...

    Is this functionallity supported directly by the library ?...only hides pixels—the original shapes are still intact. Current work-around...will still show the unclipped shapes. Planned solution: A separate...

    forum.aspose.com/t/crop-union-difference-are-su...