Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 5,803 for

table

(0.03 sec)
  1. 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...
  2. Bookmark.isColumn property | Aspose.Words for N...

    Bookmark.isColumn property. Returns ``true`` if this bookmark is a Table column bookmark....true if this bookmark is a table column bookmark. get isColumn...how to get information about table column bookmarks. var doc =...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Row.ensure_minimum method | Aspose.Words for Py...

    Row.ensure_minimum method. If the [Row](../) has no cells, creates and appends one [Cell](../../cell/).... Document () table = aw . tables . Table ( doc ) doc . first_section...append_child ( table ) row = aw . tables . Row ( doc ) table . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  4. RowFormat.height property | Aspose.Words for Py...

    RowFormat.height property. Gets or sets the height of the Table row in points....Gets or sets the height of the table row in points. @property def...Shows how to create a formatted table using DocumentBuilder. doc =...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldGreetingLine.GetFieldNames | Aspose.Words ...

    Discover the GetFieldNames method in FieldGreetingLine, which efficiently retrieves a collection of mail merge field names for seamless data integration....cover any cases where the data table data is invalid // by substituting...GetFieldCode ()); // Create a data table with columns whose names match...

    reference.aspose.com/words/net/aspose.words.fie...
  6. NodeCollection.index_of method | Aspose.Words f...

    NodeCollection.index_of method. Returns the zero-based index of the specified node....file_name = MY_DIR + 'Tables.docx' ) table = doc . first_section...first_section . body . tables [ 0 ] all_tables = doc . get_child_nodes (...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::DocumentVisitor::VisitSpecialCha...

    Aspose::Words::DocumentVisitor::VisitSpecialChar method. Called when a SpecialChar node is encountered in the document 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...
  8. Aspose::Words::DocumentVisitor::VisitFormField ...

    Aspose::Words::DocumentVisitor::VisitFormField method. Called when a form field is encountered in the document 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...
  9. Aspose::Words::Fonts::TableSubstitutionRule::Sa...

    Aspose::Words::Fonts::TableSubstitutionRule::Save method. Saves the current Table substitution settings to stream in C++....) method Saves the current table substitution settings to stream...to access font substitution tables for Windows and Linux. auto...

    reference.aspose.com/words/cpp/aspose.words.fon...
  10. Bookmark.first_column property | Aspose.Words f...

    Bookmark.first_column property. Gets the zero-based index of the first column of the Table column range associated with the bookmark....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/python-net/aspose.wo...