Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 16,123 for

table

(0.06 sec)
  1. Table.rows property | Aspose.Words for Node.js

    Table.rows property. Provides typed access to the rows of the Table....rows property Table.rows property Provides typed access to the...rows of the table. get rows () : Aspose . Words . Tables . RowCollection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. PreferredWidthType enumeration | Aspose.Words f...

    Aspose.Words.Tables.PreferredWidthType enumeration. Specifies the unit of measurement for the preferred width of a Table or cell....for the preferred width of a table or cell. Members Name Description...specified. The actual width of the table or cell is either specified...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 使用 C++ 将表格添加到 PDF | Aspose.PDF

    简单的演示源代码,可在任何使用C++语言的平台上以PDF文件形式添加表格。...instance of the Table auto table = MakeObject < Table > (); // Set...Set the table border color as LightGray table -> set_Border ( MakeObject...

    products.aspose.com/pdf/zh-hans/cpp/table/add/
  4. ConditionalStyle.LeftPadding | Aspose.Words for...

    Discover the ConditionalStyle LeftPadding property to easily adjust left spacing in Table cells. Enhance your layouts with precise control!...the left of the contents of table cells. public double LeftPadding...with certain area styles of a table. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words/con...
  5. ConditionalStyle.TopPadding | Aspose.Words for ...

    Discover the ConditionalStyle TopPadding property to easily adjust space above Table cell contents, enhancing layout and readability for better design....to add above the contents of table cells. public double TopPadding...with certain area styles of a table. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words/con...
  6. CellFormat.orientation property | Aspose.Words ...

    CellFormat.orientation property. Returns or sets the orientation of text in a Table cell....the orientation of text in a table cell. get orientation () : Aspose...Examples Shows how to build a table with custom borders. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Cell.parentRow property | Aspose.Words for Node.js

    Cell.parentRow property. Returns the parent row of the cell.... Tables . Row Examples Shows how to set a table to stay...myDir + "Table spanning two pages.docx" ); let table = doc . firstSection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Paragraph.is_in_cell property | Aspose.Words fo...

    Paragraph.is_in_cell property. True if this paragraph is an immediate child of [Cell](../../../aspose.words.Tables/cell/); false otherwise....Examples Shows how to set a table to stay together on the same...= MY_DIR + 'Table spanning two pages.docx' ) table = doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 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...
  10. 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 ();...default values. Assert . That ( table . FirstRow . Cells [ 0 ]. CellFormat...

    reference.aspose.com/words/net/aspose.words.tab...