Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 5,794 for

table

(0.03 sec)
  1. Aspose::Words::BorderCollection::get_Left metho...

    Aspose::Words::BorderCollection::get_Left method. Gets the left border in C++....shading color while building a table. auto doc = MakeObject < Document...DocumentBuilder > ( doc ); // Start a table and set a default color/thickness...

    reference.aspose.com/words/cpp/aspose.words/bor...
  2. Aspose::Words::BorderCollection::get_Right meth...

    Aspose::Words::BorderCollection::get_Right method. Gets the right border in C++....shading color while building a table. auto doc = MakeObject < Document...DocumentBuilder > ( doc ); // Start a table and set a default color/thickness...

    reference.aspose.com/words/cpp/aspose.words/bor...
  3. Manage Cells|Aspose.Slides for Node.js via .NET...

    Table cells in PowerPoint presentations in JavaScript...Contents [ Hide ] Identify Merged Table Cell Create an instance of the...the table from the first slide. Iterate through the table’s rows...

    docs.aspose.com/slides/nodejs-java/manage-cells/
  4. TextOrientation Enum | Aspose.Words for .NET

    Discover Aspose.Words.TextOrientation enum to easily control text alignment in Table cells and text frames, enhancing document presentation and readability....orientation of text on a page, in a table cell or a text frame. public...how to build a formatted 2x2 table. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words/tex...
  5. Row.PreviousRow | Aspose.Words for .NET

    Access the PreviousRow property to easily retrieve the prior Row node, enhancing your data navigation and streamlining your coding workflow....need to have typed access to table rows. If a StructuredDocumentTa...StructuredDocumentTa node is found in a table instead of a row, it is automatically...

    reference.aspose.com/words/net/aspose.words.tab...
  6. RowFormat.headingFormat property | Aspose.Words...

    RowFormat.headingFormat property. True if the row is repeated as a Table heading on every page when the Table spans more than one page....repeated as a table heading on every page when the table spans more...Examples Shows how to build a table with rows that repeat on every...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. DocumentBuilder.MoveToCell | Aspose.Words for .NET

    Effortlessly navigate your document with the DocumentBuilder MoveToCell method, quickly positioning the cursor in any Table cell for enhanced editing....method Moves the cursor to a table cell in the current section...tableIndex Int32 The index of the table to move to. rowIndex Int32 The...

    reference.aspose.com/words/net/aspose.words/doc...
  8. DocumentBuilder.moveToCell method | Aspose.Word...

    DocumentBuilder.moveToCell method. Moves the cursor to a Table cell in the current section....characterIndex) Moves the cursor to a table cell in the current section...tableIndex number The index of the table to move to. rowIndex number...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Cell.paragraphs property | Aspose.Words for Nod...

    Cell.paragraphs property. Gets a collection of paragraphs that are immediate children of the cell....Examples Shows how to set a table to stay together on the same...myDir + "Table spanning two pages.docx" ); let table = doc . firstSection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. CellFormat.ClearFormatting | Aspose.Words for .NET

    Discover the CellFormat ClearFormatting method to effortlessly reset cell styles to default without altering cell width. Enhance your spreadsheet efficiency!...to combine the rows from two tables into one. Document doc = new...new Document ( MyDir + "Tables.docx" ); // Below are two ways...

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