Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 17,659 for

area

(0.07 sec)
  1. What is a Page Layout in C++|Aspose.Words for C++

    Let's figure out what a page layout is. A page layout describes the geometry of the content contained in a document....the object is, but also what area (s) of the page it occupies...objects do not overlap the same area (s). What Is a Page Layout For...

    docs.aspose.com/words/cpp/what-is-a-page-layout/
  2. ConditionalStyle class | Aspose.Words for Python

    aspose.words.ConditionalStyle class. Represents special formatting applied to some Area of a table with assigned table style...special formatting applied to some area of a table with assigned table...table cells. type Gets table area to which this conditional style...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 查找特定单词的出现次数|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....FindOptions (); //Create a Cells Area CellArea ca = new CellArea ();...EndColumn = 13 ; //Set cells area for find options findOptions...

    docs.aspose.com/cells/zh/net/find-specific-word...
  4. Get Max Range In A Worksheet with JavaScript vi...

    This article describes how to get the max range, max data range, and max display range of Excel files using Aspose.Cells for JavaScript 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/javascript-cpp/get-max-ra...
  5. Set Picture as Background Fill in the Chart wit...

    Learn how to set a picture as the background fill in a chart using Aspose.Cells for Node.js via C++. Our guide will show you how to import and position the picture, adjust its size and color, and apply formatting options to enhance your chart's appearance....objects, such as the plot area, chart area, or legend box of a chart...properties of the chart plot area. // To set a picture as the...

    docs.aspose.com/cells/nodejs-cpp/set-picture-as...
  6. Search and Replace Data in a Range with C++|Doc...

    This article shows how to search and replace data in a range in Excel using C++ code....the range is E9:H15 CellArea area = CellArea :: CreateCellArea...EntireContent ); opts . SetRange ( area ); Cell cell ; do { // Search...

    docs.aspose.com/cells/cpp/search-and-replace-da...
  7. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::set_TransparentMetafiles method. Specifies not to blank the Area behind metafile pictures in C++....method Specifies not to blank the area behind metafile pictures. void...

    reference.aspose.com/words/cpp/aspose.words.set...
  8. DocumentBuilder.insertHtml does not keep text r...

    Hello, we use Apose.Cells 25.11 and Aspose.Word 25.11. We have an Excel File that contains a print Area with cells with rotate text. When we extract this Area as html and we try to insert it into a Word document using…...Excel File that contains a print area with cells with rotate text...text. When we extract this area as html and we try to insert it into...

    forum.aspose.com/t/documentbuilder-inserthtml-d...
  9. Customize chart in word - Free Support Forum - ...

    How to shift x axis and y axis line inside chart in case of negative values on series. Aspose.word.dll for .net Attaching sample image Screenshot_20250709_000606_M365 Copilot.jpg (114.0 KB)...shift them inside the chart area, especially when dealing with...and y-axis inside the chart area xAxis.MajorGridlines.Format...

    forum.aspose.com/t/customize-chart-in-word/314966
  10. X Axis Vs. Category Axis with C++|Documentation

    Learn how to differentiate between the X axis and the Category axis in Aspose.Cells for C++. Our guide will help you understand the differences in their usage and properties, and how to configure them according to your needs....Legend at the bottom of the chart area chart . GetLegend (). SetPosition...Bottom ); // Fill the PlotArea area with nothing chart . GetPlotArea...

    docs.aspose.com/cells/cpp/x-axis-vs-category-axis/