Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 1,452 for

makearray

(0.26 sec)
  1. 使用 PDF 创建作品集|Aspose.PDF for C++

    使用 Aspose.PDF for C++ 创建 PDF 作品集。您应该使用 Microsoft Excel 文件、Word 文档和图像文件来创建 PDF 作品集。...get_Contents (); auto fileContent = MakeArray < uint8_t > ( fileSpecification...

    docs.aspose.com/pdf/zh/cpp/portfolio/
  2. 将弧形对象添加到PDF文件|Aspose.PDF for C++

    本文介绍如何使用Aspose.PDF for C++在PDF中创建弧形对象。...Pdf :: Drawing :: Line > ( MakeArray < double > ({ 195 , 100 ,...

    docs.aspose.com/pdf/zh/cpp/add-arc/
  3. Convert XPS with Aspose.Page C++ API

    XPS to PDF conversion functionality included in Aspose.Page API solution for C++ is described and illustrated with the code snippets here....options->set_PageNumbers(System::MakeArray<int32_t>({1, 2, 6})); doc...options->set_PageNumbers(System::MakeArray<int32_t>({1, 2, 6})); // Save...

    docs.aspose.com/page/cpp/convert-xps/
  4. PDF Highlights Annotation using C++|Aspose.PDF ...

    标记注释在文档的文本中以高亮、下划线、删除线或波浪线的形式呈现。...get_Now ()); auto quadPoints = MakeArray < System :: SharedPtr < Point...offset = 0 ; auto quadPoints = MakeArray < System :: SharedPtr < Point...

    docs.aspose.com/pdf/zh/cpp/highlights-annotation/
  5. Manage Rows and Columns in PowerPoint Tables Us...

    Manage table rows and columns in PowerPoint with Aspose.Slides for C++ and speed up presentation editing and data updates....AddTable ( 10 , 10 , System :: MakeArray < double > ({ 100 , 150 })...}), System :: MakeArray < double > ({ 5 , 5 , 5 }))); table ->...

    docs.aspose.com/slides/cpp/manage-rows-and-colu...
  6. Convert PostScript with Aspose.Page C++ API

    PS to BMP conversion functionality included in Aspose.Page API solution for C++ is explained and illustrated with the code snippets here....options->set_AdditionalFontsFolde(System::MakeArray<System::String>({u"{FONT_FOLDER}"}));...options->set_AdditionalFontsFolde(System::MakeArray<System::String>({u"{FONT_FOLDER}"}));...

    docs.aspose.com/page/cpp/convert-ps/
  7. 档案

    档案...tmp_0->set_PageNumbers(System::MakeArray<int32_t>({ 1, 2, 6 })); return...tmp_0->set_PageNumbers(System::MakeArray<int32_t>({ 1, 2, 6 })); return...

    blog.aspose.com/zh/page/convert-xps-oxps-to-jpg...
  8. Automating PowerPoint Generation in C++: Create...

    Automate slide creation on cloud platforms with Aspose.Slides for C++—generate, edit, and convert PowerPoint and OpenDocument files fast and reliably....layoutSlide2 ); auto columnWidths = MakeArray < double > ({ 200 , 100 });...}); auto rowHeights = MakeArray < double > ({ 40 , 40 , 40 , 40...

    docs.aspose.com/slides/cpp/automating-powerpoin...
  9. Aspose::Words::Fonts::FontSettings::GetFontsSou...

    Aspose::Words::Fonts::FontSettings::GetFontsSources method. Gets a copy of the array that contains the list of sources where Aspose.Words looks for TrueType fonts in C++....updatedFontSources = System :: MakeArray < System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.fon...
  10. 使用 Aspose.Page C++ API 转换 XPS

    本文通过代码片段,对 Aspose.Page C++ API 解决方案中包含的 XPS 到 PDF 转换功能进行了描述和演示。...options->set_PageNumbers(System::MakeArray<int32_t>({1, 2, 6})); doc...options->set_PageNumbers(System::MakeArray<int32_t>({1, 2, 6})); // Save...

    docs.aspose.com/page/zh/cpp/convert-xps/