Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 16,050 for

table

(0.07 sec)
  1. Aspose::Words::DocumentBuilder::Writeln method ...

    Aspose::Words::DocumentBuilder::Writeln method. Inserts a paragraph break into the document in C++....how to build a formatted 2x2 table. auto doc = System :: MakeObject...Aspose :: Words :: Tables :: Table > table = builder -> StartTable...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. Aspose::Words::Saving::HtmlElementSizeOutputMod...

    Aspose::Words::Saving::HtmlElementSizeOutputMode enum. Specifies how Aspose.Words exports element widths and heights to HTML, MHTML and EPUB in C++....DocumentBuilder > ( doc ); // Insert a table with a negative indent, which...Aspose :: Words :: Tables :: Table > table = builder -> StartTable...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Aspose::Words::Tables::Row::get_RowFormat metho...

    Aspose::Words::Tables::Row::get_RowFormat method. Provides access to the formatting properties of the row in C++....Aspose::Words::Tables::Row::get_RowFormat method Contents [ Hide...Words :: Tables :: RowFormat > Aspose :: Words :: Tables :: Row...

    reference.aspose.com/words/cpp/aspose.words.tab...
  4. CellFormat.Width | Aspose.Words for .NET

    Discover the CellFormat Width property to easily measure cell width in points, enhancing your spreadsheet's layout and readability....Currently, not every combination of table, cell and document properties...cell contents in an auto-fit table layout. Cells in other rows...

    reference.aspose.com/words/net/aspose.words.tab...
  5. ConditionalStyleCollection.count property | Asp...

    ConditionalStyleCollection.count property. Gets the number of conditional styles in the collection....with certain area styles of a table. let doc = new aw . Document...DocumentBuilder ( doc ); let table = builder . startTable (); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ConditionalStyle.font property | Aspose.Words f...

    ConditionalStyle.font property. Gets the character formatting of the conditional style....with certain area styles of a table. let doc = new aw . Document...DocumentBuilder ( doc ); let table = builder . startTable (); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ConditionalStyle.paragraphFormat property | Asp...

    ConditionalStyle.paragraphFormat property. Gets the paragraph formatting of the conditional style....with certain area styles of a table. let doc = new aw . Document...DocumentBuilder ( doc ); let table = builder . startTable (); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Cell.tables property | Aspose.Words for Node.js

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

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::DocumentVisitor::VisitTableStart...

    Aspose::Words::DocumentVisitor::VisitTableStart method. Called when enumeration of a Table has started in C++....Called when enumeration of a table has started. virtual Aspose...Aspose :: Words :: Tables :: Table > table ) Parameter Type Description...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. HtmlSaveOptions.allow_negative_indent property ...

    HtmlSaveOptions.allow_negative_indent property. Specifies whether negative left and right indents of paragraphs are normalized when saving to HTML, MHTML or EPUB...DocumentBuilder ( doc = doc ) # Insert a table with a negative indent, which...page boundary. table = builder . start_table () builder . insert_cell...

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