Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 14,728 for

area

(0.03 sec)
  1. Manage Ink|Aspose.Slides for Node.js via .NET D...

    Use ink tools to draw objects in PowerPoint Java...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/nodejs-java/manage-ink/
  2. Creating OOXML Charts from Scratch|Aspose.Words...

    How to create different charts in your document using C++....following result: How to Insert Area Chart The code example given...below shows how to insert an area chart. The code produces the...

    docs.aspose.com/words/cpp/creating-ooxml-charts...
  3. Aspose::Words::Fields::FieldPrint::get_PrinterI...

    Aspose::Words::Fields::FieldPrint::get_PrinterInstructions method. Gets or sets the printer-specific control code characters or PostScript instructions in C++....FieldPrint , true )); // Set the area for the printer to perform instructions...command will turn the entire area that we specified in "field...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Search and Replace Data in a Range with Node.js...

    This article shows how to search and replace data in a range in Excel using Node.js via C++ code.... get ( 0 ); const area = AsposeCells . CellArea . createCellArea...EntireContent ); opts . setRange ( area ); let cell = null ; do { cell...

    docs.aspose.com/cells/nodejs-cpp/search-and-rep...
  5. Setting Print Options with Node.js via C++|Docu...

    This article demonstrates how to programmatically set the Print Options of the Excel Worksheet Page Setup feature using the Node.js API and C++ Library. You can set the Print Area, Print Titles, and Page Order....to: Select a specific print area on a worksheet. Print titles...Print Area By default, the print area incorporates all areas of...

    docs.aspose.com/cells/nodejs-cpp/setting-print-...
  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. 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...
  8. WrapSide enumeration | Aspose.Words for Python

    aspose.words.drawing.WrapSide enumeration. Specifies what side(s) of the shape or picture the text wraps around.... There is a text free area on the right of the shape. RIGHT...shape only. There is a text free area on the left side of the shape...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Customizing Charts|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.... ChartArea , the chart area in the worksheet. ChartDataTable...without data markers Area Represents Area Chart AreaStacked Represents...

    docs.aspose.com/cells/java/creating-and-customi...
  10. 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 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/