Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 5,829 for

table

(0.04 sec)
  1. Aspose::Words::DocumentBuilder::get_ParagraphFo...

    Aspose::Words::DocumentBuilder::get_ParagraphFormat method. Returns an object that represents current paragraph formatting properties in C++....Shows how to create a formatted table using DocumentBuilder . auto...> ( doc ); SharedPtr < Table > table = builder -> StartTable...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. CompositeNode.get_child method | Aspose.Words f...

    CompositeNode.get_child method. Returns an Nth child node that matches the specified type....properties of a table’s style directly to the table’s elements. doc...DocumentBuilder ( doc = doc ) table = builder . start_table () builder . insert_cell...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldMergeField Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldMergeField class for seamless document automation. Enhance your workflows with powerful MERGEFIELD functionality....DocumentBuilder ( doc ); // Create a data table to be used as a mail merge data...DataTable table = new DataTable ( "Employees" ); table . Columns...

    reference.aspose.com/words/net/aspose.words.fie...
  4. FieldDatabaseDataTable class | Aspose.Words for...

    aspose.words.fields.FieldDatabaseDataTable class. Provides data for the [FieldDatabase](../fielddatabase/) field result...to this table. rows Gets rows that belong to this table. See Also...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Word to PDF breaks tables across pages - Aspose...

    I have a docx document with Tables. In word Tables are set to not break accross pages. I shows OK in MS Word. When I convert to PDF using Aspose.Total the Table is broken across pages. More info: When I convert onlin…...Word to PDF breaks tables across pages Aspose.Words Product Family...docx document with tables. In word tables are set to not break...

    forum.aspose.com/t/word-to-pdf-breaks-tables-ac...
  6. FieldNext Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldNext class to efficiently manage NEXT fields in your documents. Enhance your document automation today!...A mail merge that uses this table would normally create a 3-page...DataTable table = new DataTable ( "Employees" ); table . Columns...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Node.NodeType | Aspose.Words for .NET

    Discover the Node NodeType property to easily identify node types in your application, enhancing your development efficiency and code clarity....doc = new Document ( MyDir + "Tables.docx" ); Assert . AreEqual...GetChildNodes ( NodeType . Table , true ). Count ); Node curNode...

    reference.aspose.com/words/net/aspose.words/nod...
  8. DocumentBuilder.paragraphFormat property | Aspo...

    DocumentBuilder.paragraphFormat property. Returns an object that represents current paragraph formatting properties....Shows how to create a formatted table using DocumentBuilder. let doc...DocumentBuilder ( doc ); let table = builder . startTable (); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Chart.data_table property | Aspose.Words for Py...

    Chart.data_Table property. Provides access to properties of a data Table of this chart...data_table property Chart.data_table property Provides access...properties of a data table of this chart. The data table can be shown...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ParagraphFormat.spaceAfterAuto property | Aspos...

    ParagraphFormat.spaceAfterAuto property. True if the amount of spacing after the paragraph is set automatically....added after a table. Spacing is not added after a table if it is the...the last block in a table cell. Spacing is not added after the...

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