Sort Score
Result 10 results
Languages All
Labels All
Results 7,171 - 7,180 of 24,577 for

range

(0.37 sec)
  1. ChartAxisTitle | Aspose.Words for Java

    Provides access to the axis title properties in Java.... Remarks: The range of acceptable values is from...title in degrees. Remarks: The range of acceptable values is from...

    reference.aspose.com/words/java/com.aspose.word...
  2. Aspose split docx file wrongly in Docker, but w...

    I am using Aspose to split a DOCX file into separate DOCX files for each page, and I am creating a Python Azure Function to perform this task. The splitting works correctly in both an Ubuntu Docker image and my local env…...Document("docx path") for page in range(18): page_number = page + 1...Document("test.docx") for page in range(4): page_number = page + 1 extractedPage...

    forum.aspose.com/t/aspose-split-docx-file-wrong...
  3. Display typeface

    What is display font? Get a comprehensive understanding of these typefaces, their classification, peculiarities, pros, and cons....Display fonts come in a wide range of fancy styles, so they allow...display fonts offer a wide range of styles to cover all the fanciest...

    docs.aspose.com/font/net/what-is-font/display-f...
  4. Free Support Forum - aspose.com - Latest topics

    Free Support Forum - aspose.com - Latest topics Latest topics Issue with Bullet Numbering While Splitting Document Pages Hi Team, I am splitting a document page-wise using the code below. However, ......Range.Fields.Where(f => f.Type...DocumentBuilder(page); var pageFields = page.Range.Fields.Where(f => f.Type...

    forum.aspose.com/latest.rss
  5. Cell class | Aspose.Words for Node.js

    Aspose.Words.Tables.Cell class. Represents a table cell...(Inherited from Node ) range Returns a Range object that represents...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. The image Aspose.Cell captures does not look li...

    Hey Aspose Team, I’ve been noticing a weird behavior in my code when I capture the picture of Range. The image aspose captures look nothing like the excel chart when I open the excel chart and view it. public virtual S…...when I capture the picture of range. The image aspose captures look...document by converting the linked range in excel sheet into an image...

    forum.aspose.com/t/the-image-aspose-cell-captur...
  7. Reading Code Text Raw|Documentation

    Learn how and when to use raw code bytes from BarCodeReader in Aspose.BarCode for Java....characters outside the Latin‑1 range, the raw bytes cannot represent...is restricted to the Latin‑1 range. Summary Raw code bytes from...

    docs.aspose.com/barcode/java/developer-guide/ba...
  8. 使用 C++ 删除命名范围|Documentation

    学习如何使用 Aspose.Cells for C++ 从 Excel 或 OpenOffice 文件中删除定义的名称或命名范围。...GetWorksheets (); // Delete a named range by text worksheets . GetNames...outputFilePath ); std :: cout << "Named ranges removed successfully!" << std...

    docs.aspose.com/cells/zh/cpp/delete-named-ranges/
  9. Public API Changes in Aspose.Cells 16.12.0|Docu...

    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....change the data at the source range of the Pivot Table and then...//Set the conditional format range intrusive_ptr ca = ICellArea...

    docs.aspose.com/cells/go-cpp/public-api-changes...
  10. DocumentVisitor | Aspose.Words for Java

    Base class for custom document visitors in Java....when the end of a commented range of text is encountered. vis...when the start of a commented range of text is encountered. vis...

    reference.aspose.com/words/java/com.aspose.word...