Sort Score
Result 10 results
Languages All
Labels All
Results 1,901 - 1,910 of 24,373 for

range

(0.51 sec)
  1. Convert POT to BMP in Python | products.aspose.com

    Convert POT to BMP in Python. Use Python library API to convert POT files to BMP...not only BMP but also a wide range of other formats, empowering..."PowerPoint.pot" ); for i in range(pres . getSlides() . size()):...

    products.aspose.com/slides/python-java/conversi...
  2. Convert PPT to PNG in Python | products.aspose.com

    Convert PPT to PNG in Python. Use Python library API to convert PPT files to PNG...not only PNG but also a wide range of other formats, empowering..."PowerPoint.ppt" ); for i in range(pres . getSlides() . size()):...

    products.aspose.com/slides/python-java/conversi...
  3. PageRange | Aspose.Words for .NET

    Create customized page Ranges effortlessly with our PageRange constructor. Enhance your document management with precision and flexibility....constructor Creates a new page range object. public PageRange ( int...extract pages based on exact page ranges. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words.sav...
  4. PageInfo.GetDotNetPaperSize | Aspose.Words for ...

    Discover the GetDotNetPaperSize method in PageInfo, designed to effortlessly retrieve the ideal PaperSize object for seamless page printing....<summary> /// Initializes the range of pages to be printed according...InvalidOperationExce ( "Unsupported print range." ); } } /// <summary> /// Called...

    reference.aspose.com/words/net/aspose.words.ren...
  5. Paragraph.insert_field method | Aspose.Words fo...

    aspose.words.Paragraph.insert_field method... range . fields [ 1 ] . result ) #...assertEqual ( ' Real value.' , doc . range . fields [ 1 ] . result ) doc...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ExtractPages Function Removes Bookmarks - Free ...

    Hi, I am extracting pages one by one using the ExtractPages function. However, during this process, the bookmarks with the names "bm_ef269859079b419b" and "bm_b3e4256833b46067" are being removed from the extracted pages…...page if they fall within the range of the extracted pages. Here’s...foreach (Bookmark bookmark in doc.Range.Bookmarks) { // Check if the...

    forum.aspose.com/t/extractpages-function-remove...
  7. Set Conditional Formats of Excel and ODS files ...

    How to apply conditional formats to Excel and ODS files in C++....apply formats to a cell or range of cells and have that formatting...the worksheet by calling the Range.Copy() method. Applying Conditional...

    docs.aspose.com/cells/go-cpp/conditional-format...
  8. Detect Hyperlink Type with Golang via C++|Docum...

    Learn how to detect hyperlink type through the Aspose.Cells for C++ API....CellReference: Link to cell or named range. To check the type of hyperlink...

    docs.aspose.com/cells/go-cpp/detect-hyperlink-t...
  9. 创建并保存新工作簿|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.... Range cells = worksheet . Cells ;...

    docs.aspose.com/cells/zh/net/create-and-save-ne...
  10. FindReplaceOptions.match_case property | Aspose...

    FindReplaceOptions.match_case property. True indicates case-sensitive comparison, false indicates case-insensitive comparison.... range . replace ( 'Ruby' , 'Jade'...

    reference.aspose.com/words/python-net/aspose.wo...