Sort Score
Result 10 results
Languages All
Labels All
Results 9,091 - 9,100 of 149,114 for

2

(0.13 sec)
  1. Aspose::Words::Drawing::GradientStopCollection:...

    Aspose::Words::Drawing::GradientStopCollection::RemoveAt method. Removes a GradientStop from the collection at a specified index in C++....= gradientStops -> idx_get ( 2 ); gradientStops -> Remove ( gradientStop...gradientStop ); ASSERT_EQ ( 2 , gradientStops -> get_Count ());...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. RTF template width is not accommodating for all...

    Hello, I am facing an issue where we are generating RTF template with high column count or column width. When the overall column width exceeds a certain value it starts clipping the column at the right end (Example file…...deryushev July 1, 2025, 2:16pm 2 @psharma314 Use the following...

    forum.aspose.com/t/rtf-template-width-is-not-ac...
  3. Aspose::Words::Drawing::GradientStopCollection:...

    Aspose::Words::Drawing::GradientStopCollection::idx_set method. Gets or sets a GradientStop object in the collection in C++....= gradientStops -> idx_get ( 2 ); gradientStops -> Remove ( gradientStop...gradientStop ); ASSERT_EQ ( 2 , gradientStops -> get_Count ());...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Aspose::Words::Lists::ListCollection::idx_get m...

    Aspose::Words::Lists::ListCollection::idx_get method. Gets a list by index in C++....builder -> Writeln ( u "Paragraph 2" ); builder -> Write ( u "Paragraph...get_ListFormat () -> set_ListLevelNumber ( 2 ); } ASSERT_EQ ( 3 , paras ->...

    reference.aspose.com/words/cpp/aspose.words.lis...
  5. Convert Project Data to HTML in C++ | Aspose.Ta...

    Learn how to convert Microsoft Project (MPP/XML) projects to HTML using Aspose.Tasks for C++....mpp" ); 2 System ::SharedPtr < HtmlSaveOptions...Adding only one page (page number 2) 8 option = System::MakeObject...

    docs.aspose.com/tasks/cpp/convert-project-data-...
  6. Utility Features in Aspose.Tasks for .NET | Asp...

    Explore utility features available within Aspose.Tasks for .NET to streamline project management processes....mpp" ); 2 project. CalculationMode = CalculationMode...RootTask . Children . Add ( "2" ); 6 Task subtask3 = project...

    docs.aspose.com/tasks/net/utility-features/
  7. Pivot table localization missing function "coun...

    override all PivotGlobalizationSettings method and not found localization about “Function” or “Count”, and Counting field still output “Count of ColumnName”...Discourse October 14, 2025, 7:42am 2 @Flithor It seems you’re experiencing...new{Value=1}, new{Value=2}, new{Value=4}, new{Value=2}, new{Value=1},...

    forum.aspose.com/t/pivot-table-localization-mis...
  8. Need To parse PDF and Conversion PDF To Excel -...

    My requirement is as follows: I have a PDF that contains text, along with images and tables. I need to create an Excel file based on this PDF, where the data is organized exactly as it appears in the PDF. Is there a so…...ali December 20, 2024, 11:15pm 2 @gaurav.k Aspose.PDF provides...accordingly. gaurav.k January 2, 2025, 5:18am 7 Okay Mr Ali, I...

    forum.aspose.com/t/need-to-parse-pdf-and-conver...
  9. score_group|Documentation

    Score_group element defines a group of questions with multiple evaluation criteria, which are summed up during recognition....format: {Column 1 width %}-{Column 2 width %}-...{Column N width %}...attribute equals to content . column=2 row n/a Determines the row number...

    docs.aspose.com/omr/net/txt-markup/score_group/
  10. 制作 PDF 文件的 NUp|Aspose.PDF for .NET

    本文展示了如何使用 PdfFileEditor 类与 Aspose.PDF Facades 一起制作 PDF 文件的 NUp。...pdf" , 2 , 3 , PageSize . A5 ); } 使用页面大小、水平和垂直值以及文件路径制作..."MakeNUpUsingPageSize_out.pdf" , 2 , 3 ); } 使用 PDF 文件数组和文件路径制作 NUp...

    docs.aspose.com/pdf/zh/net/make-nup-of-pdf-files/