Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 5,782 for

table

(0.23 sec)
  1. Aspose::Words::Tables::PreferredWidthType enum ...

    Aspose::Words::Tables::PreferredWidthType enum. Specifies the unit of measurement for the preferred width of a Table or cell in C++....Aspose::Words::Tables::PreferredWidthType enum Contents [ Hide...for the preferred width of a table or cell. enum class PreferredWidthType...

    reference.aspose.com/words/cpp/aspose.words.tab...
  2. PreferredWidth class | Aspose.Words for Node.js

    Aspose.Words.Tables.PreferredWidth class. Represents a value and its unit of measure that is used to specify the preferred width of a Table or a cell...specify the preferred width of a table or a cell. To learn more, visit...visit the Working with Tables documentation article. Remarks Preferred...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. InlineStory.ensure_minimum method | Aspose.Word...

    InlineStory.ensure_minimum method. If the last child is not a paragraph, creates and appends one empty paragraph...., footnote_text = None ) # Table nodes have an "EnsureMinimum()"...sure the table has at least one cell. table = aw . tables . Table...

    reference.aspose.com/words/python-net/aspose.wo...
  4. InlineStory.last_paragraph property | Aspose.Wo...

    InlineStory.last_paragraph property. Gets the last paragraph in the story...., footnote_text = None ) # Table nodes have an "EnsureMinimum()"...sure the table has at least one cell. table = aw . tables . Table...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::InlineStory::EnsureMinimum metho...

    Aspose::Words::InlineStory::EnsureMinimum method. If the last child is not a paragraph, creates and appends one empty paragraph in C++....:: Footnote , nullptr ); // Table nodes have an "EnsureMinimum()"...makes sure the table has at least one cell. auto table = MakeObject...

    reference.aspose.com/words/cpp/aspose.words/inl...
  6. Aspose::Words::InlineStory::get_ParentParagraph...

    Aspose::Words::InlineStory::get_ParentParagraph method. Retrieves the parent Paragraph of this node in C++....:: Footnote , nullptr ); // Table nodes have an "EnsureMinimum()"...makes sure the table has at least one cell. auto table = MakeObject...

    reference.aspose.com/words/cpp/aspose.words/inl...
  7. FieldToa.bookmark_name property | Aspose.Words ...

    FieldToa.bookmark_name property. Gets or sets the name of the bookmark that marks the portion of the document used to build the Table....document used to build the table. @property def bookmark_name...how to build and customize a table of authorities using TOA and...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 管理单元格|Aspose.Slides 文档

    C#或.NET中PowerPoint演示文稿中的表格单元格...pptx" )) { ITable table = pres . Slides [ 0 ]. Shapes...Shape#0是一个表格 for ( int i = 0 ; i < table . Rows . Count ; i ++) { for...

    docs.aspose.com/slides/zh/net/manage-cells/
  9. CellFormat.left_padding property | Aspose.Words...

    CellFormat.left_padding property. Returns or sets the amount of space (in points) to add to the left of the contents of cell....DocumentBuilder ( doc = doc ) table = builder . start_table () builder . insert_cell.... end_row () builder . end_table () # The first cell was unaffected...

    reference.aspose.com/words/python-net/aspose.wo...
  10. CellFormat.right_padding property | Aspose.Word...

    CellFormat.right_padding property. Returns or sets the amount of space (in points) to add to the right of the contents of cell....DocumentBuilder ( doc = doc ) table = builder . start_table () builder . insert_cell.... end_row () builder . end_table () # The first cell was unaffected...

    reference.aspose.com/words/python-net/aspose.wo...