Sort Score
Result 10 results
Languages All
Labels All
Results 9,171 - 9,180 of 50,477 for

shape

(0.39 sec)
  1. 使用 Python 製作 DOC

    通過幾個步驟在 Python 中創建一個新的 DOC。使用 Python via .NET 庫輕鬆創建 DOC。...DocumentBuilder(doc) shape = builder.insert_chart(aw.drawing...ChartType.PIE, 432 , 252 ) chart = shape.chart chart.title.text = "Demo...

    products.aspose.com/words/zh-hant/python-net/ma...
  2. 使用 Python 製作 HTML

    通過幾個步驟在 Python 中創建一個新的 HTML。使用 Python via .NET 庫輕鬆創建 HTML。...DocumentBuilder(doc) shape = builder.insert_chart(aw.drawing...ChartType.PIE, 432 , 252 ) chart = shape.chart chart.title.text = "Demo...

    products.aspose.com/words/zh-hant/python-net/ma...
  3. Aspose queries - Free Support Forum - aspose.com

    Hi I have a few queries with Aspose. Can you please help me with - Is there a way I can generate slides using Aspose slides using Microsoft Office 2016 Styling ? I need to copy paste a chart from Excel to Powerpoint a…...that the issue with the OLE shape size changing when updating...single table using : slide.shapes.add_ole_object_frame( 50, 50...

    forum.aspose.com/t/aspose-queries/311420
  4. Aspose.Words.Fields module | Aspose.Words for N...

    The Aspose.Words.Fields module contains classes that represent Microsoft Word fields in a document.... FieldShape Implements the SHAPE field. To learn more, visit...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 在 PHP 中管理演示文稿表格|Aspose.Slides for PHP 文档

    使用 Aspose.Slides for PHP via Java 在 PowerPoint 幻灯片中创建和编辑表格。探索简易代码示例,以简化您的表格工作流。... 遍历所有 Shape 对象,直到找到表格。 如果您怀疑当前幻灯片只包含一个表...

    docs.aspose.com/slides/zh/php-java/manage-table/
  6. aspose.words.fields module | Aspose.Words for P...

    The aspose.words.fields module contains classes that represent Microsoft Word fields in a document.... FieldShape Implements the SHAPE field. To learn more, visit...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Fields namespace | Aspose.Words ...

    Aspose::Words::Fields namespace. The Aspose.Words.Fields namespace contains classes that represent Microsoft Word fields in a document in C++.... FieldShape Implements the SHAPE field. To learn more, visit...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. Font templates as a tool for font creation

    Discover how font templates streamline typeface creation with grids, stroke variations, and more. Create unique, professional fonts efficiently....templates typically include: Basic shapes such as rectangles, circles...characters that indicate the general shape and proportions of each glyph...

    docs.aspose.com/font/net/fonts-templates/
  9. 使用 Java 管理演示文稿中的表格单元格|Aspose.Slides 文档

    使用 Aspose.Slides for Java,轻松管理 PowerPoint 中的表格单元格。快速掌握访问、修改和样式设置,实现无缝的幻灯片自动化。...Shape#0 是表格 for ( int i = 0 ; i <...

    docs.aspose.com/slides/zh/java/manage-cells/
  10. 在 .NET 中管理演示文稿的表格单元格|Aspose.Slides 文档

    轻松使用 Aspose.Slides for .NET 在 PowerPoint 中管理表格单元格。快速掌握访问、修改和样式设置,实现无缝幻灯片自动化。... Shapes [ 0 ] as ITable ; // 假设 Slide#0.Shape#0 是一个表格...向幻灯片添加表格形状 ITable tbl = sld . Shapes . AddTable ( 100 , 50 , dblCols...

    docs.aspose.com/slides/zh/net/manage-cells/