Sort Score
Result 10 results
Languages All
Labels All
Results 1,921 - 1,930 of 24,384 for

range

(0.07 sec)
  1. Convert PPS to PNG in Python | products.aspose.com

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

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

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

    products.aspose.com/slides/python-java/conversi...
  3. 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...
  4. 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...
  5. Measure the Width and Height of the Cell Value ...

    Learn how to Measure the Width and Height of the Cell Value in Unit of Pixels through the Aspose.Cells for JavaScript via C++....and columns of your cell or range of cells using Aspose.Cells...Quote Prefix of Cell Value or Range...

    docs.aspose.com/cells/javascript-cpp/calculate-...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...