Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 43,457 for

table

(0.08 sec)
  1. ImportIntoDataBase | Aspose.PDF for .NET API Re...

    Imports data from Table into database....ImportIntoDataBase method Imports data from table into database. public void ImportIntoDataBase...(); DataTable table = new DataTable (); table . TableName = "test"...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  2. TableStyle.bottom_padding property | Aspose.Wor...

    TableStyle.bottom_padding property. Gets or sets the amount of space (in points) to add below the contents of Table cells....to add below the contents of table cells. @property def bottom_padding...custom style settings for the table. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  3. TableStyle.right_padding property | Aspose.Word...

    TableStyle.right_padding property. Gets or sets the amount of space (in points) to add to the right of the contents of Table cells....the right of the contents of table cells. @property def right_padding...custom style settings for the table. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Node.GetAncestor | Aspose.Words for .NET

    Node GetAncestor method. Gets the first ancestor of the specified object type in C#....Shows how to find out if a tables are nested. public void CalculateDepthOfNest...MyDir + "Nested tables.docx" ); NodeCollection tables = doc . GetChildNodes...

    reference.aspose.com/words/net/aspose.words/nod...
  5. TableStyle.CellSpacing | Aspose.Words for .NET

    TableStyle CellSpacing property. Gets or sets the amount of space in points between the cells in C#....custom style settings for the table. Document doc = new Document...DocumentBuilder ( doc ); Table table = builder . StartTable ();...

    reference.aspose.com/words/net/aspose.words/tab...
  6. TableStyle.Borders | Aspose.Words for .NET

    TableStyle Borders property. Gets the collection of default cell borders for the style in C#....custom style settings for the table. Document doc = new Document...DocumentBuilder ( doc ); Table table = builder . StartTable ();...

    reference.aspose.com/words/net/aspose.words/tab...
  7. Aspose::Words::DocumentBuilder::DeleteRow metho...

    Aspose::Words::DocumentBuilder::DeleteRow method. Deletes a row from a Table in C++....from a table. System :: SharedPtr < Aspose :: Words :: Tables ::...tableIndex int32_t The index of the table. rowIndex int32_t The index...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. Aspose::Words::TableStyle::get_CellSpacing meth...

    Aspose::Words::TableStyle::get_CellSpacing method. Gets or sets the amount of space (in points) between the cells in C++....custom style settings for the table. auto doc = MakeObject < Document...> ( doc ); SharedPtr < Table > table = builder -> StartTable...

    reference.aspose.com/words/cpp/aspose.words/tab...
  9. Table.left_padding property | Aspose.Words for ...

    Table.left_padding property. Gets or sets the amount of space (in points) to add to the left of the contents of cells....left_padding property Table.left_padding property Gets or sets...configure content padding in a table. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Document.expand_table_styles_to_direct_formatti...

    Document.expand_Table_styles_to_direct_formatting method. Converts formatting specified in Table styles into direct formatting on Tables in the document....expand_table_styles_to_direct_formatting method expand_table_sty...specified in table styles into direct formatting on tables in the document...

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