Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 3,082 for

stream provider

(0.22 sec)
  1. CsvDataSource class | Aspose.Words for Python

    aspose.words.reporting.CsvDataSource class. Provides access to data of a CSV file or Stream to be used within a report...class Provides access to data of a CSV file or stream to be used...of the corresponding file or stream while generating a report,...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Loading, Viewing and Parsing MSG file|Documenta...

    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....used to load MSG files and provides several static loading functions...files from a file or from a stream. Loading MSG Files The following...

    docs.aspose.com/email/java/loading-viewing-and-...
  3. LaTeX math formulas rendering | Java

    LaTeX math formulas rendering within Aspose.TeX API for Java is described in this article. Learn the code examples of how to use the functionality....); 12 // Specify the output stream for the log file. 13 options...16 17 // Create the output stream for the formula image. 18 final...

    docs.aspose.com/tex/java/latex-math-formula-ren...
  4. JsonDataSource class | Aspose.Words for Python

    aspose.words.reporting.JsonDataSource class. Provides access to data of a JSON file or Stream to be used within a report...class Provides access to data of a JSON file or stream to be...of the corresponding file or stream while generating a report,...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Format Rows and Columns with Node.js via C++|Do...

    Aspose.Cells for Node.js via C++ can support change row height or column width, as well as apply formatting on rows or columns....Cells provides a class, Workbook , that represents...class. The Worksheet class provides a Cells collection that represents...

    docs.aspose.com/cells/nodejs-cpp/adjusting-row-...
  6. Aspose.email.cpp 获取PST文件中邮件的附件数据,可以分块读取吗 - Free...

    System::SharedPtr<MapiAttachment> attachment = attachments->idx_get(attachmentIndex); if(attachment) { System::SharedPtr<System::IO::MemoryStream> Stream = attachment->ToMemoryStream(); } Stream把整个附件的数据都读到内存了,大文件的话需要分块…...ream> stream = attachment->ToMemoryStream(); } stream把整个附件的数...Aspose.Email for C++ does not provide a built-in method to read attachments...

    forum.aspose.com/t/aspose-email-cpp-pst/314744
  7. Aspose::Words::Saving::ResourceSavingArgs class...

    Aspose::Words::Saving::ResourceSavingArgs class. Provides data for the ResourceSaving() event. To learn more, visit the documentation article in C++....] ResourceSavingArgs class Provides data for the ResourceSaving()...Aspose.Words should keep the stream open or close it after saving...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. Aspose::Words::Saving::DocumentPartSavingArgs c...

    Aspose::Words::Saving::DocumentPartSavingArgs class. Provides data for the DocumentPartSaving() callback. To learn more, visit the documentation article in C++....DocumentPartSavingAr class Provides data for the DocumentPartSaving()...const Allows to specify the stream where the document part will...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Load, View and Parse Outlook MSG file using C++...

    C++ Email Parser Library API enables you to load, view and parse outlook MSG files from file or from Stream....used to load MSG files, and provides several static loading functions...MSG files from file or from stream. Try it out! Parse email files...

    docs.aspose.com/email/cpp/loading-viewing-and-p...
  10. Save a Document in C++|Aspose.Words for C++

    Save a document in any supported format using C++....Words provides the Save method of the Document...Words GitHub . Save to a Stream Pass a stream object to the Save method...

    docs.aspose.com/words/cpp/save-a-document/