Sort Score
Result 10 results
Languages All
Labels All
Results 6,641 - 6,650 of 151,211 for

2

(0.83 sec)
  1. BufferedInputStream or Files.newInputStream to ...

    For merging pdf files, I wonder which stream class I should use with PdfFileEditor, BufferedInputStream or Files.newInputStream? Will BufferedInputStream perform better?...Discourse January 26, 2026, 8:20pm 2 @stonechen28 You want to know...is part of the newer Java NIO.2 API and returns a Stream , whereas...

    forum.aspose.com/t/bufferedinputstream-or-files...
  2. OutlineLevel Enum | Aspose.Words for .NET

    Discover the Aspose.Words.OutlineLevel enum to easily manage paragraph outline levels in your documents for enhanced organization and clarity....is at the outline level 2. Level3 2 The paragraph is at the outline...Writeln ( "Paragraph outline level 2." ); // Two paragraphs of the...

    reference.aspose.com/words/net/aspose.words/out...
  3. Word bookmarks loose ID - Free Support Forum - ...

    Hi, Aspose team. Scenario: Aspose.Words 25.4.0 breaks Word bookmark IDs when resaving a DOCX document. The sample document has 2 bookmarks in the footer. Issue (actual behavior): If I resave a DOCX document with Aspose…... The sample document has 2 bookmarks in the footer. Issue...resaving the doc. document.docx (64.2 KB) var path = @"./document.docx";...

    forum.aspose.com/t/word-bookmarks-loose-id/312334
  4. Create Polygon In Mesh|Documentation

    Aspose.3D for Node.js via Java allows creating a polygon in a mesh.... createPolygon ( 0 , 1 , 2 ); //Or You can create a polygon...mesh . createPolygon ( 0 , 1 , 2 , 3 ); Changing Plane Orientation...

    docs.aspose.com/3d/nodejs-java/create-polygon-i...
  5. Pivot table - Index was out of range - Free Sup...

    Hello Guys, i have a problem when I want to calculate the pivot table in the following example excel file. I always get the following exception “Index was out of range. Must be non-negative and less than the size of th…...ahsaniqbalsidiqui March 16, 2021, 4:53pm 2 @akquinet , We have observed this...MB) akquinet March 19, 2021, 2:53pm 6 Thanks, work fine amjad...

    forum.aspose.com/t/pivot-table-index-was-out-of...
  6. 从DataTable导入|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....1 ] = "Aniseed Syrup" ; dr [ 2 ] = 15 ; //Adding filled row to...dr [ 0 ] = 2 ; dr [ 1 ] = "Boston Crab Meat" ; dr [ 2 ] = 123 ;...

    docs.aspose.com/cells/zh/net/importing-from-dat...
  7. CustomXmlProperty.uri property | Aspose.Words f...

    CustomXmlProperty.uri property. Gets or sets the namespace URI of the custom XML attribute or smart tag property....assertEqual ( '2003' , properties [ 2 ] . value ) self . assertEqual...( 3 , properties . count ) # 2 - Remove by name: properties ...

    reference.aspose.com/words/python-net/aspose.wo...
  8. CustomPartCollection Class | Aspose.Words for .NET

    Explore the Aspose.Words.Markup.CustomPartCollection class for managing CustomPart objects efficiently. Enhance your document processing capabilities today!... EqualTo ( 2 )); // Clone the second part,...PackageCustomParts . RemoveAt ( 2 ); Assert . That ( doc . PackageCustomParts...

    reference.aspose.com/words/net/aspose.words.mar...
  9. ISOWEEKNUM returns 53 for Dec 29–31, 2025 — sho...

    ISOWEEKNUM returns the wrong week number for dates that fall in the last days of December when ISO week 1 of the new year starts in December. In 2026, January 1 falls on a Thursday. Per ISO 8601, Week 1 is defined as th…...g March 2, 2026, 5:47pm 1 ISOWEEKNUM returns...for A4 amjad.sahi March 2, 2026, 6:26pm 2 @ronald.g , Thanks for...

    forum.aspose.com/t/isoweeknum-returns-53-for-de...
  10. SdtListItemCollection | Aspose.Words for Java

    Provides access to SdtListItem elements of a structured document tag in Java....add(new SdtListItem("Item 2", "Value 2")); listItems.add(new SdtListItem("Item...add(new SdtListItem("Item 2", "Value 2")); listItems.add(new SdtListItem("Item...

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