Sort Score
Result 10 results
Languages All
Labels All
Results 5,321 - 5,330 of 48,846 for

shape

(0.1 sec)
  1. Export VSD-template to svg-format results attri...

    Hi Philip, I hope you are doing fine. I have a problem when exporting a VSD-template file to a svg-file. We are using Aspose.Diagram for .NET (version 25.5.0) together C# on .NET Framework 4.8 (Windows x64 environment) …...file that contains a single shape with a script marker (or any...architecture (x86 vs. x64). Any custom shape data or embedded scripts present...

    forum.aspose.com/t/export-vsd-template-to-svg-f...
  2. Create PDF Files via Python | products.aspose.com

    Python Sample code for generating PDF documents. Use this code for creating PDF files within any Python based application..... get ( 0 ); // Add Text shape. shape = page.addText( 1 , 1 ,...

    products.aspose.com/diagram/python-java/create/...
  3. Մի Քանի JPG Դեպի BMP Java

    Միավորել մի քանի JPG BMP ին Java կոդի մեջ: Պահպանեք JPG որպես BMP օգտագործելով Java:...DocumentBuilder (doc); List<Shape> shapes = fileNames.stream().map(fileName...setPageWidth(shapes.stream().mapToDouble(shape -> shape.getWidth())...

    products.aspose.com/words/hy/java/merge/jpg-to-...
  4. 用 C++ 改变批注的文本方向|Documentation

    学习如何使用 Aspose.Cells for C++ 更改 Excel 中批注的文本方向。...Cells 提供了 Shape.GetTextDirection() 属性设置批注的文本方向。以下示例代码演示了如何使用...属性设置批注的文本方向。以下示例代码演示了如何使用 Shape.GetTextDirection() 属性设置批注的文本方向。 #include...

    docs.aspose.com/cells/zh/cpp/change-text-direct...
  5. TypeError: function missing required argument ‘...

    I use a line chart configured as below. But since version 25.11 I get “TypeError: function missing required argument ‘bubble_sizes’ (pos 4)” I asked Google AI and it says the data type must be float for the Y-axis. I …... Here is what I have: shape = builder.insert_chart(aw.drawing...ChartType.LINE,180,142) chart = shape.chart chart.series.add("Label"...

    forum.aspose.com/t/typeerror-function-missing-r...
  6. JoinPortionsWithSameFormatting Carries Over "Er...

    Hello Aspose Team! We’ve been running into an issue with red swiggly underscores (usually a sign of misspelling) in text that we replaced. This seems to be partially an issue on PPT not re-evaluating text eagerly anymor…...for (IShape shape : slide.getShapes()) { if (shape instanceof...IAutoShape autoShape = (IAutoShape) shape; for (IPortion portion : autoShape...

    forum.aspose.com/t/joinportionswithsameformatti...
  7. Add Images in Worksheet|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....top‑level container for all shapes. Drawing drawing = sheet ....createDrawingPatriar (); // Add a picture shape ClientAnchor anchor = helper...

    docs.aspose.com/cells/java/add-images-in-worksh...
  8. 使用 Python 管理演示文稿表格|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python(通过 .NET)在 PowerPoint 和 OpenDocument 幻灯片中创建和编辑表格。发现简洁的代码示例,以简化您的表格工作流。... shapes . add_table ( 100 , 50 , column_widths...类的实例。 通过索引获取包含表格的幻灯片的引用。 遍历所有 Shape 对象,直到找到表格。 使用 Table 对象来操作表格。...

    docs.aspose.com/slides/zh/python-net/manage-table/
  9. OLE Excel Object Size is Changed after Double C...

    I am evaluating the capabilities of embedding Excel into Word and having some issues. Screenshot 1 demonstrates the generated docx file, which looks ok, however double clicking the embed to edit brings up an incorrectly…...DocumentBuilder(document); var shape = builder.InsertOleObject(@...var of = shape.OleFormat; of.AutoUpdate = true; shape.AspectRatioLocked...

    forum.aspose.com/t/ole-excel-object-size-is-cha...
  10. CommandButtonControl class | Aspose.Words for P...

    aspose.words.drawing.ole.CommandButtonControl class. The CommandButton control runs a macro that performs an action when a user clicks it.... CommandButtonControl () shape = builder . insert_forms_2_ole_control...

    reference.aspose.com/words/python-net/aspose.wo...