Sort Score
Result 10 results
Languages All
Labels All
Results 1,811 - 1,820 of 19,018 for

rows

(0.12 sec)
  1. 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/
  2. 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...
  3. AutoFit Row Height Automatically When Loading a...

    Learn how to fit Rows whose height is not customized using Aspose.Cells with C++....Ask AI AutoFit Row Height Automatically When Loading a File with...Usage Scenarios The height of a row automatically matches the font...

    docs.aspose.com/cells/cpp/autofit-row-height/
  4. 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...
  5. 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...
  6. 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...
  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. Cell | Aspose.Words for Java

    Represents a table cell in Java....Cell can only be a child of a Row . Cell can contain block-level...appendChild(table); // Tables contain rows, which contain cells, which...

    reference.aspose.com/words/java/com.aspose.word...