Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 8,700 for

table

(0.08 sec)
  1. Cell.firstParagraph property | Aspose.Words for...

    Cell.firstParagraph property. Gets the first paragraph among the immediate children....Shows how to build a nested table without using a document builder...Document (); // Create the outer table with three rows and four columns...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Table.set_shading method | Aspose.Words for Python

    Table.set_shading method. Sets shading to the specified values on whole Table....the specified values on whole table. def set_shading ( self , texture...apply an outline border to a table. doc = aw . Document ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::ConditionalStyleCollection::get_...

    Aspose::Words::ConditionalStyleCollection::get_FirstColumn method. Gets the first column style in C++....with certain area styles of a table. auto doc = MakeObject < Document...> ( doc ); SharedPtr < Table > table = builder -> StartTable...

    reference.aspose.com/words/cpp/aspose.words/con...
  4. Aspose::Words::ConditionalStyleCollection::get_...

    Aspose::Words::ConditionalStyleCollection::get_TopRightCell method. Gets the top right cell style in C++....with certain area styles of a table. auto doc = MakeObject < Document...> ( doc ); SharedPtr < Table > table = builder -> StartTable...

    reference.aspose.com/words/cpp/aspose.words/con...
  5. Table.ClearBorders | Aspose.Words for .NET

    Discover the Table ClearBorders method to effortlessly eliminate all Table and cell borders, enhancing your design's clarity and appeal....[ Hide ] Table.ClearBorders method Removes all table and cell...cell borders on this table. public void ClearBorders () Examples...

    reference.aspose.com/words/net/aspose.words.tab...
  6. Aspose::Words::DocumentVisitor::VisitRowStart m...

    Aspose::Words::DocumentVisitor::VisitRowStart method. Called when enumeration of a Table row has started in C++....Called when enumeration of a table row has started. virtual Aspose...SharedPtr < Aspose :: Words :: Tables :: Row > row ) Parameter Type...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. Table.convertToHorizontallyMergedCells method |...

    Table.convertToHorizontallyMergedCells method. Converts cells horizontally merged by width to cells merged by [CellFormat.horizontalMerge](../../../aspose.words.Tables/cellformat/horizontalMerge/)....convertToHorizontall () Remarks Table cells can be horizontally merged...width CellFormat.width . When table cell is merged by width property...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Table.cellSpacing property | Aspose.Words for N...

    Table.cellSpacing property. Gets or sets the amount of space (in points) between the cells....cellSpacing property Table.cellSpacing property Gets or sets...between individual cells in a table. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Table.bidi property | Aspose.Words for Python

    Table.bidi property. Gets or sets whether this is a right-to-left Table....bidi property Table.bidi property Gets or sets whether this is...is a right-to-left table. @property def bidi ( self ) -> bool...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ConditionalStyle.borders property | Aspose.Word...

    ConditionalStyle.borders property. Gets the collection of default cell borders for the 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...