Sort Score
Result 10 results
Languages All
Labels All
Results 9,321 - 9,330 of 159,273 for

2

(0.09 sec)
  1. Get, Update and Expand a Bookmark|Aspose.PDF fo...

    This article describes how to use bookmarks in a PDF file. With our Java library, you can get bookmarks from the PDF file, get a bookmarks page number, update bookmarks in a PDF Document, and expand bookmarks when viewing a document....); // Set the target page as 2 pdfOutline . setDestination (...pdfDocument . getPages (). get_Item ( 2 ))); // Save output pdfDocument...

    docs.aspose.com/pdf/java/get-update-and-expand-...
  2. 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...
  3. Working with Barcode Types|Documentation

    Description of Various Barcode Types Supported in Aspose.BarCode for Android...25 characters for 1D types or 2,000 for 2D ones. The greater the...EAN 8, IATA 2-of-5, Italian Post 25, Interleaved 2-of-5, ISBN...

    docs.aspose.com/barcode/androidjava/working-wit...
  4. Totals is not recovering correctly - Free Suppo...

    Hi, We are using table with multiple Totals One of them as Total Row. The others are user created and they are part of the table. We use the mechanism table.ShowTotals = false; and after manipulating the data (includi…...Discourse June 18, 2025, 10:15am 2 @aleksandr.l Cause The issue you’re...1. Set ShowTotals to false . 2. Perform your data manipulation...

    forum.aspose.com/t/totals-is-not-recovering-cor...
  5. Aspose::Words::DocumentBuilder::MoveTo method |...

    Aspose::Words::DocumentBuilder::MoveTo method. Moves the cursor to an inline node or to the end of a paragraph in C++....firstParagraphNodes -> idx_get ( 2 ) -> get_NodeType ()); // The...Writeln ( u "Run 2. " ); ASSERT_EQ ( u "Run 2. \r Run 1." , doc...

    reference.aspose.com/words/cpp/aspose.words/doc...
  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. Get, Update and Expand a Bookmark|Aspose.PDF fo...

    Aspose.PDF for C++ library allows you get? update in a PDF file with our ....); // Set the target page as 2 pdfOutline -> set_Destination...-> get_Pages () -> idx_get ( 2 ))); // Save output pdfDocument...

    docs.aspose.com/pdf/cpp/get-update-and-expand-b...
  9. Aspose.Words v21.9 table cell color fill bug - ...

    Aspose.Words v21.9 drops the table cell fill color when converting Rich Text Files (RTF) saved in Word 2019/365 (from Version 2505 (Build 18827.20128) forward) to DOCX and PDF formats. Reproduction Steps See the atta…...samirjaiswal August 20, 2025, 2:44pm 1 Aspose.Words v21.9 drops...Discourse August 20, 2025, 2:44pm 2 @samirjaiswal Issue Summary...

    forum.aspose.com/t/aspose-words-v21-9-table-cel...
  10. Inline | Aspose.Words for Java

    Base class for inline-level nodes that can have character formatting associated with them but cannot have child nodes of their own in Java....get(2).isInsertRevision()); // 2 - A "format" revision:...changes. Assert.assertTrue(runs.get(2).isFormatRevision()); // 3 - A...

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