Sort Score
Result 10 results
Languages All
Labels All
Results 9,231 - 9,240 of 154,945 for

2

(0.18 sec)
  1. Query Cell Areas Mapped to XML Map Path using W...

    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....CellArea ( C1 : C8 )[ 0 , 2 , 7 , 2 ] Aspose . Cells . CellArea...

    docs.aspose.com/cells/net/query-cell-areas-mapp...
  2. Insert or Delete Rows in an Excel Worksheet wit...

    This article provides Node.js code using C++ to insert and delete rows in an Excel worksheet....// Insert 10 rows at row index 2 (insertion starts at the 3rd row)...sheet . getCells (). insertRows ( 2 , 10 ); // Delete 5 rows now (8th...

    docs.aspose.com/cells/nodejs-cpp/insert-or-dele...
  3. Add Image Hyperlinks|Documentation

    Learn how to add image hyperlinks through the Aspose.Cells for JavaScript via C++ API....C column width (column index 2) const column = worksheet . cells...cells . columns . get ( 2 ); column . width = 21 ; // Read the...

    docs.aspose.com/cells/javascript-cpp/add-image-...
  4. Rendering Options – Aspose.HTML for .NET

    Learn about rendering options in Aspose.HTML for .NET to customize the rendering of HTML to PDF, XPS, DOCX, and Images. Gain ready-to-use C# examples...PDF in C# with custom page size 2 3 string code = @ "<span>Hello...FromInches (4),Length. FromInches (2))) 14 } 15 }; 16 17 // Prepare...

    docs.aspose.com/html/net/rendering-options/
  5. 添加和连接 Visio 形状|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....pageNumber = 0 ; double width = 2 , height = 2 , pinX = 4 . 25 , pinY...// Add a new star shape pinX = 2 . 0 ; pinY = 4 . 5 ; long starId...

    docs.aspose.com/diagram/zh/java/add-and-connect...
  6. Aspose::Words::Fields::FieldIndex::get_Language...

    Aspose::Words::Fields::FieldIndex::get_LanguageId method. Gets or sets the language ID used to generate the index in C++....span over 2 columns. index -> set_NumberOfColumns ( u "2" ); //..." INDEX \\ z 1033 \\ h A \\ c 2 \\ p a-c" , index -> GetFieldCode...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. 使用 C++ 通过 Node.js 插入或删除 Excel 工作表中的行|Documentation

    本文提供了使用 C++ 的 Node.js 代码,用于在 Excel 工作表中插入和删除行。...// Insert 10 rows at row index 2 (insertion starts at 3rd row)...sheet . getCells (). insertRows ( 2 , 10 ); // Delete 5 rows now....

    docs.aspose.com/cells/zh/nodejs-cpp/insert-or-d...
  8. Aspose::Words::Lists::ListFormat::get_IsListIte...

    Aspose::Words::Lists::ListFormat::get_IsListItem method. True when the paragraph has bulleted or numbered formatting applied to it in C++....String ( u "Level " ) + i ); } // 2 - A bulleted list: // This list...Writeln ( u "Numbered list item 2" ); builder -> Writeln ( u "Numbered...

    reference.aspose.com/words/cpp/aspose.words.lis...
  9. Aspose.Email 26.1.0.3: Appointment.save() does ...

    Hi team, I am using Aspose.Email version 26.1.0.3 to load and save ICS calendar files. Sample code: try (InputStream stream = new FileInputStream(new File("C:\\tmp\\calendar.ics"))) { AppointmentLoadOptions alo = n…...pavlov February 25, 2026, 9:48am 2 @Rich_Yu We have opened the following...team. aweech March 11, 2026, 2:20pm 3 Will this also be fixed...

    forum.aspose.com/t/aspose-email-26-1-0-3-appoin...
  10. RelativeVerticalPosition enumeration | Aspose.W...

    aspose.words.drawing.RelativeVerticalPosition enumeration. Specifies to what the vertical position of a shape or text frame is relative.... width ) / 2 shape . top = ( builder . page_setup...page_height - shape . height ) / 2 doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...