Sort Score
Result 10 results
Languages All
Labels All
Results 2,461 - 2,470 of 16,022 for

table

(0.05 sec)
  1. Aspose::Words::Node class | Aspose.Words for C+...

    Aspose::Words::Node class. Base class for all nodes of a Word document. To learn more, visit the documentation article in C++....MakeObject < Document > ( MyDir + u "Tables.docx" ); ASSERT_EQ ( 2 , doc...GetChildNodes ( NodeType :: Table , true ) -> get_Count ()); SharedPtr...

    reference.aspose.com/words/cpp/aspose.words/node/
  2. IFieldMergingCallback | Aspose.Words for Java

    Implement this interface if you want to control how data is inserted into merge fields during a mail merge operation in Java....FROM Employees"); DataTable table = new DataTable(resultSet, "Employees");...getMailMerge().executeWithRegions(table); // Close the database conn...

    reference.aspose.com/words/java/com.aspose.word...
  3. 替换 PDF 中的文本|Aspose.PDF for Java

    了解更多关于替换和删除 PDF 文本的各种方法。Aspose.PDF 允许在特定区域或使用正则表达式替换文本。...$P 页" ); // 实例化一个表对象 Table tab2 = new Table (); // 将表添加到所需部分的段落集合中... add ( t5 ); Table table = new Table (); table . setColumnWidths...

    docs.aspose.com/pdf/zh/java/replace-text-in-a-p...
  4. Generate Postal Barcodes|Documentation

    Use Aspose.BarCode for PHP via Java to generate postal barcodes...listed in the table below. Australia Post Encoding Table Supported...59 Table FCC 62N Table FCC 62C Table FCC 62C Other Table C-Table...

    docs.aspose.com/barcode/phpjava/generate-postal...
  5. Aspose::Words::Comparing::CompareOptions::get_I...

    Aspose::Words::Comparing::CompareOptions::get_IgnoreFootnotes method. Specifies whether to compare differences in footnotes and endnotes in C++...." ); // Table: builder -> StartTable (); builder...ExplicitCast < Table > ( docEdited -> GetChild ( NodeType :: Table , 0 ...

    reference.aspose.com/words/cpp/aspose.words.com...
  6. FieldDatabase.insert_headings property | Aspose...

    FieldDatabase.insert_headings property. Gets or sets whether to insert the field names from the database as column headings in the resulting Table....column headings in the resulting table. @property def insert_headings...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::set_AlignTablesRowByRow method. Align Table Rows Independently in C++....ablesRowByRow method Align Table Rows Independently. void Aspose...

    reference.aspose.com/words/cpp/aspose.words.set...
  8. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::set_DoNotBreakConstrainedForcedTable method. Don't Break Table Rows Around Floating Tables in C++....method Don’t Break Table Rows Around Floating Tables . void Aspose...

    reference.aspose.com/words/cpp/aspose.words.set...
  9. Mail Merge in MS Word with Java

    Follow this article to perform mail merge in MS Word with Java. It has the details to set the IDE, a list of steps, and a sample code to apply mail merge for Word with Java....method by passing the selected table and saving the output after...against each record in the table. This article has taught us...

    kb.aspose.com/words/java/mail-merge-in-ms-word-...
  10. RowFormat.borders property | Aspose.Words for P...

    RowFormat.borders property. Gets the collection of default cell borders for the row....Examples Shows how to build a table with custom borders. doc = aw...) builder . start_table () # Setting table formatting options...

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