Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 11,353 for

range

(0.27 sec)
  1. Convert CSV to JSON|Documentation

    Convert CSF file to JSON by using the simple to use Aspose.Cells for .NET API....provides the options for exporting range to JSON. The ExportRangeToJsonOpt...This indicates whether the range contains a header row. Indent...

    docs.aspose.com/cells/net/convert-csv-to-json/
  2. FieldPrintDate Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldPrintDate class to effortlessly implement the PRINTDATE field, enhancing document automation and efficiency.... Range . Fields [ 0 ]; Assert . AreEqual...= ( FieldPrintDate ) doc . Range . Fields [ 1 ]; Assert . True...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Alignment Settings|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/net/cells-alignment-setti...
  4. CellMerge | Aspose.Words for Java

    Specifies how a cell in a table is merged with other cells in Java....cell will be the first in a range of horizontally merged cells...cell will be the first in a range of vertically merged cells....

    reference.aspose.com/words/java/com.aspose.word...
  5. Range.normalize_field_types method | Aspose.Wor...

    Range.normalize_field_types method. Changes field type values [FieldChar.field_type](../../../aspose.words.fields/fieldchar/field_type/) of [FieldStart](../../../aspose.words.fields/fieldstart/), [FieldSeparator](../../../aspose.words.fields/fieldseparator/), [FieldEnd](../../../aspose.words.fields/fieldend/) in this Range so that they correspond to the field types contained in the field codes....FieldSeparator , FieldEnd in this range so that they correspond to the...aspose.words class Range Range.delete method Range.replace method...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldIndex.pageRangeSeparator property | Aspose...

    FieldIndex.pageRangeSeparator property. Gets or sets the character sequence that is used to separate the start and end of a page Range....the start and end of a page range. get pageRangeSeparator () :...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 在 Jython 中将工作表转换为 SVG|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....sheetCount ; i ++) for i in range ( sheetCount ): sheet = workbook...< pageCount k ++) for k in range ( pageCount ): # Output the...

    docs.aspose.com/cells/zh/java/converting-worksh...
  8. Aspose::Words::Saving::FixedPageSaveOptions::ge...

    Aspose::Words::Saving::FixedPageSaveOptions::get_NumeralFormat method. Gets or sets NumeralFormat used for rendering of numerals. European numerals are used by default in C++....glyphs from the U+0660 to U+0669 range as numbers. // Set the "NumeralFormat"...glyphs from the U+06F0 to U+06F9 range as numbers. // Set the "NumeralFormat"...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Aspose::Words::Fields::FieldToc::get_PreserveLi...

    Aspose::Words::Fields::FieldToc::get_PreserveLineBreaks method. Gets or sets whether to preserve newline characters within table entries in C++....TOC levels outside of this range. field -> set_HeadingLevelRange...TOC levels are within this range. field -> set_PageNumberOmittingLe...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. 用C++查找与外部数据连接相关的查询表和列表对象|Documentation

    学习如何用Aspose.Cells和C++查找与外部数据连接相关的查询表和列表对象。...name ) { Range range = name . GetRange (); if ( range ) { std...:: cout << "refersto: " << range . GetRefersTo (). ToUtf8 ()...

    docs.aspose.com/cells/zh/cpp/find-query-tables-...