Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 5,125 for

shape position

(0.13 sec)
  1. Group, Convert and Verify Shapes|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....Verify Shapes Contents [ Hide ] Group Multiple Shapes Together...grouping shapes together to move them all at once. Each shape in a...

    docs.aspose.com/diagram/java/group-convert-and-...
  2. How to Add Image Watermark in PPTX using Python

    In this topic, we'll walk you through the steps for how to add image watermark in PPTX using Python. You can insert a picture watermark in PowerPoint by using easy API interface in Python....collection Traverse through each shape inside the the presentation...collection Insert a picture frame shape with the desired image for every...

    kb.aspose.com/slides/python/how-to-add-image-wa...
  3. Aspose::Words::Drawing::Charts::AxisTickLabelPo...

    Aspose::Words::Drawing::Charts::AxisTickLabelPosition enum. Specifies the possible Positions for tick labels in C++....enum Specifies the possible positions for tick labels. enum class...default value of tick labels position. Examples Shows how to insert...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. RelativeHorizontalPosition | Aspose.Words for Java

    Specifies to what the horizontal Position of a Shape or text frame is relative in Java....what the horizontal position of a shape or text frame is relative...it to the page's center. Shape shape = builder.insertImage(getImageDir()...

    reference.aspose.com/words/java/com.aspose.word...
  5. Create a clickable icon (hyperlink on iconor im...

    Hi , I want to create pdf file from a word file. In that i am adding some content along with I have to add a icon which is clickable and open a link. it will be lengthy and it should hide. content should be like (pape…...chrome browser and current the position. NOTE: attachment will be...image and assign a link to it. Shape s = builder.insertImage("C:\\Temp\\test...

    forum.aspose.com/t/create-a-clickable-icon-hype...
  6. AxisBound Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.AxisBound class, your solution for defining axis value limits in charts for precise data visualization....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 300 ); Chart chart = shape . Chart ; // Clear the chart's...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Manage Presentation Shapes in C++|Aspose.Slides...

    Learn to create, edit and optimize Shapes in Aspose.Slides for C++ and deliver high-performance PowerPoint presentations....Presentation Shapes in C++ Contents [ Hide ] Find a Shape on a Slide...developers to find a specific shape on a slide without using its...

    docs.aspose.com/slides/cpp/shape-manipulations/
  8. 旋转、改变位置和连接子形状|Documentation

    本节介绍如何使用 Aspose.Diagram 旋转 visio 形状。... GetDataDir_Shapes (); // Call a Diagram class...); // Get shape by id Shape shape = page . Shapes . GetShape...

    docs.aspose.com/diagram/zh/net/rotate-change-th...
  9. RelativeVerticalPosition | Aspose.Words for Java

    Specifies to what the vertical Position of a Shape or text frame is relative in Java....to what the vertical position of a shape or text frame is relative...it to the page's center. Shape shape = builder.insertImage(getImageDir()...

    reference.aspose.com/words/java/com.aspose.word...
  10. Create Visio Diagram in C#

    This article discusses the details to create Visio diagram in C#. It shares the stepwise process along with a working sample code to automate visio diagram creation in C#....stencil file Insert a rectangle shape with the AddShape() method and...a master stencil. Insert a shape while specifying different parameters...

    kb.aspose.com/diagram/net/create-visio-diagram-...