Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,100 of 16,203 for

table

(0.04 sec)
  1. ConditionalStyleCollection.first_row property |...

    ConditionalStyleCollection.first_row property. Gets the first row style....with certain area styles of a table. doc = aw . Document () builder...DocumentBuilder ( doc ) table = builder . start_table () builder . insert_cell...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldMergeBarcode.BarcodeType | Aspose.Words fo...

    Discover the FieldMergeBarcode BarcodeType property to easily manage and customize various barcode types like QR for enhanced data integration....DataTable table = new DataTable ( "Barcodes" ); table . Columns... Add ( "MyITF14Barcode" ); table . Rows . Add ( new [] { "09312345678907"...

    reference.aspose.com/words/net/aspose.words.fie...
  3. RowFormat.allow_break_across_pages property | A...

    RowFormat.allow_break_across_pages property. True if the text in a Table row is allowed to split across a page break....property True if the text in a table row is allowed to split across...across pages for every row in a table. doc = aw . Document ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  4. IMailMergeCallback Interface | Aspose.Words for...

    Optimize your mail merge process with Aspose.Words.MailMerging.IMailMergeCallback. Get real-time notifications and enhance your document automation efficiency....DataTable table = new DataTable ( "Test" ); table . Columns ..."FirstName" ); table . Rows . Add ( "John" ); table . Rows . Add...

    reference.aspose.com/words/net/aspose.words.mai...
  5. DocumentBuilderOptions class | Aspose.Words for...

    aspose.words.DocumentBuilderOptions class. Allows to specify additional options for the document building process....Properties Name Description context_table_formatting True if the formatting...formatting applied to table content does not affect the formatting...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::BorderCollection::get_Bottom met...

    Aspose::Words::BorderCollection::get_Bottom method. Gets the bottom border in C++....shading color while building a table. auto doc = System :: MakeObject...DocumentBuilder > ( doc ); // Start a table and set a default color/thickness...

    reference.aspose.com/words/cpp/aspose.words/bor...
  7. Find Query Tables and List Objects related to E...

    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....Find Query Tables and List Objects related to External Data Connections...you need to find out Query Tables and List Objects related to...

    docs.aspose.com/cells/net/find-query-tables-and...
  8. Aspose::Words::DocumentBuilder::get_RowFormat m...

    Aspose::Words::DocumentBuilder::get_RowFormat method. Returns an object that represents current Table row formatting properties in C++....object that represents current table row formatting properties. System...SharedPtr < Aspose :: Words :: Tables :: RowFormat > Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. CompositeNode.HasChildNodes | Aspose.Words for ...

    Discover if a CompositeNode has child nodes with the HasChildNodes property. Simplify your coding with this essential feature for efficient node management....to combine the rows from two tables into one. Document doc = new...new Document ( MyDir + "Tables.docx" ); // Below are two ways...

    reference.aspose.com/words/net/aspose.words/com...
  10. Tables not merging correctly when multiple colu...

    I have a word document that has a bunch of Tables on it. When I try to merge all of the Tables into one Table the columns become all mismatched, like so: This is the code I am using to merge the Tables: public void…...Tables not merging correctly when multiple columns are involved...bunch of tables on it. When I try to merge all of the tables into...

    forum.aspose.com/t/tables-not-merging-correctly...