Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 1,128 for

makearray

(0.03 sec)
  1. 使用 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/
  2. 使用 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/
  3. Working with Document in PostScript | C++

    Adding pages to an PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in C++....set_AdditionalFontsFolde(System::MakeArray < System::String > ({dir}));...

    docs.aspose.com/page/cpp/ps/working-with-document/
  4. Working Solution for Chart Resizing in PPTX|Asp...

    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....outputBuffer = System :: MakeArray < uint8_t > ( inputStream...

    docs.aspose.com/slides/cpp/working-solution-for...
  5. 使用运算符与C++协作|Aspose.PDF for C++

    本主题解释如何在C++中使用Aspose.PDF的运算符。运算符类为PDF操作提供了强大的功能。...使用路径绘制操作符 auto operators = MakeArray < System :: SmartPtr < Operator...

    docs.aspose.com/pdf/zh/cpp/operators/
  6. Convert PPT and PPTX to PDF in C++ [Advanced Fe...

    Learn how to convert PPT, PPTX, and ODP presentations to PDF in C++ using Aspose.Slides. Implement advanced features like password protection, compliance standards, and custom options for high-quality, accessible PDF documents.... auto slides = MakeArray < int32_t > ({ 1 , 3 }); //...

    docs.aspose.com/slides/cpp/convert-powerpoint-t...
  7. 在 PDF 中使用 C++ 格式化文本|Aspose.PDF for C++

    本页解释了如何在 PDF 文件中格式化文本。包括添加行缩进、添加文本边框、添加下划线文本、在添加的文本周围添加边框、浮动框内容的文本对齐等。...-> set_VerticeCoordinate ( MakeArray < float > ({ 0 , 0 , 100 ...

    docs.aspose.com/pdf/zh/cpp/text-formatting-insi...
  8. Functions in Formulas

    Learn how to work with Microsoft Project (MPP/XML) formula functions using Aspose.Tasks for C++....numericFormulas = System::MakeArray < System::String > ({u "IsNumeric('AAA')"...

    docs.aspose.com/tasks/cpp/functions-in-formulas/
  9. 使用 C++ 向 PDF 添加文本|Aspose.PDF for C++

    本文描述了在 Aspose.PDF 中处理文本的各个方面。了解如何向 PDF 添加文本、添加 HTML 片段或使用自定义 OTF 字体。...graph -> set_DashArray ( MakeArray < int > ( 3 )); // 将虚线相位值设置为...graph -> set_DashArray ( MakeArray < int > ( 3 )); // 设置虚线相位值为1...

    docs.aspose.com/pdf/zh/cpp/add-text-to-pdf-file/
  10. 额外注释使用C++|Aspose.PDF for C++

    本节描述如何从PDF文档中添加、获取和删除额外类型的注释。...strikeOutAnnotation -> set_QuadPoints ( MakeArray < System :: SharedPtr < Point...

    docs.aspose.com/pdf/zh/cpp/extra-annotations/