Learn how to change the Z‑order position of shapes in a worksheet using Aspose.Cells for C++....negative number such as -1, -2, -3, etc. If you want to bring...a positive number such as 1, 2, 3, etc. Send Shape Front or Back...
The image in the converted Word document is inverted/reversed - looks really odd......rafique March 12, 2015, 5:27am 2 Hi Thomas, Please provide us your...notifier September 19, 2025, 2:45pm 4 The issues you have found...
Steps to reproduce:
Open any PDF in Adobe Acrobat Reader, add a stamp
Export the annotations to XFDF
Import the XFDF using Aspose PDF
Getting system exceptions when doing the importing...Discourse February 11, 2026, 1:28am 2 @kzhu You’re seeing an exception...issues were fixed in that version [2]. Provide more details so we can...
OutlineOptions.headingsOutlineLevels property. Specifies how many levels of headings (paragraphs formatted with the Heading styles) to include in the document outline....2" ); builder . paragraphFormat..."Heading 1.2.1" ); builder . writeln ( "Heading 1.2.2" ); builder...
Discover the CompositeNode LastChild property to easily access and manipulate the last child node, enhancing your data structure management.... Writeln ( "Section 2 text." ); // Both sections are...Trim (), Is . EqualTo ( "Section 2 text." )); See Also class Node...
TextColumnCollection.evenlySpaced property. True if text columns are of equal width and evenly spaced.... setCount ( 2 ); // Determine the amount of...builder . writeln ( "Wide column 2." ); doc . save ( base . artifactsDir...
Adjust the TextColumn Width property to easily customize your text column's width in points for enhanced layout control and readability.... SetCount ( 2 ); // Determine the amount of...builder . Writeln ( "Wide column 2." ); doc . Save ( ArtifactsDir...
Access a specific text column by index with the TextColumnCollection Item property. Simplify data management and enhance your coding efficiency.... SetCount ( 2 ); // Determine the amount of...builder . Writeln ( "Wide column 2." ); doc . Save ( ArtifactsDir...