Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 18,877 for

rows

(0.13 sec)
  1. Table Overview|Aspose.Words for C++

    Work with tables and their components such as cells, Rows, columns in Aspose.Words for C++. How to work with tables in C++....about table structure, cells, rows, and columns supported by Aspose...consists of such elements as Cell , Row and Column . These are concepts...

    docs.aspose.com/words/cpp/table-overview/
  2. Working with Table-Column Data Bands in C#|Aspo...

    Output a sequence of table-column data when building a report in C#....columns rather than rows. However, unlike table-row data bands able...able to capture only whole rows, table-column data bands can occupy...

    docs.aspose.com/words/net/working-with-table-co...
  3. DataBar Barcodes|Documentation

    Use Aspose.BarCode for Android to generate Databar barcodes...subtypes have two-row and multiple-row (at most 10 rows) versions. This...adjuted by changing barcode row and column numbers. Aspose.BarCode...

    docs.aspose.com/barcode/androidjava/databar-gen...
  4. Generate DataBar Barcodes|Documentation

    Use Aspose.BarCode for PHP via Java to generate Databar barcodes...subtypes have two-row and multiple-row (at most 10 rows) versions. This...adjuted by changing barcode row and column numbers. Aspose.BarCode...

    docs.aspose.com/barcode/phpjava/generate-databar/
  5. Generate DataBar Barcodes in Java|Documentation

    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....subtypes have two-row and multiple-row (at most 10 rows) versions. This...adjusted by changing barcode row and column numbers. Aspose.BarCode...

    docs.aspose.com/barcode/java/databar-barcodes/
  6. Aspose::Words::Story::get_Tables method | Aspos...

    Aspose::Words::Story::get_Tables method. Gets a collection of tables that are immediate children of the story in C++....to remove the first and last rows of all tables in a document...tables -> idx_get ( 0 ) -> get_Rows () -> get_Count ()); ASSERT_EQ...

    reference.aspose.com/words/cpp/aspose.words/sto...
  7. Using the pdf xml schema in the Aspose.Pdf name...

    Hi, I saw an older forum post that recommended using the Aspose.Pdf namespace to create documents instead of the Aspose.Pdf.Generator namespace. I've been playing around with generating documents in the Aspose.Pdf names…...cases, I’m generating a 100 rows by 20 column table, and noticed...0; i < 100; ++i) { var row = table.Rows.Add(); for (int j = 0;...

    forum.aspose.com/t/using-the-pdf-xml-schema-in-...
  8. "GetRowHeightInch" returns wrong height for aut...

    See attached sample: I write a long text to a cell, set “IsTextWrapped = true” and call “AutoFitRows”. AsposeCellsRowHeightInch.zip (11.9 KB) When calling “GetRowHeightInch” afterwards (for setting horizontal page brea…...horizontal page breaks at certain rows), this method returns sometimes...strange. In a normal view, three rows are sufficient, but Microsoft...

    forum.aspose.com/t/getrowheightinch-returns-wro...
  9. Working with Common Conditional Blocks in C#|As...

    Use common conditional blocks within paragraphs to represent the same data depending on a condition using C#....== 0]>> for even rows and <<else>> for odd rows. Q: Can I nest...alternative output. Working with Table-Row Conditional Blocks Related articles...

    docs.aspose.com/words/net/working-with-common-c...
  10. How to Add Table to PDF using Java

    This short tutorial is about how to add table to PDF using Java. In order to insert table in PDF using Java running in MS Windows, macOS or Linux operating systems can be used with no dependence on Adobe Acrobat or any other tool....border settings Create multiple rows and add them to the table along...creating a table, inserting rows into it along with data, and...

    kb.aspose.com/pdf/java/how-to-add-table-to-pdf-...