Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 24,346 for

range

(0.1 sec)
  1. Convert DOC to JSON Format via Java | products....

    Convert DOC to JSON format via Java without using using Microsoft Word or Microsoft Excel...modify, and convert a wide range of document formats including...applications. It supports a wide range of Excel file formats, including...

    products.aspose.com/total/java/conversion/doc-t...
  2. IStructuredDocumentTag.get_child_nodes method |...

    IStructuredDocumentTag.get_child_nodes method. Returns a live collection of child nodes that match the specified types....interface for accessing ranged and non-ranged structured tags. sdts...sdts = list ( doc . range . structured_document_tags ) self . assertEqual...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Unmerge Cells in Excel with Python

    Use this guide to unmerge cells in Excel with Python. It has the IDE settings, steps, and a sample code to unmerge cells without losing data with Python....areas and create a range for each Call the Range.unMerge() method...In each iteration, create a range for the merged areas and call...

    kb.aspose.com/cells/python/unmerge-cells-in-exc...
  4. 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. #include <iostream>...

    docs.aspose.com/cells/cpp/conditional-formatting/
  5. StructuredDocumentTagCollection.GetByTitle | As...

    Discover the GetByTitle method in StructuredDocumentTagCollection, which efficiently retrieves the first document tag by title for streamlined data management.... Range . StructuredDocumentTa . GetById...document tag or ranged tag by Title. sdt = doc . Range . StructuredDocumentTa...

    reference.aspose.com/words/net/aspose.words.mar...
  6. Convert ODP to JSON Format in Android Apps | pr...

    Convert ODP to JSON format in Android Apps without using using Microsoft Excel or PowerPoint...password: Convert ODP to JSON in Range in Android Apps While you are...ODP to JSON, you can also set range to your output JSON format....

    products.aspose.com/total/android-java/conversi...
  7. FieldToa.page_range_separator property | Aspose...

    FieldToa.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 FieldToa.page_range_separator property...end of a page range. @property def page_range_separator ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  8. PageRange | Aspose.Words for Java

    Represents a continuous Range of pages in Java....PageRange Represents a continuous range of pages. To learn more, visit...extract pages based on exact page ranges. Document doc = new Document(getMyDir()...

    reference.aspose.com/words/java/com.aspose.word...
  9. Unmerge Cells in Excel using Java

    Follow this article to unmerge cells in Excel using Java. It has the IDE settings, programming steps, and a sample code to split merged cells in Excel using Java....merged cell areas and create a range for each Call the unMerge()...unMerge() method for each range Save the output Excel file after removing...

    kb.aspose.com/cells/java/unmerge-cells-in-excel...
  10. Find and Replace in Python|Aspose.Words for Pyt...

    Find a string or regular expression pattern in your document and replace it with the text you want using Python.... range . text ) doc . range . replace ( "_CustomerName_"...text after replace: " + doc . range . text ) # Save the modified...

    docs.aspose.com/words/python-net/find-and-replace/