Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 17,665 for

area

(0.12 sec)
  1. Add WordArt Watermark to Chart|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....the effect to a chart’s plot area as a watermark. The WordArt...watermark for the chart plot area. Adding WordArt Watermark to...

    docs.aspose.com/cells/java/add-wordart-watermar...
  2. Get Max Range In A Worksheet with Node.js via C...

    This article describes how to get the max range, max data range, and max display range of Excel files using Aspose.Cells for Node.js via C++....we need to know the maximum area. When copying all data from...the maximum area. When exporting a specified area to HTML and...

    docs.aspose.com/cells/nodejs-cpp/get-max-range-...
  3. Get Max Range In A Worksheet with C++|Documenta...

    This article describes how to get the max range, max data range, and max display range of Excel files with the Aspose.Cells for C++ library....we need to know the maximum area. When copying all data from...the maximum area. When exporting a specified area to HTML and...

    docs.aspose.com/cells/cpp/get-max-range-in-a-wo...
  4. Image and Photo Filters|Documentation

    Aspose.Imaging graphic library for .NET (C#) supports Alpha blending image filter for placing semi-transparent images on top of a background image. Magic Wand tool for color Area selection. Watermark removal filter automatically fills the marked Area with similar image fragments....as selecting a specific color area to adjust or replace with another...selecting areas with complex outlines or multiple areas sharing...

    docs.aspose.com/imaging/net/developer-guide/man...
  5. Managing Ranges|Documentation

    This article shows how to manage ranges by the Aspose.Cells for Python via .NET API.... The rectangular area you selected can also be easily...want to create a rectangular area that extends over A1:C4 , you...

    docs.aspose.com/cells/python-net/managing-ranges/
  6. Data Validation|Documentation

    Learn how to add data validation through the Aspose.Cells for JavaScript via C++ API....validations ; // Create Cell Area const ca = new AsposeCells ...structure const area = new AsposeCells . CellArea (); area . startRow...

    docs.aspose.com/cells/javascript-cpp/data-valid...
  7. FootnoteOptions.columns property | Aspose.Words...

    FootnoteOptions.columns property. Specifies the number of columns with which the footnotes Area is formatted....columns with which the footnotes area is formatted. @property def...the value of 0, the footnotes area is formatted with a number of...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Working with Images|Documentation

    This section explains how to insert or get image from a visio page with Aspose.Diagram....object represents the drawing area of a foreground page or a background.... VSDX ); Convert Specified Area of the Visio Page to an Image...

    docs.aspose.com/diagram/net/working-with-images/
  9. [Regression?] Location of PlotArea in charts is...

    Hi, We use on Aspose.Cells to move textboxes inside charts, in order to do this, we use the APIs to get the location of the plot Area and move it accordingly. However, it seems after Aspose migrated PlotArea.InnerX to …...get the location of the plot area and move it accordingly. However...top left corner of the plot area: var workbook = new Workbook(@"...

    forum.aspose.com/t/regression-location-of-plota...
  10. Data validation example fails - Free Support Fo...

    The data validation example at Data Validation|Documentation has the following line: Validation validation = validations[validations.Add(ca)]; However, this doesn’t compile, as there is no ValidationCollection.Add that…...validation area of cells CellArea area; area.StartRow = 0; area.EndRow...EndRow = 9; area.StartColumn = 0; area.EndColumn = 0; // Add the...

    forum.aspose.com/t/data-validation-example-fail...