Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 8,749 for

table

(0.12 sec)
  1. Table.setBorders method | Aspose.Words for Node.js

    Table.setBorders method. Sets all Table borders to the specified line style, width and color....lineWidth, color) Sets all table borders to the specified line...shading color while building a table. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. TableStyle.vertical_alignment property | Aspose...

    TableStyle.vertical_alignment property. Specifies the vertical alignment for the cells.... tables . CellVerticalAlignmen : ...., value : aspose . words . tables . CellVerticalAlignmen ): ...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ConditionalStyle.RightPadding | Aspose.Words fo...

    Discover the ConditionalStyle RightPadding property to easily adjust Table cell spacing. Enhance your layout with precise control for better design....the right of the contents of table cells. public double RightPadding...with certain area styles of a table. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words/con...
  4. TableContentAlignment Enum | Aspose.Words for .NET

    Discover Aspose.Words.Saving.TableContentAlignment enum for precise Table content alignment in Markdown exports. Enhance your document formatting effortlessly!...alignment of the content of the table to be used when exporting into...corresponding table column. Left 1 The content of tables will be aligned...

    reference.aspose.com/words/net/aspose.words.sav...
  5. HtmlSaveOptions.tableWidthOutputMode property |...

    HtmlSaveOptions.TableWidthOutputMode property. Controls how Table, row and cell widths are exported to HTML, MHTML or EPUB...tableWidthOutputMode property Controls how table, row and cell widths are exported...HTML format, table, row and cell elements ( <table> , <tr> , <th>...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Cell.PreviousCell | Aspose.Words for .NET

    Access the previous Cell node effortlessly with the Cell PreviousCell property. Enhance your data navigation and streamline your coding process....how to enumerate through all table cells. Document doc = new Document...Document ( MyDir + "Tables.docx" ); Table table = doc . FirstSection...

    reference.aspose.com/words/net/aspose.words.tab...
  7. ShapeBase.AllowOverlap | Aspose.Words for .NET

    Discover the ShapeBase AllowOverlap property, control shape interactions by enabling or disabling overlap with other shapes for enhanced design flexibility....Shows how to work with floating tables properties. Document doc =...MyDir + "Table wrapped by text.docx" ); Table table = doc . FirstSection...

    reference.aspose.com/words/net/aspose.words.dra...
  8. CellFormat.RightPadding | Aspose.Words for .NET

    Discover the CellFormat RightPadding property to easily adjust spacing in your cells. Enhance your spreadsheet's layout with precise point control!...DocumentBuilder ( doc ); Table table = builder . StartTable ();...Assert . AreEqual ( 0.0d , table . FirstRow . Cells [ 0 ]. CellFormat...

    reference.aspose.com/words/net/aspose.words.tab...
  9. 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...
  10. Aspose::Words::DocumentVisitor::VisitSpecialCha...

    Aspose::Words::DocumentVisitor::VisitSpecialChar method. Called when a SpecialChar node is encountered in the document in C++.... ); // 2 - Table node: SharedPtr < Table > table = doc -> get_FirstSection...get_Body () -> get_Tables () -> idx_get ( 0 ); table -> Accept ( hiddenContentRemover...

    reference.aspose.com/words/cpp/aspose.words/doc...