Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 20,033 for

range

(0.03 sec)
  1. FieldIndex.page_range_separator property | Aspo...

    FieldIndex.page_Range_separator property. Gets or sets the character sequence that is used to separate the start and end of a page Range....page_range_separator property FieldIndex.page_range_separator...end of a page range. @property def page_range_separator ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Reusing Style Objects|Documentation

    In Aspose.Cells for .NET, by creating and using reusable style objects, you can simplify style management and improve code efficiency. Our guide will help you leverage the advantages of reusable style objects and implement them in your application....some formatting to a large range of cells in a worksheet: Create...the style to the cells in the range. Because the Cell.GetStyle /...

    docs.aspose.com/cells/net/reusing-style-objects/
  3. FieldMergeBarcode.ScalingFactor | Aspose.Words ...

    Discover the FieldMergeBarcode ScalingFactor property to easily adjust your barcode size in whole percentage points (10-1000) for optimal visibility.... Range . Fields [ 0 ]. Type ); Assert...0xF8BD69 \\f 0xB5413B" , doc . Range . Fields [ 0 ]. GetFieldCode...

    reference.aspose.com/words/net/aspose.words.fie...
  4. DocumentBuilder.insertField method | Aspose.Wor...

    Aspose.Words.DocumentBuilder.insertField method... range . fields . at ( 0 ). getFieldCode...AUTHOR " ); expect ( doc . range . fields . at ( 1 ). getFieldCode...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. DocumentBuilder.insert_field method | Aspose.Wo...

    aspose.words.DocumentBuilder.insert_field method... range . fields [ 0 ] . get_field_code...assertEqual ( ' PAGE ' , doc . range . fields [ 1 ] . get_field_code...

    reference.aspose.com/words/python-net/aspose.wo...
  6. DocumentVisitor.VisitCommentEnd | Aspose.Words ...

    Explore the DocumentVisitor VisitCommentEnd method, designed to enhance comment text enumeration in your projects for seamless document processing....of every comment and comment range in a document. public void CommentsToText...IndentAndAppendLine ( "[Comment range start] ID: " + commentRangeStart...

    reference.aspose.com/words/net/aspose.words/doc...
  7. Range.replace method | Aspose.Words for Node.js

    Aspose.Words.Range.replace method...Range.Replace(System.Text.RegularExpressions...manual line break Use method Range.replace() to have more flexible...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Find Query Tables and List Objects related to E...

    Learn how to find Query Tables and List Objects related to External Data Connections using Aspose.Cells for Node.js via C++....name and print its refersto range console . log ( "querytable...()) { const range = name . getRange (); if ( ! range . isNull ())...

    docs.aspose.com/cells/nodejs-cpp/find-query-tab...
  9. 用C++修改现有样式|Documentation

    Aspose.Cells是一个用于处理电子表格文件的C++库,允许用户修改现有单元格样式。本文将介绍如何使用Aspose.Cells库修改现有单元格样式,以便用户根据需要改变单元格的外观。...style ); // Create a range (B1:D1). Range range = cells . CreateRange...(described above) to the range. range . ApplyStyle ( style , flag...

    docs.aspose.com/cells/zh/cpp/modify-an-existing...
  10. Accessing Cells of a Worksheet|Documentation

    This article shows how to get the maximum display Range of worksheet and access cells through the Aspose.Cells for Node.js via C++ API....index of the cell is out of range. This approach is the fastest...How to Get Maximum Display Range of Worksheet Aspose.Cells for...

    docs.aspose.com/cells/nodejs-cpp/accessing-cell...