Sort Score
Result 10 results
Languages All
Labels All
Results 1,441 - 1,450 of 43,342 for

table

(0.09 sec)
  1. TableStyle.LeftPadding | Aspose.Words for .NET ...

    TableStyle 财产. 获取或设置要添加到表格单元格内容左侧的空间量以磅为单位...DocumentBuilder ( doc ); Table table = builder . StartTable ();...Styles . Add ( StyleType . Table , "MyTableStyle1" ); tableStyle...

    reference.aspose.com/words/zh/net/aspose.words/...
  2. Table.AllowAutoFit | Aspose.Words for .NET

    Table AllowAutoFit property. Allows Microsoft Word and Aspose.Words to automatically resize cells in a Table to fit their contents in C#....AllowAutoFit Contents [ Hide ] Table.AllowAutoFit property Allows...automatically resize cells in a table to fit their contents. public...

    reference.aspose.com/words/net/aspose.words.tab...
  3. ITableFormat | Aspose.Slides for Java API Refer...

    Represents format of a Table....ITableFormat Represents format of a table. Methods Method Description...Description getFillFormat() Returns a table fill properties object. getEffective()...

    reference.aspose.com/slides/java/com.aspose.sli...
  4. Split cell? - Aspose.Words Product Family - Fre...

    Hello, I wanted to know if it is possible to split cell R1C1 (see picture) into X other cell without changing the width of the Table During my tests, some cells added that were outside the Table on the right. I must…...without changing the width of the table During my tests, some cells...added that were outside the table on the right. I must be making...

    forum.aspose.com/t/split-cell/248566
  5. ImportDataView | Aspose.PDF for .NET API Reference

    Imports a DataView objects data into the Table....ImportDataView Table.ImportDataView method Imports a DataView...DataView object’s data into the table. public void ImportDataView (...

    reference.aspose.com/pdf/net/aspose.pdf/table/i...
  6. CellCollection | Aspose.Words for Java

    Provides typed access to a collection of Cell nodes in Java....more, visit the Working with Tables documentation article. Examples:...how to iterate through all tables in the document and print the...

    reference.aspose.com/words/java/com.aspose.word...
  7. Bookmark.first_column property | Aspose.Words f...

    Bookmark.first_column property. Gets the zero-based index of the first column of the Table column range associated with the bookmark....of the first column of the table column range associated with...-1 if this bookmark is not a table column bookmark. Examples Shows...

    reference.aspose.com/words/python-net/aspose.wo...
  8. TableStyle.LeftIndent | Aspose.Words for .NET

    TableStyle LeftIndent property. Gets or sets the value that represents the left indent of a Table in C#....represents the left indent of a table. public double LeftIndent {...how to set the position of a table. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words/tab...
  9. Row.is_first_row property | Aspose.Words for Py...

    Row.is_first_row property. True if this is the first row in a Table; false otherwise....this is the first row in a table; false otherwise. Examples Shows...structure of every table in a document. def test_table_to_text ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  10. DocumentVisitor.visit_row_start method | Aspose...

    DocumentVisitor.visit_row_start method. Called when enumeration of a Table row has started....Called when enumeration of a table row has started. def visit_row_start...self , row : aspose . words . tables . Row ): ... Parameter Type...

    reference.aspose.com/words/python-net/aspose.wo...