Sort Score
Result 10 results
Languages All
Labels All
Results 8,141 - 8,150 of 152,085 for

2

(0.43 sec)
  1. 使用 JavaScript 通过 C++ 合并和拆分单元格|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 JavaScript 库,支持合并和拆分单元格。本文将介绍如何使用 Aspose.Cells 库合并和拆分单元格,并提供自定义合并单元格样式的选项。... merge ( 5 , 2 , 2 , 3 ); // Input data into C6...const cell = cells . get ( 5 , 2 ); cell . value = "This is my...

    docs.aspose.com/cells/zh/javascript-cpp/merging...
  2. Project Calculation Modes | Aspose.Tasks Docume...

    Discover how Aspose.Tasks for C++ handles project calculation modes....set calculation mode to None 2 System ::SharedPtr < Project >...(Tsk::Duration(), project -> GetDuration(2, Aspose::Tasks::TimeUnitType::Day));...

    docs.aspose.com/tasks/cpp/project-calculation-m...
  3. Issues open/load a pdf file using the Aspose.Pd...

    In C# Application , I am trying to open/load a PDF file using the Aspose.Pdf.Document this is the code // string path = @“C:\Users\YourUser\Documents\my-test.pdf”; var pdfDocument = new Aspose.Pdf.Document(path); it…...aspose-pdf-net vigneshS July 23, 2025, 2:03pm 1 In C# Application , I am...Professionalize.Discourse July 23, 2025, 2:04pm 2 @vigneshS Cause The error...

    forum.aspose.com/t/issues-open-load-a-pdf-file-...
  4. TxtSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.TEXT format in Java....writeln("Paragraph 2."); builder.write("Paragraph 3...paragraph.\r\r\t" + "Paragraph 2. End of paragraph.\r\r\t" + "Paragraph...

    reference.aspose.com/words/java/com.aspose.word...
  5. GeneralFormat Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.GeneralFormat enum, which enhances numeric text formatting for fields, ensuring clarity and precision in your documents.... UppercaseAlphabetic 2 Numeric formatting. Formats a...= builder . InsertField ( "= 2 + 3" ); Assert . That ( field...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Run class | Aspose.Words for Python

    aspose.words.Run class. Represents a run of characters with the same font formatting...Run ( doc = doc , text = 'Run 2. ' ) run3 = aw . Run ( doc = doc...paragraph_text ) self . assertEqual ( 'Run 2. Initial text.' , paragraph ....

    reference.aspose.com/words/python-net/aspose.wo...
  7. Manage Presentation Themes in .NET|Aspose.Slide...

    Master presentation themes in Aspose.Slides for .NET to create, customize and convert PowerPoint files with consistent branding....colors from the additional palette(2) are formed. You can then set...colors. 1 - Main theme colors 2 - Colors from the additional palette...

    docs.aspose.com/slides/net/presentation-theme/
  8. Use LightCells API build xls ,throw Exception O...

    using Aspose.Cells; namespace ConsoleApp17 { public class WriteUsingLightCellsAPI { public static void Run() { // The path to the documents directory. var fileName = $“F:\temp\{DateTime.Now:yyyyMMHHmmss}.xls”; …...StartCell(Cell cell) { if (_column == 2) cell.PutValue(""); // when use...Discourse May 16, 2025, 12:24pm 2 @523218882 The exception “Object...

    forum.aspose.com/t/use-lightcells-api-build-xls...
  9. Manage Presentation Themes in Java|Aspose.Slide...

    Master presentation themes in Aspose.Slides for Java to create, customize and convert PowerPoint files with consistent branding....colors from the additional palette(2) are formed. You can then set...colors. 1 - Main theme colors 2 - Colors from the additional palette...

    docs.aspose.com/slides/java/presentation-theme/
  10. Section | Aspose.Words for Java

    Represents a single section in a document in Java....write("Section 2"); builder.insertBreak(BreakType...section = doc.getSections().get(2); Assert.assertEquals("Section...

    reference.aspose.com/words/java/com.aspose.word...