Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 20,357 for

table

(0.18 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. Table.SetShading | Aspose.Words for .NET

    Enhance your Table's appearance with the SetShading method, allowing you to apply custom shading values for a polished, professional look....SetShading Contents [ Hide ] Table.SetShading method Sets shading...the specified values on whole table. public void SetShading ( TextureIndex...

    reference.aspose.com/words/net/aspose.words.tab...
  6. Table.text_wrapping property | Aspose.Words for...

    Table.text_wrapping property. Gets or sets [Table.text_wrapping](./) for Table....property Table.text_wrapping property Gets or sets Table.text_wrapping...text_wrapping for table. @property def text_wrapping ( self ) -> aspose...

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

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

    reference.aspose.com/words/cpp/aspose.words/tex...
  8. Aspose::Words::ParagraphFormat::get_KeepWithNex...

    Aspose::Words::ParagraphFormat::get_KeepWithNext method. True if the paragraph is to remains on the same page as the paragraph that follows it in C++....Examples Shows how to set a table to stay together on the same...Document > ( get_MyDir () + u "Table spanning two pages.docx" );...

    reference.aspose.com/words/cpp/aspose.words/par...
  9. Row.EnsureMinimum | Aspose.Words for .NET

    Discover the Row EnsureMinimum method, effortlessly create and append a Cell when none exist, enhancing your data structure management....= new Document (); Table table = new Table ( doc ); doc . FirstSection...AppendChild ( table ); Row row = new Row ( doc ); table . AppendChild...

    reference.aspose.com/words/net/aspose.words.tab...
  10. Row.next_row property | Aspose.Words for Python

    Row.next_row property. Gets the next [Row](../) node.... tables . Row : ... Remarks The method...need to have typed access to table rows. If a StructuredDocumentTa...

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