Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 20,368 for

table

(0.09 sec)
  1. FindReplaceOptions.smartParagraphBreakReplaceme...

    FindReplaceOptions.smartParagraphBreakReplacement property. Gets or sets a boolean value indicating either it is allowed to replace paragraph break when there is no next sibling paragraph....paragraph from a table cell with a nested table. let doc = new...); // Create table with paragraph and inner table in first cell...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::Bookmark::get_IsColumn method | ...

    Aspose::Words::Bookmark::get_IsColumn method. Returns true if this bookmark is a Table column bookmark in C++....true if this bookmark is a table column bookmark. bool Aspose...how to get information about table column bookmarks. auto doc =...

    reference.aspose.com/words/cpp/aspose.words/boo...
  3. Customize Chart Data Tables in Presentations Us...

    Customize chart data Tables for PPT and PPTX with Aspose.Slides for PHP via Java to boost efficiency and appeal in presentations....Customize Chart Data Tables in Presentations Using PHP Contents...Properties for a Chart Data Table Aspose.Slides for PHP via Java...

    docs.aspose.com/slides/php-java/chart-data-table/
  4. Row.ensureMinimum method | Aspose.Words for Nod...

    Row.ensureMinimum method. If the [Row](../) has no cells, creates and appends one [Cell](../../cell/)....Document (); let table = new aw . Tables . Table ( doc ); doc ....appendChild ( table ); let row = new aw . Tables . Row ( doc );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::TableStyle::get_CellSpacing meth...

    Aspose::Words::TableStyle::get_CellSpacing method. Gets or sets the amount of space (in points) between the cells in C++....custom style settings for the table. auto doc = System :: MakeObject...Aspose :: Words :: Tables :: Table > table = builder -> StartTable...

    reference.aspose.com/words/cpp/aspose.words/tab...
  6. NodeCollection.IndexOf | Aspose.Words for .NET

    Discover the NodeCollection IndexOf method to efficiently find the zero-based index of any specified node in your collections....Document ( MyDir + "Tables.docx" ); Table table = doc . FirstSection...FirstSection . Body . Tables [ 0 ]; NodeCollection allTables = doc ....

    reference.aspose.com/words/net/aspose.words/nod...
  7. 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...
  8. Aspose::Words::DocumentBuilder::EndRow method |...

    Aspose::Words::DocumentBuilder::EndRow method. Ends a Table row in the document in C++....DocumentBuilder::EndRow method Ends a table row in the document. System...SharedPtr < Aspose :: Words :: Tables :: Row > Aspose :: Words ::...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. ConditionalStyleCollection class | Aspose.Words...

    aspose.words.ConditionalStyleCollection class. Represents a collection of [ConditionalStyle](../conditionalstyle/) objects...more, visit the Working with Tables documentation article. Remarks...all conditional styles of the table style. Examples Shows how to...

    reference.aspose.com/words/python-net/aspose.wo...
  10. TableStyle.cell_spacing property | Aspose.Words...

    TableStyle.cell_spacing property. Gets or sets the amount of space (in points) between the cells....custom style settings for the table. doc = aw . Document () builder...DocumentBuilder ( doc = doc ) table = builder . start_table () builder . insert_cell...

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