Sort Score
Result 10 results
Languages All
Labels All
Results 6,421 - 6,430 of 149,060 for

2

(0.22 sec)
  1. 在 PostScript 中使用页面 | C++

    Aspose.Page API 解决方案解答了如何将页面添加到 PS 文件的问题。了解如何在 C++ 中使用该功能... 以下代码片段通过 8 个步骤创建一个 2 页的 PS 文档: 为生成的 PS 文件创建输出流。 使用默认选项创建...使用默认选项创建 对象。 使用已创建的输出流和保存选项创建一个 2 页的 PsDocument。 使用文档的默认页面尺寸(纵向...

    docs.aspose.com/page/zh/cpp/ps/working-with-pages/
  2. Style | Aspose.Words for Java

    Represents a single built-in or user-defined style in Java....MyStyle Alias 1,MyStyle Alias 2". // If a style's name has multiple...String[]{"MyStyle Alias 1", "MyStyle Alias 2"}, style.getAliases()); Assert...

    reference.aspose.com/words/java/com.aspose.word...
  3. 在 .NET 中管理演示文稿中的图表数据标签|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for .NET 在 PowerPoint 演示文稿中添加和格式化图表数据标签,以打造更具吸引力的幻灯片。...GetCell ( defaultWorksheetInde , 2 , 1 , 0.50 )); series . DataPoints...( defaultWorksheetInde , 0 , 2 , "Blues" ), chart . Type ); series2...

    docs.aspose.com/slides/zh/net/chart-data-label/
  4. 使用C++对行和列进行分组和取消分组|Documentation

    学习如何使用Aspose.Cells和C++对Excel文件中的行和列进行分组和取消分组。...first three columns (from 0 to 2) and make them hidden worksheet...GetCells (). GroupColumns ( 0 , 2 , true ); // Save the modified...

    docs.aspose.com/cells/zh/cpp/grouping-and-ungro...
  5. Export Math Equations from Presentations in .NE...

    Unlock seamless export of math equations from PowerPoint to MathML using Aspose.Slides for .NET—preserve formatting and boost compatibility.... SetSuperscript ( "2" ). Join ( "+" ). Join ( new MathematicalText...MathematicalText ( "b" ). SetSuperscript ( "2" )). Join ( "=" ). Join ( new...

    docs.aspose.com/slides/net/exporting-math-equat...
  6. Convert Word Form Fields to PDF Form fields - F...

    Hi, If I have a word document with Form Fields, then how can I convert the document to PDF document with PDF Form Fields. Currently if I do doc.Save() with target file extension as PDF, it just converts the word to PDF …...Discourse May 13, 2025, 12:20pm 2 @srinudhulipalla To convert a...srinudhulipalla May 13, 2025, 2:05pm 3 Ok, thank you. But if I...

    forum.aspose.com/t/convert-word-form-fields-to-...
  7. Aspose.PSD for .NET 20.11 - 发行说明|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....16 , 2 ); ImageConversion ( ColorModes . Grayscale , 8 , 2 ); ImageConversion...channelsCount , compression , 2 ); SaveToPsdThenLoadAnd ( "ClippingMaskRegular"...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  8. Inline.parent_paragraph property | Aspose.Words...

    Inline.parent_paragraph property. Retrieves the parent [Paragraph](../../paragraph/) of this node....assertTrue ( runs [ 2 ] . is_insert_revision ) # 2 - A "format" revision:...changes. self . assertTrue ( runs [ 2 ] . is_format_revision ) # 3 -...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose.email.cpp 获取PST文件中邮件的附件数据,可以分块读取吗 - Free...

    System::SharedPtr<MapiAttachment> attachment = attachments->idx_get(attachmentIndex); if(attachment) { System::SharedPtr<System::IO::MemoryStream> stream = attachment->ToMemoryStream(); } stream把整个附件的数据都读到内存了,大文件的话需要分块…...email-pst , email-cpp Yu_Zhou July 2, 2025, 3:08pm 1 System::Share...Professionalize.Discourse July 2, 2025, 3:09pm 2 @Yu_Zhou Cause The ToMemoryStream()...

    forum.aspose.com/t/aspose-email-cpp-pst/314744
  10. How to Convert PDF to Fully Black & White (Gray...

    Hi Team, We are using Aspose.PDF for .NET (version 21.6.0) on .NET Core 3.1, and we need to convert PDFs to fully black & white (grayscale) when a flag is enabled. Our requirement: :arrow_right: The final output PDF m…...pdf-to-pdfx ragu2736 December 2, 2025, 6:06pm 1 Hi Team, We are...Professionalize.Discourse December 2, 2025, 6:07pm 2 @ragu2736 Based on limited...

    forum.aspose.com/t/how-to-convert-pdf-to-fully-...