Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 56,356 for

ios

(0.04 sec)
  1. Manage Comments and Notes with C++|Documentation

    Insert and manage comments or notes with Aspose.Cells for C++....ToUtf8 (), std :: ios :: binary | std :: ios :: ate ); if ( file...(); file . seekg ( 0 , std :: ios :: beg ); imageData . resize...

    docs.aspose.com/cells/cpp/comments-and-notes/
  2. Setting Headers and Footers with C++|Documentation

    This article explains how to programmatically insert an image in the header and footer of Excel worksheets by setting the header and footer with script commands using the C++ API or Library.... ToUtf8 (), ios :: binary ); if ( inFile . is_open...the file inFile . seekg ( 0 , ios :: end ); size_t fileSize = inFile...

    docs.aspose.com/cells/cpp/setting-headers-and-f...
  3. Configuring Fonts for Rendering Spreadsheets wi...

    Learn how to configure fonts for rendering spreadsheets to images, PDF, and XPS formats using Aspose.Cells for C++....ifstream fileStream ( f , std :: ios :: binary ); if ( ! fileStream...fileStream . seekg ( 0 , std :: ios :: end ); std :: streampos fileSize...

    docs.aspose.com/cells/cpp/configuring-fonts-for...
  4. How to Run Aspose.BarCode Examples in JavaScrip...

    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....Safari (Version 11+ for macOS and iOS) Microsoft Edge (Version 16+)...and tablets with Android or iOS. 3. Web Server (Optional but...

    docs.aspose.com/barcode/javascript-cpp/run-aspo...
  5. Export VBA Certificate to File or Stream with C...

    Learn how to export VBA Digital Certificate to a file or memory stream using Aspose.Cells for C++.... ToUtf8 (), std :: ios :: binary ); if ( outFile . is_open...

    docs.aspose.com/cells/cpp/export-vba-certificat...
  6. Using Aspose.Drawing in Maui App|Documentation

    Learn how to use Aspose.Drawing in Maui application with C#....apps that can run on Android, iOS, macOS, and Windows from a single...

    docs.aspose.com/drawing/net/using-aspose-drawin...
  7. 用C++管理评论和注释|Documentation

    使用Aspose.Cells for C++插入和管理评论或注释。...ToUtf8 (), std :: ios :: binary | std :: ios :: ate ); if ( file...(); file . seekg ( 0 , std :: ios :: beg ); imageData . resize...

    docs.aspose.com/cells/zh/cpp/comments-and-notes/
  8. Encrypting Excel Files with C++|Documentation

    Learn how to encrypt and password protect Excel files using Aspose.Cells with C++.... ToUtf8 (), std :: ios :: binary ); if ( file ) { file...file . seekg ( 0 , std :: ios :: end ); fileData . resize ( file...

    docs.aspose.com/cells/cpp/encrypting-excel-files/
  9. .NET Java C++ Python and Android Email Processi...

    Create read manipulate Outlook and Thunderbird files using the relevant library of any platform. Send or receive emails from SMTP MIME POP3 HTTP IMAP...develop applications for Windows, iOS, macOS & Android. Aspose.Email...

    products.aspose.com/email/family/
  10. Generate Conditional Formatting DataBars Images...

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports the generation of conditionally formatted data bars and images, allowing users to customize the display of the spreadsheet based on the value of the cells. This article will introduce how to use the Aspose.Cells library to generate conditionally formatted data bars and images.... ToUtf8 (), std :: ios :: binary ); outFile . write...

    docs.aspose.com/cells/cpp/generate-conditional-...