Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 18,754 for

rows

(0.48 sec)
  1. DocumentVisitor.visitRowEnd method | Aspose.Wor...

    DocumentVisitor.visitRowEnd method. Called when enumeration of a table row has ended....visitRowEnd(row) Called when enumeration of a table row has ended...visitRowEnd ( row : Aspose . Words . Tables . Row ) Parameter Type...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Cell.Accept | Aspose.Words for .NET

    Discover the Cell Accept method—enhance visitor engagement and streamline interactions for a seamless experience. Unlock your site's potential today!...) { int rows = 0 ; int columns = 0 ; if ( table . Rows . Count...Count > 0 ) { rows = table . Rows . Count ; columns = table . FirstRow...

    reference.aspose.com/words/net/aspose.words.tab...
  3. Aspose::Words::Tables::CellFormat::ClearFormatt...

    Aspose::Words::Tables::CellFormat::ClearFormatting method. Resets to default cell formatting. Does not change the width of the cell in C++....Examples Shows how to combine the rows from two tables into one. auto... 1 , true )); // Append all rows from the current table to the...

    reference.aspose.com/words/cpp/aspose.words.tab...
  4. Issues with footnotes when converting docx to P...

    Hi, I’m having some issues with footnotes when I convert docx to pdf. For the conversion, I’m using the code below: Document document = new Document("document.docx"); PdfSaveOptions saveOptions = new PdfSaveOptions(); …... Repeat header rows case: When there is a table...footnote with “repeat header rows” option on, and the content...

    forum.aspose.com/t/issues-with-footnotes-when-c...
  5. Render table with Entity Framework|Aspose.PDF f...

    This article will show you how to render table using Entity Framework model as data source using the Aspose.PDF for .NET....them in the document, using Rows and Cells . So, to create the...to add the required number of rows and fill them with the appropriate...

    docs.aspose.com/pdf/net/render-table-using-enti...
  6. Adding Hyperlinks to Link Data in Aspose.Cells|...

    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...added to. Number of rows, the number of rows in this hyperlink...

    docs.aspose.com/cells/net/adding-hyperlinks-to-...
  7. Aspose::Words::Tables::Row class | Aspose.Words...

    Aspose::Words::Tables::Row class. Represents a table row. To learn more, visit the documentation article in C++....Aspose::Words::Tables::Row class Contents [ Hide ] Row class Represents...Represents a table row. To learn more, visit the Working with Tables...

    reference.aspose.com/words/cpp/aspose.words.tab...
  8. MailMerge.ExecuteWithRegions | Aspose.Words for...

    Streamline your document creation with the MailMerge ExecuteWithRegions method, enabling efficient mail merges from custom data sources and regions....field will receive data from rows in a data source named "Customers"...TableEnd must be inside the same row in the table. Mail merge regions...

    reference.aspose.com/words/net/aspose.words.mai...
  9. DocumentVisitor.visitRowStart method | Aspose.W...

    DocumentVisitor.visitRowstart method. Called when enumeration of a table row has started....visitRowStart(row) Called when enumeration of a table row has started...visitRowStart ( row : Aspose . Words . Tables . Row ) Parameter Type...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. DocumentVisitor.visitTableStart method | Aspose...

    DocumentVisitor.visitTableStart method. Called when enumeration of a table has started....) { int rows = 0 ; int columns = 0 ; if ( table . rows . count...count > 0 ) { rows = table . rows . count ; columns = table . firstRow...

    reference.aspose.com/words/nodejs-net/aspose.wo...