Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 17,639 for

area

(0.39 sec)
  1. Aspose::Words::Drawing::Charts::ChartAxis::get_...

    Aspose::Words::Drawing::Charts::ChartAxis::get_DisplayUnit method. Specifies the scaling value of the display units for the value axis 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...
  2. Aspose::Words::Drawing::Charts::AxisTickMark en...

    Aspose::Words::Drawing::Charts::AxisTickMark enum. Specifies the possible positions for tick marks in C++....marks shall be inside the plot area. Outside 2 Specifies that the...marks shall be outside the plot area. None 3 Specifies that there...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. How to Add Data Validation in Excel using C#

    This short tutorial guides on how to add data validation in Excel using C#. It provides complete details for IDE settings and a runnable sample code to create drop down selection in Excel using C#....validation list Create a cell area and instantiate a new validation...new validation requires a cell area where this validation is to...

    kb.aspose.com/cells/net/how-to-add-data-validat...
  4. Color Balance Adjustment Layer|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....three pairs inherent to each area of the tonal range (shadows...of the particular tonal range area name and color names in the...

    docs.aspose.com/psd/java/layer-types/adjustment...
  5. Use Error Checking Options with C++|Documentation

    In this article, you will find sample code that will programmatically use error checking options of Excel worksheets e.g. Numbers stored as Text using C++ API or Library....); // Set the range CellArea area = CellArea :: CreateCellArea...1000 , 50 ); opt . AddRange ( area ); // Path of output excel file...

    docs.aspose.com/cells/cpp/use-error-checking-op...
  6. FieldPrint Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldPrint class for seamless PRINT field implementation. Enhance your document processing with powerful features today!...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/net/aspose.words.fie...
  7. FieldPrint class | Aspose.Words for Python

    aspose.words.fields.FieldPrint class. Implements the PRINT field...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...
  8. ChartStyle | Aspose.Words for Java

    Specifies predefined styles of a chart in Java....SHADED_PLOT A style, in which the plot area is shaded. SHADOWED A style...SHADED_PLOT A style, in which the plot area is shaded. SHADOWED public static...

    reference.aspose.com/words/java/com.aspose.word...
  9. Adding Annotations to existing PDF file|Aspose....

    Learn how to add various types of annotations to existing PDF files in Java using Aspose.PDF for interactive features....Rectangle object to specify the area of the annotation. After that...Rectangle object to specify the area of the annotation. After that...

    docs.aspose.com/pdf/java/adding-annotations-to-...
  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 . PrintArea = "A1:F20"...5 , 1 , 2 ); //set the print area for the first sheet wb . SetPrintArea...

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