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

range

(0.42 sec)
  1. Digitally Sign BMP File Online or Build Python ...

    Free online app for digital signature in BMP files. Develop Python application to electronically sign BMP documents....with different color depths, ranging from black and white (1-bit)...accurately represent a wide range of image types and color schemes...

    products.aspose.com/total/python-net/signature/...
  2. 使用 Python 在演示文稿中自定义形状|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中创建并自定义形状:几何路径、圆滑角、复合形状。...= 50 step = 72 for angle in range ( - 90 , 270 , step ): radians...move_to ( points [ 0 ]) for i in range ( len ( points )): star_path...

    docs.aspose.com/slides/zh/python-net/custom-shape/
  3. FieldCollection | Aspose.Words for Java

    A collection of Field objects that represents the fields in the specified Range in Java....the fields in the specified range. To learn more, visit the Working...start fall within the specified range. The FieldCollection collection...

    reference.aspose.com/words/java/com.aspose.word...
  4. Შეკუმშოს DOCX Python

    შეკუმშოს DOCX Python ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ DOCX კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....DocumentBuilder() for i in range(0, len(pages_stream)): # დააყენეთ...

    products.aspose.com/words/ka/python-net/compres...
  5. Aspose.Total for .NET|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....applications to perform a great range of document processing tasks...file formats and offers a wide range of compression algorithms as...

    docs.aspose.com/total/net/
  6. 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/
  7. 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...
  8. Format cells|Documentation

    Learn how to format and style cells in Aspose.Cells for .NET, including number formatting, date formatting, font styles, and other cell style options. Our guide will help you create attractive and professional-looking spreadsheets....following parameters to select a range of characters inside a cell:...

    docs.aspose.com/cells/net/cells-formatting/
  9. Python Split WORD

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

    products.aspose.com/words/python-net/split/word/
  10. Python Split DOC

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

    products.aspose.com/words/python-net/split/doc/