Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 6,594 for

parse

(1.09 sec)
  1. Working with Messages from Server|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....them without parsing them (quicker) or after parsing them (slower)...messages from the POP3 server, and parse them into a MailMessage instance...

    docs.aspose.com/email/java/working-with-message...
  2. Distinguish Reference-Only Formulas vs. Operati...

    I need a way to determine whether a cell’s formula in Aspose.Cells is only a reference or if it is an actual formula performing a calculation. Examples of formulas that should be treated as reference-only: =A1 =Sheet1…... You should parse or analyze the formula string...the leading '=' for easier parsing if (formula.StartsWith("="))...

    forum.aspose.com/t/distinguish-reference-only-f...
  3. [Bug] Cell class. Cant set HtmlTitle any that e...

    Doesn’t work: titleCell.HtmlString = "Title " Works fine: titleCell.HtmlString = " Title" Same, works fine: titleCell.HtmlString = "Title Title2" Aspose.Cells updated in october 2024...spaces and there is only: HTML parsing: According to HTML spec, leading/trailing...November 12, 2025, 2:45pm 10 HTML parsing: According to HTML spec, leading/trailing...

    forum.aspose.com/t/bug-cell-class-cant-set-html...
  4. How to Draw Geometry on a Map|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....performance due to the need to parse the string, it simplifies the...

    docs.aspose.com/gis/net/how-to-draw-geometry/
  5. Features|Documentation

    Aspose.Cells for PHP via Java features....generate, combine, modify, parse, or otherwise examine loaded...

    docs.aspose.com/cells/php-java/features/
  6. Line break cuts off link - Free Support Forum -...

    Dear Aspose support, I have a very long link inside a TextFragment, which I want to be recognised as a link and be redirected to it upon click. PDF readers, like for example Adobe Acrobat Reader, recognise links that a…...(and with that would need to parse the text for links contained...

    forum.aspose.com/t/line-break-cuts-off-link/209859
  7. Features|Documentation

    Aspose.Cells for Node.js via C++ features....generate, combine, modify, parse, or otherwise examine loaded...

    docs.aspose.com/cells/nodejs-cpp/features/
  8. how to run Aspose.Cells.GridJs in Docker|Docume...

    This article introduces how to run GridJs in Docker to build an online Excel editor or viewer application....# Then the application can parse and render the fonts that are...

    docs.aspose.com/cells/net/aspose-cells-gridjs/h...
  9. Managing Estimated and Milestone Tasks | Aspose...

    Learn how to manage estimated and milestone tasks using Aspose.Tasks for Java....(), collector, 0); 12 13 // Parse through all the collected tasks...

    docs.aspose.com/tasks/java/managing-estimated-m...
  10. Fix manual text to proper list level with prope...

    I am working on a usecase to process a document list data. But in some of the cases I dont have proper list structure. It happens instead of setting up 1, 1.1, 1.1.1 , 2, a, b, c,3 etc are not actual list but normal stri…... Create a Parsing Logic : Implement a parsing logic that recognizes...the List Structure : As you parse the strings, construct a structured...

    forum.aspose.com/t/fix-manual-text-to-proper-li...