Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 5,810 for

table

(0.1 sec)
  1. Table.accept_end method | Aspose.Words for Python

    Table.accept_end method. Accepts a visitor for visiting the end of the Table....for visiting the end of the table. def accept_end ( self , visitor...aspose.words.tables class Table Table.accept method Table.accept_start...

    reference.aspose.com/words/python-net/aspose.wo...
  2. TableSubstitutionRule.load method | Aspose.Word...

    aspose.words.fonts.TableSubstitutionRule.load method...Hide ] load(file_name) Loads table substitution settings from XML...file name. load(stream) Loads table substitution settings from XML...

    reference.aspose.com/words/python-net/aspose.wo...
  3. CommentCollection | Aspose.Words for Java

    Provides typed access to a collection of Comment nodes in Java....Shows how to find out if a tables are nested. public void ca...Document(getMyDir() + "Nested tables.docx"); NodeCollection tables = doc.getChildNodes(NodeType...

    reference.aspose.com/words/java/com.aspose.word...
  4. InlineStory.story_type property | Aspose.Words ...

    InlineStory.story_type property. Returns the type of 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. InlineStory.parent_paragraph property | Aspose....

    InlineStory.parent_paragraph property. Retrieves the parent [Paragraph](../../paragraph/) of this node...., 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...
  6. SpecialChar.Accept | Aspose.Words for .NET

    Discover the SpecialChar Accept method to enhance visitor engagement and streamline interactions on your website. Boost user satisfaction today!...hiddenContentRemover ); // 2 - Table node: Table table = doc . FirstSection...FirstSection . Body . Tables [ 0 ]; table . Accept ( hiddenContentRemover...

    reference.aspose.com/words/net/aspose.words/spe...
  7. FieldToa.BookmarkName | Aspose.Words for .NET

    Discover the FieldToa BookmarkName property to easily manage bookmarks in your documents, enhancing Table creation and improving document navigation....document used to build the table. public string BookmarkName...how to build and customize a table of authorities using TOA and...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Aspose::Words::InlineStory::get_LastParagraph m...

    Aspose::Words::InlineStory::get_LastParagraph method. Gets the last paragraph in the story 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...
  9. Aspose::Words::DocumentVisitor::VisitShapeStart...

    Aspose::Words::DocumentVisitor::VisitShapeStart method. Called when enumeration of a shape has started in C++.... ); // 2 - Table node: SharedPtr < Table > table = doc -> get_FirstSection...get_Body () -> get_Tables () -> idx_get ( 0 ); table -> Accept ( hiddenContentRemover...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. Merge Cells in Word using Python

    Follow this article to merge cells in Word using Python. It contains the IDE settings, steps, and a sample code to combine cells in Word using Python....cells in a table. Steps to Merge Cells in Word Table using Python...for Python via .NET to merge table cells Add the predefined method...

    kb.aspose.com/words/python/merge-cells-in-word-...