Sort Score
Result 10 results
Languages All
Labels All
Results 3,921 - 3,930 of 150,313 for

2

(0.1 sec)
  1. 删除分节符影响书签标记 - Free Support Forum - aspose.com

    Document document = new Document("input.docx"); for (int i = document.getSections().getCount() - 2; i >= 0; i--) { document.getLastSection().prependContent(document.getSections().get(i)); …...getCount() - 2; i >= 0; i--) { document.getLastSection()...Discourse May 9, 2025, 8:20pm 2 @Crane 要在删除分节符的同时保持书签不变,您可以在合...

    forum.aspose.com/t/topic/312511
  2. RowFormat class | Aspose.Words for Node.js

    Aspose.Words.Tables.RowFormat class. Represents all formatting for a table row... write ( "Row 1, Col 2" ); builder . endRow (); // Changing...insertCell (); builder . write ( "Row 2, Col 1" ); builder . insertCell...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. IFieldResultFormatter class | Aspose.Words for ...

    Aspose.Words.Fields.IFieldResultFormatter class. Implement this interface if you want to control how the field result is formatted.... insertField ( " = 2 + 3 \\# $###" ); expect ( doc...numeric )). toEqual ( 1 ); // 2 - Date/time: builder . insertField...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Wrong background in shape with m - Free Support...

    Hi, after uploading, it appears that many shapes are not displayed correctly (see screenshot below). The shapes that are displayed in dark gray or blue are also yellow in the original. If you look at the formatting of …...Product Family Chris2Stein January 2, 2025, 5:36pm 1 Hi, after uploading...Professionalize.Discourse January 2, 2025, 5:36pm 2 @Chris2Stein Could you...

    forum.aspose.com/t/wrong-background-in-shape-wi...
  5. RelativeHorizontalPosition Enum | Aspose.Words ...

    Discover Aspose.Words.Drawing.RelativeHorizontalPosition enum to define precise horizontal positioning for shapes and text frames in your documents.... Column 2 The object is positioned relative...left on even pages). Default 2 Default value is Column. Examples...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Translate Markdown to DOM|Aspose.Words for Pyth...

    Tarnslate a Markdown document to Document Object Model and back using Python. So you can work with complex existing Markdown and programmatically create a Markdown document from scratch....Container blocks can be divided into 2 classes: Leaf blocks and Complex...level 1), --- (if Heading level 2) ParagraphFormat.style_name =...

    docs.aspose.com/words/python-net/translate-mark...
  7. Insert Text columns into document and insert co...

    Hi there, My requirement is to create a list in three columns. data will come from DB. See sample output (requirement) as attachment. Please suggest implementation approach and sample code (.NET).List-3cols.PNG (267.5…...manzoor February 11, 2020, 1:58pm 2 @abhijit.das.cw TextColumn class...to set them columns.SetCount(2); // Set the first column to be...

    forum.aspose.com/t/insert-text-columns-into-doc...
  8. Grouping and Ungrouping Rows and Columns in PHP...

    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....first three columns (from 0 to 2) and making them hidden by passing...$cells -> groupColumns ( 0 , 2 , true ); # Saving the modified...

    docs.aspose.com/cells/java/grouping-and-ungroup...
  9. Create High-Low-Close(HLC) Stock Chart with Nod...

    Learn how to create a high-low-close stock chart using Aspose.Cells for Node.js via C++. Our step-by-step guide will demonstrate how to plot stock market data, including the high, low, and close prices, onto a chart for better analysis and visualization.... get ( 2 ). getMarker (). setMarkerStyle...chart . getNSeries (). get ( 2 ). getMarker (). setMarkerSize...

    docs.aspose.com/cells/nodejs-cpp/create-high-lo...
  10. Sample program for waterfall chart - Free Suppo...

    Hi Team, Could you please share the code snippet to render a waterfall chart for the below data using Aspose Slides Java version 25.6 ? Period Savings PrevYear -9 January 1 February 3 March 4 April -3 …...February 3 March 4 April -3 May 2 June 7 July 3 August 6 YTD 23...alone without hiding the other 2 legends. Sharing the ppt file...

    forum.aspose.com/t/sample-program-for-waterfall...