Sort Score
Result 10 results
Languages All
Labels All
Results 9,371 - 9,380 of 150,721 for

2

(0.17 sec)
  1. Aspose::Words::Properties::DocumentPropertyColl...

    Aspose::Words::Properties::DocumentPropertyCollection::RemoveAt method. Removes a property at the specified index in C++....Type: \" {1} \"\n\t Value: \" {2} \" " , enumerator -> get_Current...properties -> get_Count ()); // 2 - Remove by name: properties ->...

    reference.aspose.com/words/cpp/aspose.words.pro...
  2. Aspose::Words::Properties::DocumentPropertyColl...

    Aspose::Words::Properties::DocumentPropertyCollection::Clear method. Removes all properties from the collection in C++....Type: \" {1} \"\n\t Value: \" {2} \" " , enumerator -> get_Current...properties -> get_Count ()); // 2 - Remove by name: properties ->...

    reference.aspose.com/words/cpp/aspose.words.pro...
  3. Python unable to convert eml file to PST gettin...

    We are trying to convert a eml file downloaded to PST format, but getting below error Reason: Proxy error(ArgumentNullException): Could not find the data block by its identifier. (Parameter ‘entry’) Below is the code f…...Discourse September 1, 2025, 11:02am 2 @TejasA The error you’re encountering...how it goes! TejasA September 2, 2025, 7:09am 3 The EML file is...

    forum.aspose.com/t/python-unable-to-convert-eml...
  4. Fetching "Start At" Values for Numbered Lists f...

    Hi Team, get_NumberedBulletStartWith() → Returns or sets the first number which is used for group of numbered bullets with no inheritance. So, for a group starting with 5, then continuing with 6,7,8; get_NumberedBullet…...Discourse January 22, 2026, 8:33am 2 @pankajku You are trying to retrieve...the numbered list: 589×716 65.2 KB That is why Aspose.Slides returns...

    forum.aspose.com/t/fetching-start-at-values-for...
  5. Reading VBA Information from MPP File | Aspose....

    Learn how to read VBA project details, modules, references, and attributes from Microsoft Project MPP files using Aspose.Tasks for .NET....mpp" ); 2 VbaProject vbaProject = project...Project( "New Project.mpp" ); 2 3 VbaProject vbaProject = project...

    docs.aspose.com/tasks/net/reading-vba-informati...
  6. QR-Code Encoding Problems - Free Support Forum ...

    Hello! I use Aspose.BarCode 26.1 and have problems with some currency symbols. I tried QREncodeMode.ECIEncoding; ECIEncodings.UTF8; with bad results qrModeECI.gif (1.9 KB) and I tried QREncodeMode.EXTENDED; w…...Discourse February 6, 2026, 11:10am 2 @dvtdaten You’re seeing incorrect...ypes.QR, "Price: 123 €"); // 2. Enable ECI encoding generator...

    forum.aspose.com/t/qr-code-encoding-problems/32...
  7. Show and Hide Rows, Columns and Scroll Bars wit...

    This article demonstrates how to programmatically display and hide Excel worksheet rows and columns using Node.js via C++. Control the visibility of scroll bars and hide multiple rows and columns efficiently.... unhideRow ( 2 , 13.5 ); // Unhiding the 2nd...worksheet . getCells (). hideRow ( 2 ); worksheet . getCells (). hideColumn...

    docs.aspose.com/cells/nodejs-cpp/show-and-hide-...
  8. 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...
  9. Aspose::Words::Drawing::GradientStopCollection:...

    Aspose::Words::Drawing::GradientStopCollection::get_Count method. Gets an integer value indicating the number of items 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...
  10. Document | Aspose.Words for Java

    Represents a Word document in Java....")); // 2 - Load a document that exists...writeln("Item 1"); builder.writeln("Item 2"); doc.cleanup(); Assert.assertEquals(6...

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