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

table

(0.09 sec)
  1. 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...
  2. 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...
  3. Aspose::Words::Settings::CompatibilityOptions c...

    Aspose::Words::Settings::CompatibilityOptions class. Contains compatibility options (that is, the user preferences entered on the Compatibility tab of the Options dialog in Microsoft Word). To learn more, visit the documentation article in C++....Lines in Table Cells. get_AlignTablesRowByRow () Align Table Rows...Contextual Spacing of Paragraphs in Tables . get_ApplyBreakingRules ()...

    reference.aspose.com/words/cpp/aspose.words.set...
  4. Aspose::Words::BorderCollection::get_Vertical m...

    Aspose::Words::BorderCollection::get_Vertical method. Gets the vertical border that is used between cells in C++....settings to vertical borders to a table row’s format. auto doc = MakeObject...DocumentBuilder > ( doc ); // Create a table with red and blue inner borders...

    reference.aspose.com/words/cpp/aspose.words/bor...
  5. Aspose::Words::Fields::FieldRD::set_FileName me...

    Aspose::Words::Fields::FieldRD::set_FileName method. Sets the name of the file to include when generating a Table of contents, Table of authorities, or index in C++....when generating a table of contents, table of authorities, or...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. MarkdownSaveOptions.export_as_html property | A...

    MarkdownSaveOptions.export_as_html property. Allows to specify the elements to be exported to Markdown as raw HTML...Examples Shows how to export a table to Markdown as raw HTML. doc...writeln ( 'Sample table:' ) # Create table. builder . insert_cell...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::DocumentBuilder::InsertCell meth...

    Aspose::Words::DocumentBuilder::InsertCell method. Inserts a Table cell into the document in C++....DocumentBuilder::InsertCell method Inserts a table cell into the document. System...SharedPtr < Aspose :: Words :: Tables :: Cell > Aspose :: Words ::...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. PreferredWidth.equals method | Aspose.Words for...

    PreferredWidth.equals method. Determines whether the specified [PreferredWidth](../) is equal in value to the current [PreferredWidth](../).... Tables . PreferredWidth ) Parameter...to set a preferred width for table cells. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. TableSubstitutionRule.get_substitutes method | ...

    TableSubstitutionRule.get_substitutes method. Returns array containing substitute font names for the specified original font name....with custom font substitution tables. doc = aw . Document () font_settings...font_settings # Create a new table substitution rule and load the...

    reference.aspose.com/words/python-net/aspose.wo...
  10. CellFormat.Shading | Aspose.Words for .NET

    Discover the CellFormat Shading property to enhance your spreadsheet's visual appeal with customizable shading options for cells....format of rows and cells in a table. Document doc = new Document...DocumentBuilder ( doc ); Table table = builder . StartTable ();...

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