Sort Score
Result 10 results
Languages All
Labels All
Results 1,761 - 1,770 of 18,768 for

rows

(0.08 sec)
  1. Aspose::Words::DocumentBuilder::EndRow method |...

    Aspose::Words::DocumentBuilder::EndRow method. Ends a table row in the document in C++....DocumentBuilder::EndRow method Ends a table row in the document. System :: SharedPtr...Aspose :: Words :: Tables :: Row > Aspose :: Words :: DocumentBuilder...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. Aspose::Words::DocumentBuilder::get_CellFormat ...

    Aspose::Words::DocumentBuilder::get_CellFormat method. Returns an object that represents current table cell formatting properties 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...
  3. Advanced Features|Aspose.PDF for .NET

    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....(); // Add a row into Table var row = table . Rows . Add (); //...t_a^b f(x)dx$" ; var cell = row . Cells . Add (); cell . Margin...

    docs.aspose.com/pdf/net/advanced-features/
  4. 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...
  5. Resize Shapes on Presentation Slides|Aspose.Sli...

    Easily resize shapes on PowerPoint and OpenDocument slides with Aspose.Slides for Java—automate slide layout adjustments and boost productivity....case: you must adjust individual row heights and column widths to...{ IRow row = table . getRows (). get_Item ( i ); row . setMinimalHeight...

    docs.aspose.com/slides/java/re-sizing-shapes-on...
  6. 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...
  7. 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...
  8. 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...
  9. Specific Parameters of 2D Barcode Types|Documen...

    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.... Rows = 6 ; gen . Save ( $"{path}Pdf417...Parameters . Barcode . Pdf417 . Rows = 6 ; gen . Save ( $"{path}CompactPdf417...

    docs.aspose.com/barcode/net/2d-barcode-types/
  10. 创建复杂的PDF|Aspose.PDF for .NET

    Aspose.PDF for NET 允许您创建包含图像、文本片段和表格的更复杂的文档。... Rows . Add (); headerRow . Cells...++) { var dataRow = table . Rows . Add (); dataRow . Cells ....

    docs.aspose.com/pdf/zh/net/complex-pdf-example/