Sort Score
Result 10 results
Languages All
Labels All
Results 1,651 - 1,660 of 20,439 for

table

(0.13 sec)
  1. Aspose::Words::Notes::FootnoteSeparator::get_No...

    Aspose::Words::Notes::FootnoteSeparator::get_NodeType method. Gets the type of this node in C++....Document > ( get_MyDir () + u "Tables.docx" ); ASSERT_EQ ( 2 , doc...Aspose :: Words :: NodeType :: Table , true ) -> get_Count ()); System...

    reference.aspose.com/words/cpp/aspose.words.not...
  2. Cell.ensureMinimum method | Aspose.Words for No...

    Cell.ensureMinimum method. If the last child is not a paragraph, creates and appends one empty paragraph....Document (); let table = new aw . Tables . Table ( doc ); doc ....appendChild ( table ); let row = new aw . Tables . Row ( doc );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. PreferredWidth.from_percent method | Aspose.Wor...

    PreferredWidth.from_percent method. A creation method that returns a new instance that represents a preferred width specified as a percentage....Examples Shows how to set a table to auto fit to 50% of the width...DocumentBuilder ( doc = doc ) table = builder . start_table () builder . insert_cell...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Calculation of Array Formula of Data Tables wit...

    How to use Aspose.Cells library to calculate array formulas for a data Table in Microsoft Excel with Golang via C++. By loading an existing Excel file or creating a new Excel file, we can use the method provided by Aspose.Cells to calculate the array formula of the data Table and get the result. Finally, we save the modified Excel file to disk....Calculation of Array Formula of Data Tables with Golang via C++ Contents...Hide ] You can create a data table in Microsoft Excel using Data...

    docs.aspose.com/cells/go-cpp/calculation-of-arr...
  5. BorderCollection.top property | Aspose.Words fo...

    BorderCollection.top property. Gets the top border....shading color while building a table. let doc = new aw . Document...DocumentBuilder ( doc ); // Start a table and set a default color/thickness...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. BorderCollection.right property | Aspose.Words ...

    BorderCollection.right property. Gets the right border....shading color while building a table. let doc = new aw . Document...DocumentBuilder ( doc ); // Start a table and set a default color/thickness...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Settings::Compatibility enum | A...

    Aspose::Words::Settings::Compatibility enum. Specifies names of compatibility options in C++....AdjustLineHeightInTa 35 Adjust Line Height in Table. ForgetLastTabAlignme 36 Forget...AlignTableRowByRow 38 Align Table Rows by Rule. LayoutRawTableWidth...

    reference.aspose.com/words/cpp/aspose.words.set...
  8. FieldRD.FileName | Aspose.Words for .NET

    Discover how the FieldRD FileName property simplifies file management by easily setting names for generating your Table of contents and indexes....when generating a table of contents, table of authorities, or...use the RD field to create a table of contents entries from headings...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Updating Slicer|Documentation

    This article shows how to update linked pivot Tables by updating the slicer using the Aspose.Cells for .NET API....its items, the slicer table or pivot table will be updated accordingly...to update the slicer table or pivot table. How to Update Slicer...

    docs.aspose.com/cells/net/updating-slicer/
  10. DataColumn | Aspose.Words for Java

    Represents the schema of a column in a DataTable in Java....DataTable table) Initializes a new instance...the specified column name and table it belongs to. DataColumn(String...

    reference.aspose.com/words/java/com.aspose.word...