Sort Score
Result 10 results
Languages All
Labels All
Results 5,181 - 5,190 of 155,160 for

2

(0.45 sec)
  1. TxtExportHeadersFootersMode enumeration | Aspos...

    aspose.words.saving.TxtExportHeadersFootersMode enumeration. Specifies the way headers and footers are exported to plain text format.... writeln ( 'Page 2' ) builder . insert_break ( aw...'Page 1 { new_line } ' + f 'Page 2 { new_line } ' + f 'Page 3 { new_line...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 删除分节符影响书签标记 - 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
  3. 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...
  4. 在 PostScript 中使用文本 | C++

    如何在 PS 文件中添加文本是 Aspose.Page API 解决方案解答的一个问题。了解如何在 C++ 中使用该功能...System::String > ({FONTS_FOLDER})); 2 System ::SharedPtr < DrFont >...path to the documents directory. 2 System::String dataDir = RunE...

    docs.aspose.com/page/zh/cpp/ps/working-with-text/
  5. 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...
  6. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – PDF Conversion Solution using PHP https://products.aspose.com/pdf/php-java/conversion/ Recent content in PDF Conversion Solution using PHP on A......2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – PDF Conversion...is-justify-content-center is-hidden-mobile mb-2 https://products.aspose.com/p...

    products.aspose.com/pdf/php-java/conversion/ind...
  7. Cells.MaxDataRow on large file - Free Support F...

    A file with 429,323 rows and 49 columns throws a System.OutOfMemoryException error when trying to use Cells.MaxDataRow to determine the last cell. Is there a limit to how big a file can be? If so, is there a workaround …...Product Family BRGQST January 2, 2026, 4:42pm 1 A file with 429...workaround here? amjad.sahi January 2, 2026, 5:23pm 3 @BRGQST , There...

    forum.aspose.com/t/cells-maxdatarow-on-large-fi...
  8. 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...
  9. 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...
  10. 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...