Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 1,379 for

makearray

(0.05 sec)
  1. Aspose::Words::Fields::FormField class | Aspose...

    Aspose::Words::Fields::FormField class. Represents a single form field. To learn more, visit the documentation article in C++...."MyComboBox" , System :: MakeArray < System :: String > ({ u...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. Add Text to PDF using C++|Aspose.PDF for C++

    Learn how to insert text into PDF documents in C++ using Aspose.PDF for content customization....graph -> set_DashArray ( MakeArray < int > ( 3 )); // set dash...graph -> set_DashArray ( MakeArray < int > ( 3 )); // Set dash...

    docs.aspose.com/pdf/cpp/add-text-to-pdf-file/
  3. 裁剪 EPS | C++ API 解决方案

    本文将通过代码片段讲解并演示 Aspose.Page API 解决方案提供的 C++ 裁剪 EPS 功能。...newBoundingBox = System::MakeArray < float > ({260, 300, 480...

    docs.aspose.com/page/zh/cpp/crop-eps/
  4. 使用 C++ 製作 HTML

    通過幾個步驟在 C++ 中創建一個新的 HTML。使用 C++ 庫輕鬆創建 HTML。...()-> Add ( u"Series 1" , MakeArray <String>({ u"Category1" ,...u"Category2" , u"Category3" }), MakeArray < double >({ 2.7 , 3.2 , 0...

    products.aspose.com/words/zh-hant/cpp/make/html/
  5. Shape Manipulations|Aspose.Slides 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....idx_get ( 0 ), System :: MakeArray < int32_t > ( { slide -> get_Shapes...

    docs.aspose.com/slides/cpp/shape-manipulations/
  6. 使用 C++ 製作 WORD

    通過幾個步驟在 C++ 中創建一個新的 WORD。使用 C++ 庫輕鬆創建 WORD。...()-> Add ( u"Series 1" , MakeArray <String>({ u"Category1" ,...u"Category2" , u"Category3" }), MakeArray < double >({ 2.7 , 3.2 , 0...

    products.aspose.com/words/zh-hant/cpp/make/word/
  7. 使用 C++ 製作 DOCX

    通過幾個步驟在 C++ 中創建一個新的 DOCX。使用 C++ 庫輕鬆創建 DOCX。...()-> Add ( u"Series 1" , MakeArray <String>({ u"Category1" ,...u"Category2" , u"Category3" }), MakeArray < double >({ 2.7 , 3.2 , 0...

    products.aspose.com/words/zh-hant/cpp/make/docx/
  8. 使用 C++ 製作 PDF

    通過幾個步驟在 C++ 中創建一個新的 PDF。使用 C++ 庫輕鬆創建 PDF。...()-> Add ( u"Series 1" , MakeArray <String>({ u"Category1" ,...u"Category2" , u"Category3" }), MakeArray < double >({ 2.7 , 3.2 , 0...

    products.aspose.com/words/zh-hant/cpp/make/pdf/
  9. 使用 C++ 製作 Markdown

    通過幾個步驟在 C++ 中創建一個新的 Markdown。使用 C++ 庫輕鬆創建 Markdown。...()-> Add ( u"Series 1" , MakeArray <String>({ u"Category1" ,...u"Category2" , u"Category3" }), MakeArray < double >({ 2.7 , 3.2 , 0...

    products.aspose.com/words/zh-hant/cpp/make/md/
  10. 管理 OLE|Aspose.Slides 文档

    在 C++ 中将 OLE 对象添加到 PowerPoint 演示文稿中...uint8_t > buf = System :: MakeArray < uint8_t > ( 4096 , 0 );...outputBuffer = System :: MakeArray < uint8_t > ( inputStream...

    docs.aspose.com/slides/zh/cpp/manage-ole/