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

rows

(0.28 sec)
  1. TableStyle | Aspose.Words for Java

    Represents a table style in Java....indicating whether text in a table row is allowed to split across a...getRowStripe() Gets a number of rows to include in the banding when...

    reference.aspose.com/words/java/com.aspose.word...
  2. Incorrect render of text with some fonts when D...

    Hello, The subject is quite similar to this topic I created few months ago, but with a different outcome: Incorrect render of text with font from Aptos family My customer is using the font Montserrat in his workbook. W…...image shows that on the 3 first rows, the Arial font is used for...starting from the middle of the 4th row, the Montserrat font is used...

    forum.aspose.com/t/incorrect-render-of-text-wit...
  3. 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...
  4. 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...
  5. Replace Text in PDF|Aspose.PDF for .NET

    Learn more about various ways of replacing and removing text from Aspose.PDF for .NET library....// Create rows in the table and then cells in the rows var row3...row3 = table2 . Rows . Add (); row3 . Cells . Add (); row3 . Cells...

    docs.aspose.com/pdf/net/replace-text-in-pdf/
  6. Aspose::Words::Tables namespace | Aspose.Words ...

    Aspose::Words::Tables namespace. The Aspose.Words.Tables namespace contains classes that represent tables, Rows, cells and their formatting in C++....classes that represent tables, rows, cells and their formatting...documentation article. Row Represents a table row. To learn more, visit...

    reference.aspose.com/words/cpp/aspose.words.tab...
  7. 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/
  8. Adding, Extracting, and Deleting Tables in PDF ...

    Manage Tables in PDF file programmatically with C++ sample code using Aspose.PDF for C++...add 10 rows for ( int row_count = 1 ; row_count < 10 ; row_count...{ // Add row to table auto row = table -> get_Rows () -> Add...

    products.aspose.com/pdf/cpp/table/
  9. 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...
  10. 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...