Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 572 for

adjust shape properties

(0.27 sec)
  1. Managing TextBox with JavaScript via C++|Docume...

    Learn how to manage TextBox in Excel using Aspose.Cells for JavaScript via C++.... Add a TextBox shape. Modify properties of the TextBox as...a TextBox shape const textBox = worksheet . shapes . addTextBox...

    docs.aspose.com/cells/javascript-cpp/managing-t...
  2. Add Rectangles to Presentations in JavaScript|A...

    Boost your PowerPoint presentations by adding rectangles with JavaScript and Aspose.Slides for Node.js—easily design and modify Shapes programmatically....about adding a shape and this time the shape we will discuss...object associated with the Shape object. Set the Color of the...

    docs.aspose.com/slides/nodejs-java/rectangle/
  3. 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 …...boxes update their values and adjust size before conversion foreach...{ foreach (Shape shape in sheet.Shapes) { if (shape.MsoDrawingType...

    forum.aspose.com/t/issue-converting-xlsx-and-xl...
  4. Configure Visio TimeLine Shapes|Documentation

    This section explains how to set the property of a milestone Shape with Aspose.Diagram....TimeLine Shapes Contents [ Hide ] Set Milestone Shape Properties...developers to set milestone properties. This article shows how to...

    docs.aspose.com/diagram/net/configure-visio-tim...
  5. Aspose.Words.Drawing module | Aspose.Words for ...

    The Aspose.Words.Drawing module provides classes that allow to create and modify drawing objects....the Shape and GroupShape classes. An object of the Shape class...Office Art) shapes. Classes Class Description Adjustment Represents...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Adjustment.Value | Aspose.Words for .NET

    Discover the Adjustment Value property, easily get or set raw Adjustment values to enhance your data management and streamline your processes....Contents [ Hide ] Adjustment.Value property Gets or sets the raw...raw value of the adjustment. public int Value { get ; set ; }...

    reference.aspose.com/words/net/aspose.words.dra...
  7. 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…... Adjust the width and height of the...the opacity and rotation properties to enhance the appearance...

    forum.aspose.com/t/aspose-total-net-adding-imag...
  8. Configure Visio TimeLine 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....TimeLine Shapes Contents [ Hide ] Set Milestone Shape Properties...developers to set milestone properties. This article shows how to...

    docs.aspose.com/diagram/java/configure-visio-ti...
  9. How to add watermark text in cover page of word...

    Hi How to add a watermark to the cover page of a word document using Aspose Words API for Java. Now watermark text appears in all other pages and not in cover page. Following code is being used now boolean watermarke…...Create a shape to hold the watermark text // Shape watermarkShape...aspose.words.Shape watermark = new com.aspose.words.Shape(doc, com...

    forum.aspose.com/t/how-to-add-watermark-text-in...
  10. INSERT IMAGE IN ASPOSE WORD AS EDITABLE IMAGE -...

    Hello Team, I want to insert an image into a Word document and set the “Edit Picture” option to true, allowing the user to search the content inside the image. How can I achieve this programmatically so that the image i…...insert the image as a shape and set its properties accordingly. Here’s..."path/to/your/image.png"; Shape shape = builder.InsertImage(imagePath);...

    forum.aspose.com/t/insert-image-in-aspose-word-...