Sort Score
Result 10 results
Languages All
Labels All
Results 5,541 - 5,550 of 50,298 for

shape

(0.23 sec)
  1. HtmlSaveOptions.exportRoundtripInformation prop...

    HtmlSaveOptions.exportRoundtripInformation property. Specifies whether to write the roundtrip information when saving to HTML, MHTML or EPUB...hidden bookmarks, original shape positions, // or footnotes will...hidden bookmarks and original shape positions. // If we set the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 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...
  3. listDepth API Is Returning 0 and 1 for Bullet P...

    Hi team, we are using aspose 25.6 version while trying to access the listDepth of a bullet text paragraph we are using: paragraphFormat->get_Depth() where, paragraphFormat is. retrieved as : auto paragraphFormat = …... Normalise the whole shape to a single list If you want...0) ->get_Shapes()->AddAutoShape(... ) // any shape, just to get...

    forum.aspose.com/t/listdepth-api-is-returning-0...
  4. Convert Mesh of a single 3D object in PLY file|...

    The overloaded EncodeMesh members exposed by the PlyFormat class can be used to convert the Mesh of a 3D object to PLY file. The EncodeMesh members take the Mesh, output file name and PlySaveOptions objects as parameters. Using the PLY save options, developers can change the name of coordinate components....Triangle Mesh and Primitive Shape to Mesh...

    docs.aspose.com/3d/python-net/convert-mesh-of-a...
  5. Retrieving Font Information|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....in a Character section of a shape that contains text formatted...

    docs.aspose.com/diagram/net/retrieving-font-inf...
  6. 档案

    档案...e> videoFrame = slide->get_Shapes()->AddVideoFrame(50, 150, 300...e> videoFrame = slide->get_Shapes()->AddVideoFrame(10, 10, 427...

    blog.aspose.com/zh/slides/embed-video-in-powerp...
  7. Problems with title and legend when saving as P...

    I am encountering issues while using Aspose.Words to convert a word document into a PDF. Aspose.Words Version : 25.6.0 When i use the code to convert “test.docx” to “test.pdf”: var testDoc = new Document("D:\\test.doc…...foreach (Shape shape in testDoc.GetChildNodes(NodeType.Shape, true))...true)) { if (shape.HasChart) { // Render the chart to an image var...

    forum.aspose.com/t/problems-with-title-and-lege...
  8. Customize Doughnut Charts in Presentations with...

    Discover how to create and customize doughnut charts in Aspose.Slides for Python via .NET, supporting PowerPoint and OpenDocument formats for dynamic presentations.... shapes . add_chart ( charts . ChartType...for a report? A chart is a shape; you can render it to a raster...

    docs.aspose.com/slides/python-net/doughnut-chart/
  9. Incorrect Bullet Character Detected in a PowerP...

    I have attached a pptx file “bullet_issue.pptx” having one Shape in the first slide. The Shape text has bullet points enabled. I have attached the screenshot of slide content as file “slide_screenshot.png” to show how t…...pptx” having one shape in the first slide. The shape text has bullet...value. presentation.slides[0].shapes[0].text_frame.paragraphs[0]...

    forum.aspose.com/t/incorrect-bullet-character-d...
  10. Aspose.PSD for Python via .NET - API Reference ...

    Aspose.PSD for Python via .NET - API Reference Modules Module Description aspose.psd The module is the core for neste......shapes The module contains different shapes combined...combined from shape segments. aspose.psd.shapesegments The module contains...

    reference.aspose.com/psd/python-net/