Sort Score
Result 10 results
Languages All
Labels All
Results 1,461 - 1,470 of 19,750 for

table

(0.18 sec)
  1. Merge Regions|Aspose.Words for SharePoint

    Merge regions feature details of the Aspose.Words for SharePoint.... A region corresponds to a table in the report data source. A...for every data row in that table. To specify a merge region in...

    docs.aspose.com/words/sharepoint/merge-regions/
  2. Cell.paragraphs property | Aspose.Words for Python

    Cell.paragraphs property. Gets a collection of paragraphs that are immediate children of the cell....Examples Shows how to set a table to stay together on the same...= MY_DIR + 'Table spanning two pages.docx' ) table = doc . first_section...

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

    Discover the PreferredWidth Type property, which defines the measurement unit for preferred width values, enhancing your design precision and flexibility....preferred width type and value of a table cell. Document doc = new Document...Document ( MyDir + "Tables.docx" ); Table table = doc . FirstSection...

    reference.aspose.com/words/net/aspose.words.tab...
  4. Paragraph.isEndOfCell property | Aspose.Words f...

    Paragraph.isEndOfCell property. True if this paragraph is the last paragraph in a [Cell](../../../aspose.words.Tables/cell/); false otherwise....Examples Shows how to set a table to stay together on the same...myDir + "Table spanning two pages.docx" ); let table = doc . firstSection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Paragraph.isInCell property | Aspose.Words for ...

    Paragraph.isInCell property. True if this paragraph is an immediate child of [Cell](../../../aspose.words.Tables/cell/); false otherwise....Examples Shows how to set a table to stay together on the same...myDir + "Table spanning two pages.docx" ); let table = doc . firstSection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose.Cells Product Family

    Find answers about creating, editing, and converting, Excel spreadsheets without requiring Microsoft Excel....Remove Table Format in Excel using Node.js Remove Excel Table using...Remove Excel Table with Python Remove Excel Table using C# Create...

    kb.aspose.com/cells/page/3/
  7. Aspose::Words::Tables::CellFormat class | Aspos...

    Aspose::Words::Tables::CellFormat class. Represents all formatting for a Table cell. To learn more, visit the documentation article in C++....Aspose::Words::Tables::CellFormat class Contents [ Hide ] CellFormat...Represents all formatting for a table cell. To learn more, visit the...

    reference.aspose.com/words/cpp/aspose.words.tab...
  8. TableSubstitutionRule.Save | Aspose.Words for .NET

    Effortlessly save your Table substitution settings with the TableSubstitutionRule Save method. Streamline your data management today!...string ) Saves the current table substitution settings to file...to access font substitution tables for Windows and Linux. Document...

    reference.aspose.com/words/net/aspose.words.fon...
  9. Aspose::Words::ConditionalStyleCollection::GetE...

    Aspose::Words::ConditionalStyleCollection::GetEnumerator method. Returns an enumerator object that can be used to iterate over all conditional styles in the collection in C++....with certain area styles of a table. auto doc = System :: MakeObject...Aspose :: Words :: Tables :: Table > table = builder -> StartTable...

    reference.aspose.com/words/cpp/aspose.words/con...
  10. DocumentBuilder.Writeln | Aspose.Words for .NET

    Enhance your documents effortlessly with DocumentBuilder's Writeln method—insert text and paragraph breaks seamlessly for improved readability....how to build a formatted 2x2 table. Document doc = new Document...DocumentBuilder ( doc ); Table table = builder . StartTable ();...

    reference.aspose.com/words/net/aspose.words/doc...