Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 15,934 for

table

(0.09 sec)
  1. Manage Rows and Columns|Aspose.Slides Documenta...

    Manage Table rows and columns in PowerPoint presentations in Java...] To allow you to manage a table’s rows and columns in a PowerPoint...Aspose.Slides provides the Table class, ITable interface, and...

    docs.aspose.com/slides/androidjava/manage-rows-...
  2. Aspose::Words::Tables::Cell::get_CellFormat met...

    Aspose::Words::Tables::Cell::get_CellFormat method. Provides access to the formatting properties of the cell in C++....Aspose::Words::Tables::Cell::get_CellFormat method Contents [...Words :: Tables :: CellFormat > Aspose :: Words :: Tables :: Cell...

    reference.aspose.com/words/cpp/aspose.words.tab...
  3. ConditionalStyleType Enum | Aspose.Words for .NET

    Discover Aspose.Words.ConditionalStyleType enum for defining dynamic Table formatting. Enhance your document styles with flexible, conditional options!...enumeration Represents possible table areas to which conditional formatting...formatting may be defined in a table style. public enum ConditionalStyleType...

    reference.aspose.com/words/net/aspose.words/con...
  4. 使用 C++ 将表格添加到 PDF | Aspose.PDF

    简单的演示源代码,可在任何使用C++语言的平台上以PDF文件形式添加表格。...instance of the Table auto table = MakeObject < Table > (); // Set...Set the table border color as LightGray table -> set_Border ( MakeObject...

    products.aspose.com/pdf/zh-hans/cpp/table/add/
  5. ConditionalStyle.TopPadding | Aspose.Words for ...

    Discover the ConditionalStyle TopPadding property to easily adjust space above Table cell contents, enhancing layout and readability for better design....to add above the contents of table cells. public double TopPadding...with certain area styles of a table. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words/con...
  6. ConditionalStyle.LeftPadding | Aspose.Words for...

    Discover the ConditionalStyle LeftPadding property to easily adjust left spacing in Table cells. Enhance your layouts with precise control!...the left of the contents of table cells. public double LeftPadding...with certain area styles of a table. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words/con...
  7. DocumentBuilder.StartTable | Aspose.Words for .NET

    Effortlessly create professional Tables in your documents with DocumentBuilder's StartTable method. Enhance your formatting with ease!...method Starts a table in the document. public Table StartTable ()...() Return Value The table node that was just created. Remarks...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Join Tables|Aspose.Words for Python via .NET

    Join Tables in a document using Python. How to merge two Tables into one in Python....Ask AI Join Tables Contents [ Hide ] A table, represented in...it easy to join tables. To manipulate a table to join with another...

    docs.aspose.com/words/python-net/join-tables/
  9. DocumentBuilder.EndTable | Aspose.Words for .NET

    Effortlessly conclude your document Tables with DocumentBuilder's EndTable method, ensuring seamless formatting and professional presentation....method Ends a table in the document. public Table EndTable () Return...Return Value The table node that was just finished. Remarks This...

    reference.aspose.com/words/net/aspose.words/doc...
  10. 使用 PHP 将表格添加到 PDF | Aspose.PDF

    使用 Aspose.PDF for PHP via Java,使用 PHP 示例代码,以编程方式在 PDF 文件中添加表格...new instance of the Table $table = new Table (); $colors = new...new Color (); // Set the table border color as LightGray $borderSide...

    products.aspose.com/pdf/zh-hans/php-java/table/...