Sort Score
Result 10 results
Languages All
Labels All
Results 7,131 - 7,140 of 73,220 for

ios

(0.23 sec)
  1. Hantera OLE objekt med C++|Documentation

    Lär dig hur du lägger till, extraherar och manipulerar OLE objekt i blad med Aspose.Cells med C++....ToUtf8 (), std :: ios :: binary | std :: ios :: ate ); if ( !...(); file . seekg ( 0 , std :: ios :: beg ); std :: vector < uint8_t...

    docs.aspose.com/cells/sv/cpp/managing-ole-objects/
  2. Управление объектами OLE с помощью C++|Document...

    Узнайте, как добавлять, извлекать и управлять объектами OLE в рабочих листах с использованием Aspose.Cells и C++....ToUtf8 (), std :: ios :: binary | std :: ios :: ate ); if ( !...(); file . seekg ( 0 , std :: ios :: beg ); std :: vector < uint8_t...

    docs.aspose.com/cells/ru/cpp/managing-ole-objects/
  3. LaTeX 数学公式渲染 | C++

    本文介绍了 Aspose.TeX API 在 C++ 中的 LaTeX 数学公式渲染解决方案。您将在此找到功能的代码示例。...set_LogStream(System::MakeObject < System::IO::MemoryStream > ()); 15 // Specify...System::SharedPtr < System::IO::Stream > stream = System::IO::File::Open(S...

    docs.aspose.com/tex/zh/cpp/latex-math-formula-r...
  4. LaTeX у PDF | C++

    Щоб конвертувати TeX у PDF за допомогою рішення Aspose.TeX API для C++, ознайомтеся з цією статтею, щоб побачити, як це зробити, і приклади коду....System::SharedPtr < System::IO::Stream > pdfStream = System::IO::File::Open(...System::IO::Path::Combine(RunExamples::OutputDirectory, u "any-name...

    docs.aspose.com/tex/uk/cpp/latex-to-pdf/
  5. Charger une police à partir d'un fichier CFF | C++

    Solution API C++ pour charger des polices à partir d'un fichier CFF sur votre disque dur même si ce fichier n'est pas une police lui-même.... IO ; Chargement à partir du fichier...System::String fontPath = System::IO::Path::Combine(get_DataDir()...

    docs.aspose.com/font/fr/cpp/how-to-load-fonts/l...
  6. Aspose.Cells 8.8.0でのパブリックAPIの変更|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.... io . ByteArrayInputStream stream = new java . io . ByteArrayInputStream...java . io . ByteArrayInputStream stream = new java . io . ByteArrayInputStream...

    docs.aspose.com/cells/ja/java/public-api-change...
  7. Lavorare con lo sfondo nei file ODS con C++|Doc...

    Impara come gestire sfondi colorati e grafici nei file ODS usando Aspose.Cells con C++....ofstream fout ( filePath , std :: ios :: binary ); fout . write ( reinterpret_cast...ifstream fileStream ( f , std :: ios :: binary ); if ( ! fileStream...

    docs.aspose.com/cells/it/cpp/working-with-backg...
  8. Arbeiten mit Hintergrund in ODS Dateien mit C++...

    Erfahren Sie, wie Sie farbige und grafische Hintergründe in ODS Dateien mit Aspose.Cells und C++ verwalten....ofstream fout ( filePath , std :: ios :: binary ); fout . write ( reinterpret_cast...ifstream fileStream ( f , std :: ios :: binary ); if ( ! fileStream...

    docs.aspose.com/cells/de/cpp/working-with-backg...
  9. Aspose.TeX的输出接口| 通过 .NET 为 Python 提供 Aspose.TeX

    这是对python的Aspose.TeX API解决方案的转换功能的说明,并用Tex作为输出格式,并带有代码示例。... io import * 3 from util import Util...import * 2 from aspose. tex . io import * 3 from util import Util...

    docs.aspose.com/tex/zh/python-net/aspose-tex-ou...
  10. Converter BMP para EPS utilizando a API para C++

    A funcionalidade de conversão de BMP para EPS oferecida pela solução API Aspose.Page para C++ é explicada e ilustrada com os excertos de código aqui....System::Drawing::Bitmap > (System::IO::File::OpenRead(dataDir + u "input1...System::Drawing::Bitmap > (System::IO::File::OpenRead(dataDir + u "input1...

    docs.aspose.com/page/pt/cpp/convert/bmp-to-eps/