Sort Score
Result 10 results
Languages All
Labels All
Results 8,021 - 8,030 of 24,773 for

range

(0.22 sec)
  1. 6. How to set up new fonts

    This article covers setting up new fonts for use with LaTeX and also includes an example of a font definition....This example declares a size range with two open ends. As a result...command. Simple sizes and size ranges The size infos can be divided...

    docs.aspose.com/tex/java/latex-fonts-setup/
  2. Inline | Aspose.Words for Java

    Base class for inline-level nodes that can have character formatting associated with them but cannot have child nodes of their own in Java.... getRange() Returns a Range object that represents the portion...getRange() public Range getRange() Returns a Range object that represents...

    reference.aspose.com/words/java/com.aspose.word...
  3. Python Split A File

    Split documents programmatically in Python: DOCX, PDF, DOC, ODT, RTF, HTML, TXT and many more....page by page', 'split by page ranges'. After splitting the document..."Input.docx" ) for page in range ( 0 , doc.page_count): extractedPage...

    products.aspose.com/words/python-net/split/
  4. Python Split DOCX

    Split DOCX files into e pages using Python code. Save DOCX as separate files using Python....page by page', 'split by page ranges'. After splitting your DOCX..."Input.docx" ) for page in range ( 0 , doc.page_count): extractedPage...

    products.aspose.com/words/python-net/split/docx/
  5. Python Split TXT

    Split TXT files into e pages using Python code. Save TXT as separate files using Python....page by page', 'split by page ranges'. After splitting your TXT...Document( "Input.txt" ) for page in range ( 0 , doc.page_count): extractedPage...

    products.aspose.com/words/python-net/split/txt/
  6. Manage data of Excel files with C++|Documentation

    This article describes how to view and edit data of Excel files with Aspose.Cells library using C++....Quote Prefix of Cell Value or Range Access and Update the Portions...Document Assistant Close Managing Ranges with C++ Calculate Formulas...

    docs.aspose.com/cells/cpp/view-and-edit-excel-d...
  7. Aspose::Words::Inline class | Aspose.Words for ...

    Aspose::Words::Inline class. Base class for inline-level nodes that can have character formatting associated with them, but cannot have child nodes of their own. To learn more, visit the documentation article in C++....get_PrevNode () const get_Range () Returns a Range object that represents...

    reference.aspose.com/words/cpp/aspose.words/inl...
  8. Manage OLE in Presentations Using C++|Aspose.Sl...

    Optimize OLE object management in PowerPoint and OpenDocument files with Aspose.Slides for C++. Embed, update, and export OLE content seamlessly....the frame to the range, or scale the range to a fixed frame and...

    docs.aspose.com/slides/cpp/manage-ole/
  9. Aspose::Words::Node class | Aspose.Words for C+...

    Aspose::Words::Node class. Base class for all nodes of a Word document. To learn more, visit the documentation article in C++....get_PrevNode () const get_Range () Returns a Range object that represents...

    reference.aspose.com/words/cpp/aspose.words/node/
  10. Protecting Worksheets|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.... Allow Users to Edit Ranges The following example shows...how to allow users to edit a range in a protected worksheet. AI...

    docs.aspose.com/cells/net/protecting-worksheets/