Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 48,914 for

shapes

(0.2 sec)
  1. Create and Apply WordArt Effects in .NET|Aspose...

    Create and customize WordArt effects in Aspose.Slides for .NET. This step-by-step guide helps developers enhance presentations with professional text in C#.... Shapes . AddAutoShape ( ShapeType...effective way to give your text or shapes a stylish and modern look,...

    docs.aspose.com/slides/net/wordart/
  2. Repeated Save Increases Image Size and Row Heig...

    Issue Summary: I am using GridJsWorkbook to load, merge, and save Excel files from the GridJs JSON structure. However, I am encountering an issue where image sizes and row heights increase with each save operation, even…...7 client js When an image/shape is clicked or resized, for example...getUpdateDatas()[0].shapes, you can watch the shapes[index].width and...

    forum.aspose.com/t/repeated-save-increases-imag...
  3. ArrowWidth Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.ArrowWidth enum to customize arrow end widths for enhanced document visuals and precision in your projects....Shows to create a variety of shapes. Document doc = new Document...Below are four examples of shapes that we can insert into our...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Aspose::Words::StoryType enum | Aspose.Words fo...

    Aspose::Words::StoryType enum. Text of a Word document is stored in stories. StoryType identifies a story in C++....Contains shape or textbox text, represented by Shape . EvenPagesHeader...Examples Shows how to remove all shapes from a node. auto doc = System...

    reference.aspose.com/words/cpp/aspose.words/sto...
  5. Create TextBox in which each line has a differe...

    Learn how to create a TextBox in which each line can have a different horizontal alignment using Aspose.Cells for JavaScript via C++.... shapes . addTextBox ( 2 , 0 , 2 ,...400 ); // Access the first shape, which is a text box, and set...

    docs.aspose.com/cells/javascript-cpp/create-tex...
  6. Create Visio Diagram in Java

    This guide covers the information to create Visio diagram in Java. It discusses the step-by-step program flow and a running code snippet to automate visio diagram creation in Java....a master Add a rectangular shape by invoking the addShape() method...containing the master shapes. Next, append a shape while setting the...

    kb.aspose.com/diagram/java/create-visio-diagram...
  7. Convert PNG to SVG in Python

    This article explains how to convert PNG to SVG in Python. It includes the algorithm and a working sample code to convert Image to SVG in Python....reduces bitmaps to geometric shapes that are made up of path elements...Subsequently, these geometric shapes are stored as a vector image...

    kb.aspose.com/svg/python/convert-png-to-svg-in-...
  8. Aspose.Slides for Python via .NET|Aspose.Slides...

    Aspose.Slides for Python via .NET offers a comprehensive set of features, including managing text, Shapes, tables, and animations, adding audio and video to slides, previewing slides, and exporting to SVG, PDF, and more....such as working with text, shapes, tables, and animations; adding...library supports managing text, shapes, tables, charts, animations...

    docs.aspose.com/slides/python-net/
  9. Rotate Visio Shape Text|Documentation

    How to rotate shape's text in visio using .NET Diagram API....Rotate Visio Shape Text Contents [ Hide ] Creating a Diagram...create a diagram. Then add shapes and connectors to build up...

    docs.aspose.com/diagram/net/rotate-visio-shape-...
  10. SubDocument | Aspose.Words for Java

    Represents a SubDocument - which is a reference to an externally stored document in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

    reference.aspose.com/words/java/com.aspose.word...