Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 17,051 for

area

(0.11 sec)
  1. Manage Presentation Ink Objects in .NET|Aspose....

    Manage PowerPoint ink objects—create, edit & style digital ink with Aspose.Slides for .NET. Get code samples for traces, brush color & size....a container that defines the area of the object itself (its frame)...latter includes the container area size, the shape of the container...

    docs.aspose.com/slides/net/manage-ink/
  2. FieldPrint.post_script_group property | Aspose....

    FieldPrint.post_script_group property. Gets or sets the drawing rectangle that the PostScript instructions operate on....as_field_print () # Set the area for the printer to perform instructions...command will turn the entire area that we specified in "field...

    reference.aspose.com/words/python-net/aspose.wo...
  3. How to Add Text Conditional Formatting|Document...

    How to use the Aspose.Cells for Python via .NET library to apply Text conditional formatting. By adjusting these criteria, you have more control over how cells look and appear....get_format_condition ( self , cell_area_name , color ): index = self...index ] area = self . get_cell_area_by_name ( cell_area_name )...

    docs.aspose.com/cells/python-net/how-to-add-tex...
  4. Create High-Low-Close (HLC) Stock Chart with Ja...

    Learn how to create a high-low-close stock chart using Aspose.Cells for JavaScript via C++. Our step-by-step guide will demonstrate how to plot stock market data, including the high, low, and close prices, onto a chart for better analysis and visualization....legend at the bottom of the chart area chart . legend . position =... markerSize = 20 ; marker . area . formatting = AsposeCells ...

    docs.aspose.com/cells/javascript-cpp/create-hig...
  5. Set Picture as Background Fill in the Chart|Doc...

    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....objects, such as the plot area, chart area, or legend box of a chart...

    docs.aspose.com/cells/java/set-picture-as-backg...
  6. Working with Charts in C++|Aspose.Words for C++

    Introduction to Chart feature, how to create and manipulate charts using C++....insert a scatter chart: Insert Area Chart The following example...example shows how to insert an area chart: Insert Bubble Chart The following...

    docs.aspose.com/words/cpp/working-with-charts/
  7. Aspose.PDF c++ page content processing - Free S...

    Hello support. It is possible to clean up a specified Area of a sheet in a PDF document. I did with text. Is it possible to clear a part of the picture that has fallen into the selection Area....possible to clean up a specified area of a sheet in a PDF document...has fallen into the selection area. carlos.molina April 11, 2023...

    forum.aspose.com/t/aspose-pdf-c-page-content-pr...
  8. Triangulation of a Simple Polygon|Documentation

    Using Aspose.3D for .NET API, developers can triangulate a simple polygon. Any polygon can be divided into triangles. All of the operations and calculations for triangles can be piecewise applied to the polygon....pick vertices from a polygon area, and then form triangles by...picks vertices from a polygon area, and then apply an algorithm...

    docs.aspose.com/3d/net/triangulation-of-a-simpl...
  9. Rendering Slicer with C++|Documentation

    Render slicers in Excel files using Aspose.Cells with C++....an image by setting the print area that covers only the slicer...Get ( 0 ); // Set the print area because we want to render slicer...

    docs.aspose.com/cells/cpp/rendering-slicer/
  10. 数据验证与C++|Documentation

    学习如何通过Aspose.Cells for C++ API添加数据验证。...GetValidations (); // Create Cell Area CellArea ca ; ca . StartRow...CellArea area ; area . StartRow = 0 ; area . EndRow = 1 ; area . StartColumn...

    docs.aspose.com/cells/zh/cpp/data-validation/