Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,100 of 7,173 for

parse

(0.33 sec)
  1. 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...
  2. English table style names / LatentStyles - Free...

    When generating a word document with a table, I provide the option to configure a table style name that is set by “table.StyleName = “…”;”. Word provides a bunch of builtin table styles, and a user asked me why it did n…...the DOCX as a zip archive and parse the XML. using System.IO.Compression;...

    forum.aspose.com/t/english-table-style-names-la...
  3. working-with-tasks | Aspose.Tasks Documentation

    Learn how to work with tasks in your projects using Aspose.Tasks for C++....get_RootTask(), collector, 0); 12 13 // Parse through all the collected tasks...

    docs.aspose.com/tasks/cpp/outline-properties/
  4. Features|Documentation

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

    docs.aspose.com/cells/nodejs-java/features/
  5. About Aspose.Font for Node.js | Node.js

    Easy-to-use Node.js library for font manipulation from Aspose.Font. Learn how to get information about it.... parse (JSON. stringify (json). replace...

    docs.aspose.com/font/nodejs-cpp/about/
  6. 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...
  7. 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...
  8. Outlook Templates, Signed Messages & Categories...

    Learn how to load and modify Outlook templates (OFT), preserve digital signatures, manage color categories, and access follow-up data in C++.... It parses MIME structure: headers, body...with MailMessage::Load() . It parses EML into MIME object model...

    docs.aspose.com/email/cpp/manage-outlook-templa...
  9. Accessing JSON Data in C#|Aspose.Words for .NET

    Learn how to access JSON data while building a report using LINQ in C#....values are determined upon parsing of their string representations...JsonDataSource (..., options ); Note – Parsing of date-time values does not...

    docs.aspose.com/words/net/accessing-json-data/
  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...