Sort Score
Result 10 results
Languages All
Labels All
Results 3,181 - 3,190 of 48,846 for

shape

(0.61 sec)
  1. Manage PowerPoint Text Paragraphs in .NET|Aspos...

    Master paragraph formatting with Aspose.Slides for .NET—optimize alignment, spacing & style in PPT, PPTX, and ODP presentations in C#.... Shapes . AddAutoShape ( ShapeType...Autoshape IAutoShape aShp = slide . Shapes . AddAutoShape ( ShapeType...

    docs.aspose.com/slides/net/manage-paragraph/
  2. Create Presentations in Java|Aspose.Slides Docu...

    Create presentations in Java with Aspose.Slides—produce PPT, PPTX, and ODP files, benefit from OpenDocument support, and save them programmatically for reliable results....first slide, injecting a simple shape, and persisting the result—so...you an immediate canvas for shapes, text, charts, or any other...

    docs.aspose.com/slides/java/create-presentation/
  3. Export OfficeMath as SVG in HTML - Free Support...

    Is it possible to convert docx to HTML with OfficeMath as SVG? Could you please mention the way of doing that?...Create a shape with metafile image. Shape mathShape = new Shape(doc...WrapType.Inline; // Insert shape right after OfficeMath. m.ParentNode...

    forum.aspose.com/t/export-officemath-as-svg-in-...
  4. How add pptx slides content to a final Aspose W...

    hi, I am developing quite a complex logic: I am having multiple sources of documents ( fill in a coversheet, add sharepoint documents, fill in html template with data) that needs be collated and converted to a pdf. I h…...= 0; var shape = builder.InsertImage(msImage); shape.WrapType...WrapType = WrapType.None; shape.RelativeHorizontalPo = RelativeHorizontalPo...

    forum.aspose.com/t/how-add-pptx-slides-content-...
  5. Drawing tool image extraction without table and...

    Chapter09.docx (468.6 KB)...in the document’s shapes or inline shapes, and captions are associated...nodes, checking for shapes or inline shapes, and then extracting...

    forum.aspose.com/t/drawing-tool-image-extractio...
  6. Aspose.words-python如何绘制插入SmartArt图形 - Free Supp...

    如何绘制SmartArt图形,实现效果如下:...SmartArt diagram, fills each shape with custom text, tweaks a few...adjust the SmartArt shape itself smart_art.shape.fill.fore_color...

    forum.aspose.com/t/aspose-words-python-smartart...
  7. Aspose::Words::Settings::CompatibilityOptions c...

    Aspose::Words::Settings::CompatibilityOptions class. Contains compatibility options (that is, the user preferences entered on the Compatibility tab of the Options dialog in Microsoft Word). To learn more, visit the documentation article in C++....inserting an image will define its shape using VML. doc -> get_CompatibilityOptions...Aspose :: Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.set...
  8. Ink|Aspose.Slides Documentation

    Handle digital ink on slides in C# with Aspose.Slides: add pen strokes, edit paths, set color and width, and export results for PowerPoint and OpenDocument....examples of accessing existing ink shapes and removing them using Aspose...Slides for .NET . ❗ Note: Ink shapes represent user input from specialized...

    docs.aspose.com/slides/net/examples/elements/ink/
  9. OleFormat.isLink property | Aspose.Words for No...

    OleFormat.isLink property. Returns ``true`` if the OLE object is linked (when [OleFormat.sourceFullName](../sourceFullName/) is specified)....creates shapes that store these objects. let shapes = doc . getChildNodes...getChildNodes ( aw . NodeType . Shape , true ). toArray (). map (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Manage PowerPoint Text Paragraphs in Java|Aspos...

    Master paragraph formatting with Aspose.Slides for Java—optimize alignment, spacing & style in PPT, PPTX, and ODP presentations in Java....Presentation (); try { IAutoShape shape = presentation . getSlides ()...autoshape ITextFrame textFrame = shape . getTextFrame (); // Removes...

    docs.aspose.com/slides/java/manage-paragraph/