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

table

(0.1 sec)
  1. FieldMergeField.IsVerticalFormatting | Aspose.W...

    FieldMergeField IsVerticalFormatting property. Gets or sets whether to enable character conversion for vertical formatting in C#....DocumentBuilder ( doc ); // Create a data table to be used as a mail merge data...DataTable table = new DataTable ( "Employees" ); table . Columns...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Creating a complex PDF|Aspose.PDF for Python vi...

    Aspose.PDF for Python via .NET allows you to create more complex documents that contain images, text fragments, and Tables in one document....(header and paragraph), and a table. If we create a document from... Create a table, add table properties. Add (table) to the page...

    docs.aspose.com/pdf/python-net/complex-pdf-exam...
  3. Aspose::Pdf::LogicalStructure::TableElement Cla...

    Public Member Functions | Protected Member Functions | List of all members Aspose::Pdf::LogicalStructure::TableElemen......Reference final Represents Table structure element in logical...get_BackgroundColor () const Gets the table background color. More... A...

    reference.aspose.com/pdf/cpp/class/aspose.pdf.l...
  4. Aspose::Pdf::LogicalStructure::TableElement Cla...

    Public Member Functions | Protected Member Functions | List of all members Aspose::Pdf::LogicalStructure::TableElemen......Reference final Represents Table structure element in logical...get_BackgroundColor () const Gets the table background color. More... A...

    reference.aspose.com/pdf/cpp/class/aspose.pdf.l...
  5. CellFormat.top_padding property | Aspose.Words ...

    CellFormat.top_padding property. Returns or sets the amount of space (in points) to add above 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...
  6. Enum AutoFitBehavior | Aspose.Words for .NET AP...

    Aspose.Words.Tables.AutoFitBehavior 枚举. 确定 Aspose.Words 在您调用AutoFit方法....DocumentBuilder ( doc ); Table table = builder . StartTable ();...请注意,当保存为 .doc 格式时,并非所有表格样式都可用。 table . StyleIdentifier = StyleIdentifier...

    reference.aspose.com/words/zh/net/aspose.words....
  7. Creating a complex PDF|Aspose.PDF for C++

    Aspose.PDF for C++ allows you to create more complex documents that contain images, text fragments, and Tables in one document....(header and paragraph), and a table. To build such a document, we... Create a table, add table properties. Add (table) to the page...

    docs.aspose.com/pdf/cpp/complex-pdf-example/
  8. get_table_row_type_of_all method | Aspose.Cells...

    get_Table_row_type_of_all method get_Table_row_type_of_all Gets the type name of Table rows that consists of all rows......get_table_row_type_of_all method get_table_row_type_of_all Gets...Gets the type name of table rows that consists of all rows in...

    reference.aspose.com/cells/python-net/aspose.ce...
  9. Fetching and Manipulating multiple Tables from ...

    Hi guys, I stucked in a Scenario. I have a template file(.dotx) which has multiple Tables in it. I’m able to fetch the very 1st Table and to manipulate required data using the following code: Table Table = doc.FirstSe…...Fetching and Manipulating multiple Tables from a Template in Aspose.Words...multiple tables in it. I’m able to fetch the very 1st table and to...

    forum.aspose.com/t/fetching-and-manipulating-mu...
  10. Paragraph.is_end_of_cell property | Aspose.Word...

    Paragraph.is_end_of_cell property. True if this paragraph is the last paragraph in a [Cell](../../../aspose.words.Tables/cell/); false otherwise....Examples Shows how to set a table to stay together on the same...= MY_DIR + 'Table spanning two pages.docx' ) table = doc . first_section...

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