Sort Score
Result 10 results
Languages All
Labels All
Results 1,631 - 1,640 of 15,933 for

table

(0.04 sec)
  1. FieldMergeBarcode.SymbolHeight | Aspose.Words f...

    Adjust the FieldMergeBarcode SymbolHeight property to customize your barcode's height in TWIPS. Enhance your data presentation with precision!...DataTable table = new DataTable ( "Barcodes" ); table . Columns..."MyQRCode" ); table . Rows . Add ( new [] { "ABC123" }); table . Rows...

    reference.aspose.com/words/net/aspose.words.fie...
  2. FieldDatabase.TableFormat | Aspose.Words for .NET

    Discover the FieldDatabase TableFormat property to easily customize your database query results with flexible formatting options for enhanced data presentation....and display the result in a table. FieldDatabase field = ( FieldDatabase...query result in the field's table. field . FirstRecord = "1" ;...

    reference.aspose.com/words/net/aspose.words.fie...
  3. FieldDatabase.InsertOnceOnMailMerge | Aspose.Wo...

    Discover how the InsertOnceOnMailMerge property in FieldDatabase enhances your data merging by allowing seamless insertion at the start of merges....and display the result in a table. FieldDatabase field = ( FieldDatabase...query result in the field's table. field . FirstRecord = "1" ;...

    reference.aspose.com/words/net/aspose.words.fie...
  4. SdtType enumeration | Aspose.Words for Node.js

    Aspose.Words.Markup.SdtType enumeration. Specifies the type of a structured document tag (SDT) node...."Quote" ); } Shows how to fill a table with data from in an XML part...data from the XML content. let table = builder . startTable (); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. CompositeNode.selectSingleNode method | Aspose....

    CompositeNode.selectSingleNode method. Selects the first [Node](../../node/) that matches the XPath expression.... myDir + "Tables.docx" ); // This expression...which are descendants of any table node in the document. let nodeList...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. CellFormat.borders property | Aspose.Words for ...

    CellFormat.borders property. Gets collection of borders of the cell....to combine the rows from two tables into one. let doc = new aw...Document ( base . myDir + "Tables.docx" ); // Below are two ways...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. DocumentBuilder.CurrentStory | Aspose.Words for...

    Discover the DocumentBuilder CurrentStory property to access and manage the selected story efficiently, enhancing your document editing experience....Story can also contain tables. Table table = builder . StartTable.... CurrentStory . Tables . Contains ( table )); See Also class...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Aspose::Words::NodeType enum | Aspose.Words for...

    Aspose::Words::NodeType enum. Specifies the type of a Word document node in C++....node can have Paragraph and Table nodes. HeaderFooter 4 A HeaderFooter...have Paragraph and Table nodes. Table 5 A Table object that represents...

    reference.aspose.com/words/cpp/aspose.words/nod...
  9. FieldToa class | Aspose.Words for Python

    aspose.words.fields.FieldToa class. Implements the TOA field... Remarks Builds a table of authorities (that is, a list...document used to build the table. display_result Gets the text...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Node.remove method | Aspose.Words for Python

    Node.remove method. Removes itself from the parent....Document ( file_name = MY_DIR + 'Tables.docx' ) self . assertEqual...get_child_nodes ( aw . NodeType . TABLE , True ) . count ) cur_node...

    reference.aspose.com/words/python-net/aspose.wo...