Sort Score
Result 10 results
Languages All
Labels All
Results 2,941 - 2,950 of 22,240 for

table

(0.08 sec)
  1. DocumentBuilderOptions.contextTableFormatting p...

    DocumentBuilderOptions.contextTableFormatting property. True if the formatting applied to Table content does not affect the formatting of the content that follows it...if the formatting applied to table content does not affect the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Convert NumPy to Excel in Python | Python NumPy...

    Learn how to convert NumPy arrays to Excel using Aspose.Cells for Python. Step-by-step guide with code examples for Workbook, Worksheet, ListObject, Range, and Named Range....Cells for Python Table of Contents Why Convert NumPy...ndarray to ListObject (Excel Table) Convert NumPy ndarray to Range...

    blog.aspose.com/cells/convert-numpy-to-excel/
  3. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::set_DoNotBreakConstrainedForcedTable method. Don't Break Table Rows Around Floating Tables in C++....method Don’t Break Table Rows Around Floating Tables . void Aspose...

    reference.aspose.com/words/cpp/aspose.words.set...
  4. Rare Chinese Characters display incorrectly - F...

    When I try to generate pdf which contains rare chinese characters,the chars displayed incorrectly which means some parts are beyond cell boundaries.The font has been installed correctly on system.And these rare chars can…...Table; import com.aspose.pdf.TextDefaults;...new Document(); Table table = new Table(); table.setDefaultCellBorder(new...

    forum.aspose.com/t/rare-chinese-characters-disp...
  5. CellFormat.hideMark property | Aspose.Words for...

    CellFormat.hideMark property. Returns or sets visibility of cell mark....boolean Remarks Specifies that table cell content is rendered with...See Also module Aspose.Words.Tables class CellFormat CellFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::Fields::FieldToc::get_PreserveLi...

    Aspose::Words::Fields::FieldToc::get_PreserveLineBreaks method. Gets whether to preserve newline characters within Table entries in C++....preserve newline characters within table entries. bool Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::set_UseSingleBorderforContiguousCells method. Use Simplified Rules For Table Border Conflicts in C++....method Use Simplified Rules For Table Border Conflicts. void Aspose...

    reference.aspose.com/words/cpp/aspose.words.set...
  8. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::set_UseWord2010TableStyleRules method. Specifies to use Word2010 Table style rules in C++....method Specifies to use Word2010 table style rules. void Aspose ::...

    reference.aspose.com/words/cpp/aspose.words.set...
  9. CellFormat.topPadding property | Aspose.Words f...

    CellFormat.topPadding property. Returns or sets the amount of space (in points) to add above the contents of cell....DocumentBuilder ( doc ); let table = builder . startTable (); builder.... endTable (); let cells = table . firstRow . cells . toArray...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. CellFormat.WrapText | Aspose.Words for .NET

    Discover the CellFormat WrapText property to enhance your spreadsheet's readability by automatically wrapping text in cells for a cleaner look....Examples Shows how to build a table with custom borders. Document... StartTable (); // Setting table formatting options for a document...

    reference.aspose.com/words/net/aspose.words.tab...