Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 21,626 for

range

(0.05 sec)
  1. C# API to Export MD to DOCM | products.aspose.com

    Convert MD to DOCM without using Microsoft Word... It includes a range of APIs that can be used to...to DOC. This API provides a range of features such as creating...

    products.aspose.com/total/net/conversion/md-to-...
  2. Reusing Style Objects|Documentation

    In Aspose.Cells for Node.js via C++, 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/nodejs-cpp/reusing-style-...
  3. ImageWatermarkOptions.scale property | Aspose.W...

    ImageWatermarkOptions.scale property. Gets or sets the scale factor expressed as a fraction of the image...of the range of valid values. Remarks Valid values range from 0...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Bookmark.lastColumn property | Aspose.Words for...

    Bookmark.lastColumn property. Gets the zero-based index of the last column of the table column Range associated with the bookmark....column of the table column range associated with the bookmark...for ( let bookmark of doc . range . bookmarks ) { console . log...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 用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...
  6. HorizontalRuleFormat.height property | Aspose.W...

    HorizontalRuleFormat.height property. Gets or sets the height of the horizontal rule....when argument was out of the range of valid values. Remarks This...height property. Valid values range from 0 to 1584 inclusive. The...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. CommentRangeStart | Aspose.Words for Java

    Denotes the start of a region of text that has a comment associated with it in Java....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/java/com.aspose.word...
  8. How to adjust an image|Documentation

    Adjust an image brightness, contrast and gamma coefficient. Gamma corrections....a brightness parameter in a range from -255 to 255 for performing...with parameter settings to a range from -100 and 100. If the image...

    docs.aspose.com/imaging/java/developer-guide/ho...
  9. StructuredDocumentTagCollection.get_by_id metho...

    StructuredDocumentTagCollection.get_by_id method. Returns the structured document tag by identifier.... range . structured_document_tags ...document tag or ranged tag by Title. sdt = doc . range . structured_document_tags...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Reusing Style Objects|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....some formatting to a large range of cells in a worksheet: Create...the style to the cells in the range. The same process as discussed...

    docs.aspose.com/cells/java/reusing-style-objects/