Sort Score
Result 10 results
Languages All
Labels All
Results 1,161 - 1,170 of 5,810 for

table

(0.03 sec)
  1. ShapeBase.isLayoutInCell property | Aspose.Word...

    ShapeBase.isLayoutInCell property. Gets or sets a flag indicating whether the shape is displayed inside a Table or outside of it....shape is displayed inside a table or outside of it. get isLayoutInCell...how to display a shape in a table cell. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. MailMergeSettings.dataSource property | Aspose....

    MailMergeSettings.dataSource property. Specifies the path to the mail-merge data source...file, which will consist of a table with one row. let doc = new...merge data file consisting of a table with one row // and the same...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FieldDatabase | Aspose.Words for Java

    Implements the DATABASE field in Java....query into a WordprocessingML table. Examples: Shows how to extract...and display the result in a table. FieldDatabase field = (FieldDatabase)...

    reference.aspose.com/words/java/com.aspose.word...
  4. FieldDatabase Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldDatabase class to efficiently implement DATABASE fields in your documents. Enhance your document automation today!...format are to be applied to the table. InsertHeadings { get; set;...column headings in the resulting table. InsertOnceOnMailMerg { get;...

    reference.aspose.com/words/net/aspose.words.fie...
  5. 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...
  6. Story.tables property | Aspose.Words for Node.js

    Story.Tables property. Gets a collection of Tables that are immediate children of the story....tables property Story.tables property Gets a collection of tables...the story. get tables () : Aspose . Words . Tables . TableCollection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. FieldDatabase.FirstRecord | Aspose.Words for .NET

    Discover the FirstRecord property in FieldDatabase, easily manage your initial data record number for seamless data insertion and enhanced efficiency....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...
  8. FieldDatabase.Query | Aspose.Words for .NET

    Effortlessly manage your database with FieldDatabase Query. Easily set and retrieve SQL instructions for efficient data querying....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...
  9. BuildingBlockCollection | Aspose.Words for Java

    A collection of BuildingBlock objects in the document in Java....Shows how to find out if a tables are nested. public void ca...Document(getMyDir() + "Nested tables.docx"); NodeCollection tables = doc.getChildNodes(NodeType...

    reference.aspose.com/words/java/com.aspose.word...
  10. TableCollection.ToArray | Aspose.Words for .NET

    Effortlessly convert your TableCollection to an array with the ToArray method, simplifying data management and enhancing your application's performance....all tables from the collection to a new array of tables. public...public Table [] ToArray () Return Value An array of tables. Examples...

    reference.aspose.com/words/net/aspose.words.tab...