Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 17,887 for

rows

(0.12 sec)
  1. Aspose::Words::DocumentBuilder::Write method | ...

    Aspose::Words::DocumentBuilder::Write method. Inserts a string into the document at the current insert position in C++....// will apply them to every row and cell that we add with it...InsertCell (); builder -> Write ( u "Row 1, Col 1" ); builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. How to Create DOCX in C++

    In this topic, we will learn how to create DOCX in C++. The Word documents are created programmatically in C++ and used in many applications to achieve automation like utility bill generation. You can create DOCX on the fly in C++ using simple API interface.... we looked in to How to Add Rows to Table in DOCX using C++ ...

    kb.aspose.com/words/cpp/how-to-create-docx-in-cpp/
  3. MailMergeCleanupOptions | Aspose.Words for Java

    Specifies options that determine what items are removed during mail merge in Java....REMOVE_EMPTY_TABLE_ROWS option. REMOVE_EMPTY_TABLE_ROWS Specifies whether...whether empty rows that contain mail merge regions should be removed...

    reference.aspose.com/words/java/com.aspose.word...
  4. MailMerge.UseWholeParagraphAsRegion | Aspose.Wo...

    Discover how to use the MailMerge UseWholeParagraphAsRegion property to enhance your mail merge regions, ensuring complete control over content inclusion.... Rows . Add ( new object [] { "Value...

    reference.aspose.com/words/net/aspose.words.mai...
  5. Aspose::Words::DocumentBuilder::StartColumnBook...

    Aspose::Words::DocumentBuilder::StartColumnBookmark method. Marks the current position in the document as a column bookmark start. The position must be in a table cell in C++....or more columns in a range of rows. To create a valid bookmark...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. FieldMergingArgsBase.TableName | Aspose.Words f...

    Discover the FieldMergingArgsBase TableName property, easily access the data table name for your merge operations, or know when it's unavailable.... Rows . Add ( datarow ); datarow [...

    reference.aspose.com/words/net/aspose.words.mai...
  7. Extract Table Data from PDF|Aspose.PDF for Andr...

    Learn how to extract tabular from PDF using Aspose.PDF for Android via Java....and handle list of absorbed rows and list of absorbed cells....list of rows for ( com . aspose . pdf . AbsorbedRow row : table...

    docs.aspose.com/pdf/androidjava/extract-data-fr...
  8. Totals is not recovering correctly - Free Suppo...

    Hi, We are using table with multiple Totals One of them as Total Row. The others are user created and they are part of the table. We use the mechanism table.ShowTotals = false; and after manipulating the data (includi…...Totals One of them as Total Row . The others are user created...(including adding/deleting/changing rows) we do table.ShowTotals = true;...

    forum.aspose.com/t/totals-is-not-recovering-cor...
  9. Convert JSON Format to DOC via C++ | products.a...

    C++ API t0 Parse JSON to DOC without using Microsoft Word...you can also set the size of rows and columns by loading JSON...need to set the same row height for all rows in the worksheet, you...

    products.aspose.com/total/cpp/conversion/json-t...
  10. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to set FitToPagesWide and FitToPagesTall using the Aspose.Cells library with C++....regardless of the number of rows. Why Use FitToPagesWide and...well‑organized, without any columns or rows being split awkwardly across...

    docs.aspose.com/cells/cpp/how-to-print-excel-as...