Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 5,100 for

shape position

(1.08 sec)
  1. Get Paragraph Bounds from Presentations on Andr...

    Learn how to retrieve paragraph and text-portion bounds in Aspose.Slides for Android via Java to optimize text Positioning in PowerPoint presentations....coordinates for paragraph along with position of portion inside a paragraph...paragraph. AutoShape shape = ( AutoShape ) pres . getSlides (). get_Item...

    docs.aspose.com/slides/androidjava/paragraph/
  2. Move a paragraph from one presentation to anoth...

    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....paragraph range in a TextBody shape in the source document // to...to another TextBody shape in the target document. public static...

    docs.aspose.com/slides/net/move-a-paragraph-fro...
  3. Aspose.Total Net Adding image as watermark to d...

    Hi We have purchased Aspose.Total license recently. We are trying to add image as watermark to all pages in doc. But we want to add watermark to full page covering all areas of page. We tried adding it but looks like s…...page: Set the watermark’s position to the bottom-left corner...ImageStamp("watermark.png"); // Set the position and size to cover the entire...

    forum.aspose.com/t/aspose-total-net-adding-imag...
  4. Aspose::Words::Drawing::Charts::ChartLegend cla...

    Aspose::Words::Drawing::Charts::ChartLegend class. Represents chart legend properties. To learn more, visit the documentation article in C++.... get_Position () Specifies the position of the legend...Legend::get_Overlay . set_Position (Aspose::Words::Drawing::...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. How to create waterfall chart with Golang via C...

    Create waterfall charts in Excel with Golang via C++ and Aspose.Cells for C++ API....demonstrate how the starting position either increases or decreases...chart appearance to give it the shape of the waterfall by setting...

    docs.aspose.com/cells/go-cpp/creating-waterfall...
  6. Managing Pictures|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.... Moreover, the positioning of these pictures can be...file, complete with path. Positioning Pictures There are two possible...

    docs.aspose.com/cells/net/managing-pictures/
  7. AxisTickMark Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.AxisTickMark enum for customizable tick mark Positions, enhancing your chart's clarity and visual appeal....enumeration Specifies the possible positions for tick marks. public enum...DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Manage Presentation Placeholders on Android|Asp...

    Effortlessly manage placeholders in Aspose.Slides for Android via Java: replace text, customize prompts & set image transparency in PowerPoint and OpenDocument.... Iterate through the shapes to find the placeholder. Typecast...Typecast the placeholder shape to an AutoShape and change the...

    docs.aspose.com/slides/androidjava/manage-place...
  9. Issue converting XLSX and XLSM files containing...

    We are converting XLSX and XLSM files to PDFs using the following code. static public string ConvertExcel(string inputFilePath = "", string outputFilePath = "") { string results = "SUCCESS"; try …...{ foreach (Shape shape in sheet.Shapes) { if (shape.MsoDrawingType...enabled shape.IsTextWrapped = true; // Adjust shape height dynamically...

    forum.aspose.com/t/issue-converting-xlsx-and-xl...
  10. Manage Presentation Placeholders in JavaScript|...

    Effortlessly manage placeholders in Aspose.Slides for Node.js via Java: replace text, customize prompts & set image transparency in PowerPoint and OpenDocument.... Iterate through the shapes to find the placeholder. Typecast...Typecast the placeholder shape to an AutoShape and change the...

    docs.aspose.com/slides/nodejs-java/manage-place...