Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 17,481 for

area

(0.19 sec)
  1. How to Crop a PDF using Python

    This quick topic describes how to crop a PDF using Python. It covers the environment configuration settings, a program flow, and a working sample code to crop one page from PDF using Python....object by defining the crop area Assign the cropped rectangle...Save the PDF with the cropped area on the disk The above steps...

    kb.aspose.com/pdf/python/how-to-crop-a-pdf-usin...
  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. 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...
  4. 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...
  5. Extracting text inside a rectangle|Documentation

    Extract text located inside Areas of the image provided by coordinates....and other blocks from certain areas of uniform images, such as ID...extract text from one or more areas of an image, provide a list...

    docs.aspose.com/ocr/net/image-regions-extract/
  6. Sort Data in xlsx4j|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....easy‑to‑set properties of the cell area. Java code is mentioned below:...setKey2 ( 1 ); //Create a cells area (range). CellArea ca = new CellArea...

    docs.aspose.com/cells/java/sort-data-in-xlsx4j/
  7. How to Apply Conditional Formatting in Excel in C#

    This article defines the process on how to apply conditional formatting in Excel in C#. It contains IDE settings, a list of steps, and a sample code to create conditional formatting in Excel in C#....its reference Create a cell area and add it to the conditional...sheet. In the next steps, cell area is defined for this conditional...

    kb.aspose.com/cells/net/how-to-apply-conditiona...
  8. Create Volume-Open-High-Low-Close (VOHLC) Stock...

    Learn how to create a volume-open-high-low-close stock chart using Aspose.Cells for JavaScript via C++. Our guide will demonstrate how to plot stock market data, including volume, open, high, low, and close prices, onto a chart for better analysis and visualization....legend at the bottom of the chart area chart . legend . position =...chart . nSeries . get ( 0 ). area . foregroundColor = new AsposeCells...

    docs.aspose.com/cells/javascript-cpp/create-vol...
  9. 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 JavaScript 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...some properties of chart plot area. // If an image was provided...

    docs.aspose.com/cells/javascript-cpp/set-pictur...
  10. 设置打印区域|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....cell to F20 cell) of the print area pageSetup . setPrintArea ( "A1:F20"..."Sheet1" ); //sets the print area for the first sheet wb . setPrintArea...

    docs.aspose.com/cells/zh/java/set-print-area/