Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 5,803 for

table

(0.04 sec)
  1. Bookmark.FirstColumn | Aspose.Words for .NET

    Discover the FirstColumn property. Easily access the zero-based index of the first column in your Table's bookmark range for efficient data management....of the first column of the table column range associated with...-1 if this bookmark is not a table column bookmark. Examples Shows...

    reference.aspose.com/words/net/aspose.words/boo...
  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. FieldMergeField.TextAfter | Aspose.Words for .NET

    Discover the FieldMergeField TextAfter property to easily customize your field output with dynamic text, enhancing document clarity and engagement....DocumentBuilder ( doc ); // Create a data table to be used as a mail merge data...DataTable table = new DataTable ( "Employees" ); table . Columns...

    reference.aspose.com/words/net/aspose.words.fie...
  4. ChartDataTable class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartDataTable class. Allows to specify properties of a chart data Table....properties of a chart data table. Properties Name Description...font formatting of the data table. format Provides access to fill...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Re-sizing Shapes on Slide|Aspose.Slides Documen...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... If there is any table in the slide then above code...that case, every cell of the table needs to be resized. You need...

    docs.aspose.com/slides/java/re-sizing-shapes-on...
  6. FindReplaceOptions.smart_paragraph_break_replac...

    FindReplaceOptions.smart_paragraph_break_replacement property. Gets or sets a boolean value indicating either it is allowed to replace paragraph break when there is no next sibling paragraph....paragraph from a table cell with a nested table. doc = aw . Document...doc ) # Create table with paragraph and inner table in first cell...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Node.remove method | Aspose.Words for Node.js

    Node.remove method. Removes itself from the parent.... myDir + "Tables.docx" ); expect ( doc . getChildNodes...getChildNodes ( aw . NodeType . Table , true ). count ). toEqual (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Node.node_type property | Aspose.Words for Python

    Node.node_type property. Gets the type of this node....Document ( file_name = MY_DIR + 'Tables.docx' ) self . assertEqual...get_child_nodes ( aw . NodeType . TABLE , True ) . count ) cur_node...

    reference.aspose.com/words/python-net/aspose.wo...
  9. PreferredWidth.fromPoints method | Aspose.Words...

    PreferredWidth.fromPoints method. A creation method that returns a new instance that represents a preferred width specified using a number of points....to set a preferred width for table cells. let doc = new aw . Document...DocumentBuilder ( doc ); let table = builder . startTable (); //...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Aspose::Words::CompositeNode::get_HasChildNodes...

    Aspose::Words::CompositeNode::get_HasChildNodes method. Returns true if this node has any child nodes in C++....to combine the rows from two tables into one. auto doc = MakeObject...MakeObject < Document > ( MyDir + u "Tables.docx" ); // Below are two ways...

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