Sort Score
Result 10 results
Languages All
Labels All
Results 1,511 - 1,520 of 19,030 for

rows

(0.12 sec)
  1. Aspose::Words::Tables::RowFormat::get_AllowBrea...

    Aspose::Words::Tables::RowFormat::get_AllowBreakAcrossPages method. True if the text in a table row is allowed to split across a page break in C++....True if the text in a table row is allowed to split across a...to disable rows breaking across pages for every row in a table...

    reference.aspose.com/words/cpp/aspose.words.tab...
  2. Creating a complex PDF|Aspose.PDF for Python vi...

    Aspose.PDF for Python via .NET allows you to create more complex documents that contain images, text fragments, and tables in one document.... rows . add () headerRow . cells ...while i < 10 : dataRow = table . rows . add () dataRow . cells . add...

    docs.aspose.com/pdf/python-net/complex-pdf-exam...
  3. Insert Hyperlinks in Worksheet|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.... Number of rows – the number of rows in this hyperlink...

    docs.aspose.com/cells/java/insert-hyperlinks-in...
  4. Calculate the Width and Height of the Cell Valu...

    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....then set the column width and row height of that cell, respectively...Alternatively, you can also autofit rows and columns of your cells or...

    docs.aspose.com/cells/java/calculate-the-width-...
  5. BorderCollection.vertical property | Aspose.Wor...

    BorderCollection.vertical property. Gets the vertical border that is used between cells....vertical borders to a table row’s format. doc = aw . Document...insert_cell () builder . write ( f 'Row { i + 1 } , Column 1' ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Setting Print Options with Node.js via C++|Docu...

    This article demonstrates how to programmatically set the Print Options of the Excel Worksheet Page Setup feature using the Node.js API and C++ Library. You can set the Print Area, Print Titles, and Page Order.... Print row/column headings. Print in draft...Cells allows you to designate row and column headers to repeat...

    docs.aspose.com/cells/nodejs-cpp/setting-print-...
  7. Horizontally Merged Cells - Free Support Forum ...

    I am trying to pull table structures out of documents using words-python (version 25.9.0). I need to be able to detect merged cells properly. The vertical merges seem to work as anticipated based on documentation. Howeve…...as_table() row = [child for child in table.get_child_nodes(aw...get_child_nodes(aw.NodeType.ROW, False)][0].as_row() cell = [child for...

    forum.aspose.com/t/horizontally-merged-cells/31...
  8. MailMergeCleanupOptions enumeration | Aspose.Wo...

    aspose.words.mailmerging.MailMergeCleanupOptions enumeration. Specifies options that determine what items are removed during mail merge....REMOVE_EMPTY_TABLE_ROWS Specifies whether empty rows that contain mail...MailMergeCleanupOpti.REMOVE_EMPTY_TABLE_ROWS option. See Also module aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Cell.lastParagraph property | Aspose.Words for ...

    Cell.lastParagraph property. Gets the last paragraph among the immediate children....vertical borders to a table row’s format. let doc = new aw ....insertCell (); builder . write ( `Row ${ i + 1 } , Column 1` ); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 冻结窗格的使用|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....sheet" ); // Freeze just one row sheet1 . CreateFreezePane ( 0...); // Freeze the columns and rows (forget about scrolling position...

    docs.aspose.com/cells/zh/net/working-with-freez...