Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 1,452 for

makearray

(0.13 sec)
  1. 在演示文稿中使用 C++ 管理表格单元格|Aspose.Slides 文档

    使用 Aspose.Slides for C++,轻松管理 PowerPoint 中的表格单元格。快速掌握访问、修改和样式设置,实现无缝幻灯片自动化。...// 定义列宽和行高 auto dblCols = MakeArray < double > ({ 50 , 50 , 50...50 , 50 }); auto dblRows = MakeArray < double > ({ 50 , 30 , 30...

    docs.aspose.com/slides/zh/cpp/manage-cells/
  2. Merge PostScript files to PDF using C++

    Merger PS functionality of Aspose.Page API solution for C++ allows you to combine a few PS files into a single PDF document....> filesForMerge = System::MakeArray < System::String > ({dataDir...set_AdditionalFontsFolde(System::MakeArray < System::String > ({u "{FONT_FOLDER}"...

    docs.aspose.com/page/cpp/merge/ps/
  3. DOCX Mail Merge In C++

    Personalize your Mail merge DOCX file using C++. Automate emails or build reports using Mail merge DOCX template in C++....fields = MakeArray <String>( { }); auto values = MakeArray<SharedPtr<Object>>(...

    products.aspose.com/words/cpp/mailmerge/docx/
  4. Working with Portfolio in PDF|Aspose.PDF for C++

    Create a PDF Portfolio with Aspose.PDF for C++. You should use a Microsoft Excel File, a Word document, and an image file to create a PDF Portfolio....get_Contents (); auto fileContent = MakeArray < uint8_t > ( fileSpecification...

    docs.aspose.com/pdf/cpp/portfolio/
  5. Move PDF Pages programmatically C++|Aspose.PDF ...

    Try to move pages at desired location or at the end of a PDF file using Aspose.PDF for C++....Document > (); auto pages = MakeArray < int > ({ 1 , 3 }); for (...

    docs.aspose.com/pdf/cpp/move-pages/
  6. PDF Highlights Annotation using C++|Aspose.PDF ...

    Explore how to apply highlights annotation to PDF text in C++ with Aspose.PDF for document enhancement....get_Now ()); auto quadPoints = MakeArray < System :: SharedPtr < Point...offset = 0 ; auto quadPoints = MakeArray < System :: SharedPtr < Point...

    docs.aspose.com/pdf/cpp/highlights-annotation/
  7. MUSTACHE Mail Merge In C++

    Personalize your Mail merge MUSTACHE file using C++. Automate emails or build reports using Mail merge MUSTACHE template in C++....fields = MakeArray <String>( { }); auto values = MakeArray<SharedPtr<Object>>(...

    products.aspose.com/words/cpp/mailmerge/mustache/
  8. Merge XPS files | Aspose.Page for C++

    Merger XPS functionality of Aspose.Page API solution for C++ allows you to combine several XPS files into a single XPS or PDF document....> filesToMerge = System::MakeArray < System::String > ({dataDir...> filesToMerge = System::MakeArray < System::String > ({dataDir...

    docs.aspose.com/page/cpp/merge/xps/
  9. 使用 C++ 添加、提取或移除 PDF 中的图像 | Aspose.PDF

    使用 Aspose.PDF for C++ 使用 C++ 示例代码,以编程方式处理 PDF 中的图像...= MakeObject < Matrix > ( MakeArray < double > ({ rectangle ->...

    products.aspose.com/pdf/zh-hans/cpp/images/
  10. 通过 C++ 将图像添加到 PDF | Aspose.PDF

    本页介绍使用 C++ 语言和 Aspose.PDF for C++ 库将图像添加到 PDF 文档中的功能...= MakeObject < Matrix > ( MakeArray < double > ({ rectangle ->...

    products.aspose.com/pdf/zh-hans/cpp/images/add/