Sort Score
Result 10 results
Languages All
Labels All
Results 2,601 - 2,610 of 24,363 for

range

(0.19 sec)
  1. ArgumentOutOfRangeException for compare for Asp...

    for following block receiving the error intermittently for some documents. RuntimeError: Proxy error(ArgumentOutOfRangeException): Specified argument was out of the Range of valid values. (Parameter ‘index’) revised_…...Specified argument was out of the range of valid values. (Parameter...error) workaround for i in range(revised_doc.page_count, revised_doc...

    forum.aspose.com/t/argumentoutofrangeexception-...
  2. FieldCollection.remove method | Aspose.Words fo...

    FieldCollection.remove method. Removes the specified field from this collection and from the document.... range . fields self . assertEqual...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Fields::FieldXE::get_IsBold meth...

    Aspose::Words::Fields::FieldXE::get_IsBold method. Gets or sets whether to apply bold formatting to the entry's page number in C++....outside the "a-c" character range to be omitted. index -> set_LetterRange...outside the "a-c" character range that the INDEX field's LetterRange...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Shading.foreground_tint_and_shade property | As...

    Shading.foreground_tint_and_shade property. Gets or sets a double value that lightens or darkens a foreground theme color....The allowed values are in the range from -1 (the darkest) to 1 (the...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ChartDataLabel.rotation property | Aspose.Words...

    ChartDataLabel.rotation property. Gets or sets the rotation of the label in degrees.... Remarks The range of acceptable values is from...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Add Tables to PDF in Python|Aspose.PDF for Pyth...

    Learn how to add and configure tables in existing PDF documents in Python....add 10 rows for row_count in range ( 10 ): # Add row to table row.... add () for cell_count in range ( 1 , 5 ): # Add table cells...

    docs.aspose.com/pdf/python-net/adding-tables/
  7. Aspose::Words::TextWatermarkOptions::get_FontSi...

    Aspose::Words::TextWatermarkOptions::get_FontSize method. Gets or sets a font size. The default value is 0 - auto in C++....const Remarks Valid values range from 0 to 65.5 inclusive. Auto...

    reference.aspose.com/words/cpp/aspose.words/tex...
  8. Public API Changes in Aspose.Imaging 3.0.0|Docu...

    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....of page to export, range of pages, range of pages and extract...of page to export, range of pages, range of pages and extract...

    docs.aspose.com/imaging/net/public-api-changes-...
  9. Alignment Settings with C++|Documentation

    In the Aspose.Cells library, you can use cell alignment settings to adjust the layout and display of text. By adjusting settings such as horizontal alignment, vertical alignment, and text wrapping, you have more control over how text flows in cells. This document will provide you with detailed steps and sample code to help you quickly grasp how to use Aspose.Cells for cell alignment settings....CreateRange method to create a range of the cells to be merged. The...above and returns a Range object. The Range object also provides...

    docs.aspose.com/cells/cpp/cells-alignment-setti...
  10. Protecting Worksheets with JavaScript via C++|D...

    Learn how to protect worksheets in Excel using Aspose.Cells for JavaScript via C++, including protecting rows, columns, and specific cells....html > Allow Users to Edit Ranges The following example shows...how to allow users to edit a range in a protected worksheet. <...

    docs.aspose.com/cells/javascript-cpp/protecting...