Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 17,524 for

area

(0.2 sec)
  1. Extarct content from Excel and populate in word...

    I am extracting content from an Excel sheet and inserting it into a Word document using the following method: private static void InsertHtmlTable(DocumentBuilder builder, Workbook workbook, Worksheet worksheet, Range ra…...issue is that the content (print area) is quite wide, and I want it...large area from A1 till S411 for example that print area Professionalize...

    forum.aspose.com/t/extarct-content-from-excel-a...
  2. 用C++创建开盘 最高 最低 收盘(OHLC)股票图表|Documentation

    学习如何用Aspose.Cells for C++创建开盘 最高 最低 收盘股票图表。该指南将展示如何绘制股票市场数据,包括开盘、最高、最低和收盘价,以便更好的分析和可视化。...Legend at the bottom of the chart area chart . GetLegend (). SetPosition...Red ()); // Fill the PlotArea area with nothing chart . GetPlotArea...

    docs.aspose.com/cells/zh/cpp/create-open-high-l...
  3. Primary and Secondary Axis with C++|Documentation

    Learn how to understand and work with primary and secondary axes in Aspose.Cells for C++. Our guide will help you understand the differences between primary and secondary axes, and how to configure and use them effectively in your charts....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/primary-and-second-axis/
  4. Primary and Second Axis with Node.js via C++|Do...

    Learn how to understand and work with primary and secondary axes in Aspose.Cells for Node.js via C++. Our guide will help you understand the differences between primary and secondary axes, and how to configure and use them effectively in your charts....Legend at the bottom of the chart area chart . getLegend (). setPosition...Bottom ); // Fill the PlotArea area with no fill chart . getPlotArea...

    docs.aspose.com/cells/nodejs-cpp/primary-and-se...
  5. Cross-Platform Drawing API|Documentation

    Aspose.Drawing library for Java for drawing pictures. Cross-platform support of Java Graphics API for 2D geometric drawings such as drawing lines, drawing shapes, drawing paths and drawing rectangles....clip it within an elliptical area. To begin, we create a graphics...400). We then clip an ellipse area that fits within the rectangle...

    docs.aspose.com/drawing/java/developer-guide/cr...
  6. Aspose::Words::Drawing::Charts::AxisDisplayUnit...

    Aspose::Words::Drawing::Charts::AxisDisplayUnit::get_Unit method. Gets or sets the scaling value of the display units as one of the predefined values in C++....to point away from the plot area, // and the major tick marks...appear inside the graph plot area. axis -> set_MajorTickMark (...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Aspose::Words::Saving::SvgSaveOptions::get_FitT...

    Aspose::Words::Saving::SvgSaveOptions::get_FitToViewPort method. Specifies if the output SVG should fill the available viewport Area (browser window or container). When set to true width and height of output SVG are set to 100%. The default value is false in C++....fill the available viewport area (browser window or container)...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. Apply Conditional Formatting in Worksheets|Docu...

    How to use Aspose.Cells library in JavaScript via C++ to apply conditional formatting in worksheets for better control over cell appearance....cell area to apply conditional formatting (A1) const area = CellArea...formatConditionColle . addArea ( area ); // Add a condition: Cell...

    docs.aspose.com/cells/javascript-cpp/apply-cond...
  9. How to Create Data Validation in Excel using Java

    In this tutorial you will learn *how to create data validation in Excel using Java*. It contains detailed steps and a sample code to add data validation in Excel using Java....target sheet and set its cell area Set other properties of the...properties and effective cell area. This tutorial has guided us...

    kb.aspose.com/cells/java/how-to-create-data-val...
  10. How to Rotate PDF using Java

    This article describes how to rotate PDF using Java. It contains instructions to set the environment, write the basic application and a sample code to change PDF orientation using Java....is parsed and the rectangular area of each page is utilized to...class returns the rectangular area that is used to switch the page...

    kb.aspose.com/pdf/java/how-to-rotate-pdf-using-...