Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 20,066 for

range

(0.18 sec)
  1. 使用C++检测超链接类型|Documentation

    通过Aspose.Cells for C++ API学习如何检测超链接类型。...Cleanup (); return 1 ; } Range range = worksheet . GetCells ()..."A7" ); if ( ! range ) { std :: cerr << "Range creation failed...

    docs.aspose.com/cells/zh/cpp/detect-hyperlink-t...
  2. 使用 C++ 自动调整合并单元格的行高|Documentation

    了解如何使用 Aspose.Cells for C++ 自动调整 Excel 中合并单元格的行高。...( 0 ); // Create a range A1:B2 Range range = sheet1 . GetCells...2 , 2 ); // Merge the cells range . Merge (); // Insert value...

    docs.aspose.com/cells/zh/cpp/autofit-rows-for-m...
  3. 用 Node.js 通过 C++ 合并或取消合并单元格范围|Documentation

    用 Node.js 通过 C++ 合并和取消合并 Excel 中的单元格范围。...Cells 为此提供了 Range.merge() 和 Range.unMerge() 方法。本文解释了如何将一系列单元格合并为单个单元格。...以下示例代码首先创建一个范围 — A1:D4 — 然后使用 Range.merge() 方法将该范围中的单元格合并成一个单元格。类似地,你也可以通过创建范围并调用...

    docs.aspose.com/cells/zh/nodejs-cpp/merge-or-un...
  4. Font.name_ascii property | Aspose.Words for Python

    Font.name_ascii property. Returns or sets the font used for Latin text (characters with character codes from 0 (zero) through 127)....within the ASCII characters' range. In that case, # it will display...characters outside of the ASCII range. # Ideally, this font should...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldPrintDate.UseSakaEraCalendar | Aspose.Word...

    Manage your dates effortlessly with FieldPrintDate's Saka Era Calendar feature. Easily toggle for seamless integration and enhanced user experience.... Range . Fields [ 0 ]; Assert . AreEqual...= ( FieldPrintDate ) doc . Range . Fields [ 1 ]; Assert . True...

    reference.aspose.com/words/net/aspose.words.fie...
  6. FieldXE.page_range_bookmark_name property | Asp...

    FieldXE.page_Range_bookmark_name property. Gets or sets the name of the bookmark that marks a Range of pages that is inserted as the entry's page number....page_range_bookmark_name property FieldXE.page_range_bookmark_name...of the bookmark that marks a range of pages that is inserted as...

    reference.aspose.com/words/python-net/aspose.wo...
  7. CommentRangeStart.Accept | Aspose.Words for .NET

    Discover the CommentRangeStart Accept method to enhance visitor engagement and streamline interactions on your site. Boost user experience today!...comments and their comment ranges using a document visitor. public...document, warp it in a comment range, and then add your comment....

    reference.aspose.com/words/net/aspose.words/com...
  8. Comment.Initial | Aspose.Words for .NET

    Discover how to manage user initials in comments effortlessly. Enhance engagement and personalize interactions with our easy-to-use property feature....comments and their comment ranges using a document visitor. public...document, warp it in a comment range, and then add your comment....

    reference.aspose.com/words/net/aspose.words/com...
  9. DocumentVisitor.visitCommentEnd method | Aspose...

    DocumentVisitor.visitCommentEnd method. Called when enumeration of a comment text has ended....of every comment and comment range in a document. test ( 'CommentsToText'...IndentAndAppendLine ( "[Comment range start] ID: " + commentRangeStart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Work with Bookmarks|Aspose.Words for .NET

    Add a bookmark into a document. NPOI does not provide an opportunity to work with bookmarks using C#....document can overlap and span any range. Badly formed bookmarks or bookmarks...Bookmark bookmark1 = doc . Range . Bookmarks [ 0 ]; // By name...

    docs.aspose.com/words/net/working-with-bookmark...