Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 5,803 for

table

(0.05 sec)
  1. ParagraphFormat.keep_with_next property | Aspos...

    ParagraphFormat.keep_with_next property. True if the paragraph is to remains on the same page as the paragraph that follows it....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...
  2. Aspose::Words::HeightRule enum | Aspose.Words f...

    Aspose::Words::HeightRule enum. Specifies the rule for determining the height of an object in C++....> ( doc ); SharedPtr < Table > table = builder -> StartTable...values. ASPOSE_ASSERT_EQ ( 0.0 , table -> get_Rows () -> idx_get (...

    reference.aspose.com/words/cpp/aspose.words/hei...
  3. CellCollection | Aspose.Words for Java

    Provides typed access to a collection of Cell nodes in Java....more, visit the Working with Tables documentation article. Examples:...how to iterate through all tables in the document and print the...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::InlineStory::get_Font method | A...

    Aspose::Words::InlineStory::get_Font method. Provides access to the font formatting of the anchor character of this object 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...
  5. Node.remove method | Aspose.Words for Python

    Node.remove method. Removes itself from the parent....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...
  6. HeightRule enumeration | Aspose.Words for Node.js

    Aspose.Words.HeightRule enumeration. Specifies the rule for determining the height of an object....DocumentBuilder ( doc ); let table = builder . startTable (); builder...the default values. expect ( table . rows . at ( 0 ). rowFormat...

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

    Discover the StoryType property to effortlessly retrieve comments and enhance your content engagement. Unlock valuable insights today!... Footnote , null ); // Table nodes have an "EnsureMinimum()"...the table has at least one cell. Table table = new Table ( doc...

    reference.aspose.com/words/net/aspose.words/com...
  8. Footnote.StoryType | Aspose.Words for .NET

    Discover the Footnote StoryType property to easily access Footnotes or Endnotes, enhancing your content's clarity and depth for readers.... Footnote , null ); // Table nodes have an "EnsureMinimum()"...the table has at least one cell. Table table = new Table ( doc...

    reference.aspose.com/words/net/aspose.words.not...
  9. FieldNextIf.RightExpression | Aspose.Words for ...

    Discover the FieldNextIf RightExpression property to easily manage and customize the right side of your comparison expressions for enhanced data handling....A mail merge that uses this table would normally create a 3-page...DataTable table = new DataTable ( "Employees" ); table . Columns...

    reference.aspose.com/words/net/aspose.words.fie...
  10. TableSubstitutionRule.save method | Aspose.Word...

    aspose.words.fonts.TableSubstitutionRule.save method...save(file_name) Saves the current table substitution settings to file...save(output_stream) Saves the current table substitution settings to stream...

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