Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 20,133 for

table

(0.07 sec)
  1. ConditionalStyleType enumeration | Aspose.Words...

    Aspose.Words.ConditionalStyleType enumeration. Represents possible Table areas to which conditional formatting may be defined in a Table style....enumeration Represents possible table areas to which conditional formatting...formatting may be defined in a table style. Members Name Description...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  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...Paragraphs. Create and Style Table. Set column width, borders,...

    docs.aspose.com/pdf/python-net/complex-pdf-exam...
  3. CellFormat.Orientation | Aspose.Words for .NET

    Discover how to use the CellFormat Orientation property to adjust text direction in Table cells, enhancing readability and design in your documents....the orientation of text in a table cell. public TextOrientation...Examples Shows how to build a table with custom borders. Document...

    reference.aspose.com/words/net/aspose.words.tab...
  4. NodeCollection.count property | Aspose.Words fo...

    NodeCollection.count property. Gets the number of nodes in the collection....Shows how to find out if a tables are nested. def calculate_...calculate_depth_of_nested_tables (): doc = aw . Document ( MY_DIR + 'Nested...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ConditionalStyle.shading property | Aspose.Word...

    ConditionalStyle.shading property. Gets a [Shading](../../shading/) object that refers to the shading formatting for this conditional style....with certain area styles of a table. doc = aw . Document () builder...DocumentBuilder ( doc ) table = builder . start_table () builder . insert_cell...

    reference.aspose.com/words/python-net/aspose.wo...
  6. AutoFitBehavior | Aspose.Words for Java

    Determines how Aspose.Words resizes the Table when you invoke the MAspose.Words.Tables.Table.AutoFitAspose.Words.Tables.AutoFitBehavior method in Java....the table when you invoke the M:Aspose.Words.Tables.Table.AutoFit(Aspose...AutoFit(Aspose.Words.Tables.AutoFitBehavior) method. Examples: Shows...

    reference.aspose.com/words/java/com.aspose.word...
  7. DocumentBuilder.delete_row method | Aspose.Word...

    DocumentBuilder.delete_row method. Deletes a row from a Table....delete_row(table_index, row_index) Deletes a row from a table. def...def delete_row ( self , table_index : int , row_index : int ): ...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ConditionalStyle.shading property | Aspose.Word...

    ConditionalStyle.shading property. Gets a [Shading](../../shading/) object that refers to the shading formatting for this conditional style....with certain area styles of a table. let doc = new aw . Document...DocumentBuilder ( doc ); let table = builder . startTable (); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. DocumentBuilder.end_table method | Aspose.Words...

    DocumentBuilder.end_Table method. Ends a Table in the document....end_table method end_table() Ends a table in the document. def...def end_table ( self ): ... Remarks This method should be called...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose::Words::ConditionalStyleCollection::Clea...

    Aspose::Words::ConditionalStyleCollection::ClearFormatting method. Clears all conditional styles of the Table style in C++....all conditional styles of the table style. void Aspose :: Words...Shows how to reset conditional table styles. auto doc = System ::...

    reference.aspose.com/words/cpp/aspose.words/con...