Sort Score
Result 10 results
Languages All
Labels All
Results 7,891 - 7,900 of 155,489 for

2

(0.72 sec)
  1. How to Send Bulk Emails? - Free Support Forum -...

    Hello. My company is evaluating the use of Aspose.Email to enhance a .NET Framework console application that we use to send corporate communication emails, via an internal Microsoft Exchange Server based SMTP server, usi…...fayyaz December 2, 2020, 3:12am 2 @ggorczow The API does...reference. ggorczow December 2, 2020, 6:31pm 3 The documentation...

    forum.aspose.com/t/how-to-send-bulk-emails/222227
  2. Handling Task Constraints | Aspose.Tasks Docume...

    Learn how to handle task constraints using Aspose.Tasks for C#.... 2 System ::String dataDir = Run...Earlier Than on task with Id 2 2 System ::SharedPtr < Task > first...

    docs.aspose.com/tasks/cpp/handling-task-constra...
  3. 使用aspose.cells保存工作簿后,图表数据格式被修改 - Free Support F...

    原来显示百分比的数据,被修改为了小数点,这应该是个bug,预期应该不修改已有格式,示例文件见附件。 图表数据格式对比.zip (775.7 KB) public static void outputpdf() { Workbook workbook = new Workbook("D:\\图表数据格式变化.xlsm"); workbook.Save("D:\\图…...cells保存工作簿后,图表数据格式被修改 中文技术支持 lingtian December 2, 2025, 8:57am 1 原来显示百分比的数据,被修...Professionalize.Discourse December 2, 2025, 8:59am 2 @lingtian 概要 在仅执行 Workbook...

    forum.aspose.com/t/aspose-cells/322378
  4. FieldListNum class | Aspose.Words for Python

    aspose.words.fields.FieldListNum class. Implements the LISTNUM field...will start a count at list level 2. It will display a value of "1"...builder . writeln ( 'Paragraph 2' ) # The next LISTNUM field that...

    reference.aspose.com/words/python-net/aspose.wo...
  5. About caption insertion to image & table column...

    Could you please help me on add caption to image & how hide column in Aspose template word report. Could you please share tutorials and code example related to Aspose word table column hide and caption insertion in temp…...Discourse November 6, 2025, 11:55am 2 @rose.thomas01 Summary You can... 0, true); int columnIndex = 2; // 0‑based index of the column...

    forum.aspose.com/t/about-caption-insertion-to-i...
  6. Aspose.PSD for .NET 18.12 - Release Notes|Docum...

    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.... Layers [ 2 ]. BlendingOptions . Effects [...ColorPoints ; Assert . AreEqual ( 2 , colorPoints . Length ); Assert...

    docs.aspose.com/psd/net/aspose-psd-for-net-18-1...
  7. FieldDdeAuto | Aspose.Words for Java

    Implements the DDEAUTO field in Java....docx", null, true); // 2 - A DDE field: builder.writeln("FieldDde:\n");...xlsx", "Sheet1!R2C2", true); // 2 - A DDE field: builder.writeln("FieldDde:\n");...

    reference.aspose.com/words/java/com.aspose.word...
  8. FieldTA | Aspose.Words for Java

    Implements the TA field in Java....insertToaEntry(builder, "2", "Source 2"); // This entry will appear...insertToaEntry(builder, "1", "Source 2"); fieldTA.isBold(true); fieldTA...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::Fields::Field::Update method | A...

    Aspose::Words::Fields::Field::Update method. Performs the field update. Throws if the field is being updated already in C++....InsertField ( u "= 2 + 3" ); ASSERT_EQ ( u "= 2 + 3" , field ->...-> Update (); ASSERT_EQ ( u "= 2 + 3 \\ # $###.00" , field -> GetFieldCode...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. 管理 Java 中的演示文稿表格|Aspose.Slides 文档

    使用 Aspose.Slides for Java 在 PowerPoint 幻灯片中创建和编辑表格。发现简洁的代码示例,以简化您的表格工作流。...( 5 ); } } // 合并第 1 行的第 1 和第 2 个单元格 tbl . mergeCells ( tbl ....0) (2, 0) (3, 0) (0, 1) (1, 1) (2, 1) (3, 1) (0, 2) (1, 2) (2...

    docs.aspose.com/slides/zh/java/manage-table/