Sort Score
Result 10 results
Languages All
Labels All
Results 1,471 - 1,480 of 43,455 for

table

(0.09 sec)
  1. 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
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. DocumentVisitor.visit_cell_end method | Aspose....

    DocumentVisitor.visit_cell_end method. Called when enumeration of a Table cell has ended....Called when enumeration of a table cell has ended. def visit_cell_end...self , cell : aspose . words . tables . Cell ): ... Parameter Type...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::TextureIndex enum | Aspose.Words...

    Aspose::Words::TextureIndex enum. Specifies shading texture in C++....apply an outline border to a table. auto doc = MakeObject < Document...MyDir + u "Tables.docx" ); SharedPtr < Table > table = doc -> get_FirstSection...

    reference.aspose.com/words/cpp/aspose.words/tex...
  10. DocumentVisitor.VisitRowStart | Aspose.Words fo...

    DocumentVisitor VisitRowStart method. Called when enumeration of a Table row has started in C#....Called when enumeration of a table row has started. public virtual...the node structure of every table in a document. public void TableToText...

    reference.aspose.com/words/net/aspose.words/doc...