Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 5,888 for

table

(0.07 sec)
  1. ChartDataTable.hasHorizontalBorder property | A...

    ChartDataTable.hasHorizontalBorder property. Gets or sets a flag indicating whether a horizontal border of the data Table is displayed...horizontal border of the data table is displayed. The default value...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::Comparing::CompareOptions::get_I...

    Aspose::Words::Comparing::CompareOptions::get_IgnoreTables method. Specifies whether to compare the differences in data contained in Tables in C++....differences in data contained in tables. bool Aspose :: Words :: Comparing..."Original endnote text." ); // Table: builder -> StartTable (); builder...

    reference.aspose.com/words/cpp/aspose.words.com...
  3. Aspose::Words::Comparing::CompareOptions::get_T...

    Aspose::Words::Comparing::CompareOptions::get_Target method. Specifies which document shall be used as a target during comparison in C++...." ); // Table: builder -> StartTable (); builder...ExplicitCast < Table > ( docEdited -> GetChild ( NodeType :: Table , 0 ...

    reference.aspose.com/words/cpp/aspose.words.com...
  4. Aspose::Words::Comparing::CompareOptions::get_I...

    Aspose::Words::Comparing::CompareOptions::get_IgnoreHeadersAndFooters method. True indicates that headers and footers content is ignored in C++...." ); // Table: builder -> StartTable (); builder...ExplicitCast < Table > ( docEdited -> GetChild ( NodeType :: Table , 0 ...

    reference.aspose.com/words/cpp/aspose.words.com...
  5. Aspose::Words::Comparing::CompareOptions::get_I...

    Aspose::Words::Comparing::CompareOptions::get_IgnoreTextboxes method. Specifies whether to compare differences in the data contained within text boxes in C++...." ); // Table: builder -> StartTable (); builder...ExplicitCast < Table > ( docEdited -> GetChild ( NodeType :: Table , 0 ...

    reference.aspose.com/words/cpp/aspose.words.com...
  6. Inline | Aspose.Words for Java

    Base class for inline-level nodes that can have character formatting associated with them but cannot have child nodes of their own in Java....accept(hiddenContentRemover); // 2 - Table node: Table table = doc.getFirstSection()...getBody().getTables().get(0); table.accept(hiddenContentRemover);...

    reference.aspose.com/words/java/com.aspose.word...
  7. ChartDataTable.font property | Aspose.Words for...

    ChartDataTable.font property. Provides access to font formatting of the data Table....font formatting of the data table. @property def font ( self )...Examples Shows how to show data table with chart series data. doc...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Tables::CellFormat::get_WrapText...

    Aspose::Words::Tables::CellFormat::get_WrapText method. If true, wrap text for the cell in C++....Aspose::Words::Tables::CellFormat::get_WrapText method Contents...cell. bool Aspose :: Words :: Tables :: CellFormat :: get_WrapText...

    reference.aspose.com/words/cpp/aspose.words.tab...
  9. Range.replace method | Aspose.Words for Python

    aspose.words.Range.replace method...instances of String of text in a table and cell. doc = aw . Document...DocumentBuilder ( doc = doc ) table = builder . start_table () builder . insert_cell...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Merge Cells in Word using C#

    This tutorial guides on how to merge cells in Word using C#. It shares the development resources, steps, and a sample code to combine cells in Word using C#....sample code showing how to merge tables in Word using C# with the help...Steps to Merge Cells in Word Table using C# Set the IDE to use...

    kb.aspose.com/words/net/merge-cells-in-word-usi...