Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 4,951 for

shape position

(0.13 sec)
  1. Public API Changes in Aspose.Cells 16.10.0|Docu...

    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....ReflectionEffect class along with the Shape.Reflection property in order...the reflection effects of a Shape object. The ReflectionEffect...

    docs.aspose.com/cells/java/public-api-changes-i...
  2. Tables with Images in Multiple Columns Do Not F...

    When generating a Word document using Aspose.Words, tables containing images arranged in multiple columns do not fit within the page width. Additionally, the HTML sample provided is rendered correctly in html but is not …...cell left padding affects the position of the table. Please try modifying...foreach (Shape s in t.GetChildNodes(NodeType.Shape, true)) {...

    forum.aspose.com/t/tables-with-images-in-multip...
  3. Aspose::Words::Drawing::Charts::AxisTickLabels ...

    Aspose::Words::Drawing::Charts::AxisTickLabels class. Represents properties of axis tick mark labels in C++.... get_Position () Gets or sets the position of the tick...ls::get_Orientation . set_Position (Aspose::Words::Drawing::...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Add Videos to Presentations in Python|Aspose.Sl...

    Learn to programmatically add and extract video frames in PowerPoint and OpenDocument slides using Aspose.Slides for Python via .NET. Fast how-to guide.... shapes . add_video_frame ( 10 , 10...pres . slides [ 0 ] vf = sld . shapes . add_video_frame ( 50 , 150...

    docs.aspose.com/slides/python-net/video-frame/
  5. Add Ellipses to Presentations in JavaScript|Asp...

    Learn how to create, format, and manipulate ellipse Shapes in Aspose.Slides for Node.js across PPT and PPTX presentations—JavaScript code examples included....developers about adding ellipse shapes to their slides using Aspose...to draw different kinds of shapes with just a few lines of code...

    docs.aspose.com/slides/nodejs-java/ellipse/
  6. Rotate Axis Title in Aspose.Words Java - Free S...

    Hello, I am using Aspose.Words for Java version 25.5 to generate charts. I would like to rotate the title of the secondary, so that the axis title appears vertically. I can rotate the axis tick labels via AxisTickLabel…...rotated text box (or shape) and position it next to the axis to...mimic a rotated title: Shape txtBox = new Shape(doc, ShapeType.TEXT_BOX);...

    forum.aspose.com/t/rotate-axis-title-in-aspose-...
  7. Create a Presentation Viewer in JavaScript|Aspo...

    Create a custom presentation viewer in JavaScript with Aspose.Slides for Node.js. Easily display PowerPoint and OpenDocument files without Microsoft PowerPoint....Generate an SVG with a Custom Shape ID Aspose.Slides can be used...from a slide with a custom shape ID. To do this, use the setId...

    docs.aspose.com/slides/nodejs-java/presentation...
  8. Working with Textures in PS file | Java

    How to add texture pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...filling or drawing objects: shapes or text. If the size of the...drawing lines and outlining shapes and text. In order to paint...

    docs.aspose.com/page/java/ps/working-with-textu...
  9. Format PowerPoint Shapes in Python|Aspose.Slide...

    Learn how to format PowerPoint Shapes in Python using Aspose.Slides—set fill, line, and effect styles for PPT, PPTX, and ODP files with precision and full control....Format PowerPoint Shapes in Python Contents [ Hide ] Overview...PowerPoint, you can add shapes to slides. Since shapes are made up of...

    docs.aspose.com/slides/python-net/shape-formatt...
  10. Replace word with image - Free Support Forum - ...

    Dear, I have a docs document in which I want to replace a collection of words with images. For each word, that I want to replace, I have the corresponding image. The image should replace the word. The dimensions of th…...word with an image Shape image = new Shape(doc, ShapeType.Image);...Run SplitRun(Run run, int position) { Run afterRun = (Run)run...

    forum.aspose.com/t/replace-word-with-image/317224