Sort Score
Result 10 results
Languages All
Labels All
Results 1,191 - 1,200 of 20,433 for

table

(0.09 sec)
  1. Table.rows property | Aspose.Words for Python

    Table.rows property. Provides typed access to the rows of the Table....rows property Table.rows property Provides typed access to the...the rows of the table. @property def rows ( self ) -> aspose ...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Tables::CellFormat::get_Borders ...

    Aspose::Words::Tables::CellFormat::get_Borders method. Gets collection of borders of the cell in C++....Aspose::Words::Tables::CellFormat::get_Borders method Contents...BorderCollection > Aspose :: Words :: Tables :: CellFormat :: get_Borders...

    reference.aspose.com/words/cpp/aspose.words.tab...
  3. Setting Font overrides childrens' bolding and f...

    If you have a TextFragment and you set the Font for that fragment, then any Bold or FontSize set by child TextSegments will be ignored. The work around here would be to set the Font on each Segment, but that is sub-optim…...DefaultCellTextState for a table and then adding Fragments and...DefaultCellTextState for a table and then adding Fragments and...

    forum.aspose.com/t/setting-font-overrides-child...
  4. Table.AcceptEnd | Aspose.Words for .NET

    Discover the Table AcceptEnd method, seamlessly integrate visitors at the Table's end for enhanced user experience and efficient data handling....AcceptEnd Contents [ Hide ] Table.AcceptEnd method Accepts a visitor...for visiting the end of the table. public override VisitorAction...

    reference.aspose.com/words/net/aspose.words.tab...
  5. Aspose::Words::Paragraph::get_IsEndOfCell metho...

    Aspose::Words::Paragraph::get_IsEndOfCell method. True if this paragraph is the last paragraph in a Cell; false otherwise in C++....Examples Shows how to set a table to stay together on the same...Document > ( get_MyDir () + u "Table spanning two pages.docx" );...

    reference.aspose.com/words/cpp/aspose.words/par...
  6. PreferredWidth.FromPercent | Aspose.Words for .NET

    Discover the PreferredWidth FromPercent method, which creates a new instance for defining preferred widths as a percentage. Enhance your design precision!...Examples Shows how to set a table to auto fit to 50% of the width...DocumentBuilder ( doc ); Table table = builder . StartTable ();...

    reference.aspose.com/words/net/aspose.words.tab...
  7. Paragraph.ParagraphBreakFont | Aspose.Words for...

    Discover the ParagraphBreakFont property for seamless font formatting of paragraph breaks, enhancing your text's appearance and readability....hiddenContentRemover ); // 2 - Table node: Table table = doc . FirstSection...FirstSection . Body . Tables [ 0 ]; table . Accept ( hiddenContentRemover...

    reference.aspose.com/words/net/aspose.words/par...
  8. CellFormat.bottom_padding property | Aspose.Wor...

    CellFormat.bottom_padding property. Returns or sets the amount of space (in points) to add below the contents of cell....DocumentBuilder ( doc = doc ) table = builder . start_table () builder . insert_cell.... end_row () builder . end_table () # The first cell was unaffected...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::ConditionalStyle::ClearFormattin...

    Aspose::Words::ConditionalStyle::ClearFormatting method. Clears formatting of this conditional style in C++....Shows how to reset conditional table styles. auto doc = System ::...Aspose :: Words :: Tables :: Table > table = builder -> StartTable...

    reference.aspose.com/words/cpp/aspose.words/con...
  10. Split Tables in Jython|Aspose.Words for Java

    Split Tables using Jython....Ask AI Split Tables in Jython Contents [ Hide ] Aspose.Words...Words - Split Tables To Split Tables using Aspose.Words Java for Jython...

    docs.aspose.com/words/java/split-tables-in-jython/