Sort Score
Result 10 results
Languages All
Labels All
Results 9,081 - 9,090 of 50,317 for

shape

(0.08 sec)
  1. 使用 Javascript 製作 DOC

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

    products.aspose.com/words/zh-hant/nodejs-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. 在 Python 中製作文檔

    使用 Python via .NET 庫創建文件。只需幾個步驟即可在 Python 中輕鬆創建新文檔。...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/make/
  4. 使用 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...
  5. 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...
  6. 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...
  7. 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...
  8. Aspose.Words RTF conversion uses invalid contro...

    Hello, We are using Aspose.Words for .NET 25.4.0, and we are seeing an issue with non-spec-compliant RTF being output, and some RTF interfaces that we attempt to send the messages to are erroring. One specific error sta…...<tbody> <tr> <td> <div class="shape" style="padding: 4.35pt 7.95pt...

    forum.aspose.com/t/aspose-words-rtf-conversion-...
  9. Updated Embedded Excel Data Not Updating, Requi...

    In a C# environment using these packages <PackageReference Include="Aspose.Cells" Version="24.10.0" /> <PackageReference Include="Aspose.Slides.NET" Version="24.10.0" /> I have this powerpoint file with 1 slide slide …...Shapes.Where(s => s is OleObjectFrame);...CalculateFormula(opts, true); worksheet1.Shapes.UpdateSelectedValue(); foreach...

    forum.aspose.com/t/updated-embedded-excel-data-...
  10. Element Builders – Create and Edit SVG Elements...

    Explore the capabilities of the Aspose.SVG Builder API in C# to create and modify SVG elements. Learn how to make SVG programming easier and more efficient....IO ; Copy 1 // Add multiple shapes (circle and polyline) to an...SVG document with various SVG shape elements. Copy 1 using Aspose...

    docs.aspose.com/svg/net/element-builders/