Contains information about a font substitution warning that Aspose.Words issued during document loading or saving in Java....TABLE_SUBSTITUTION_RULE, warningInfo...\'Arvo\' font instead. Reason: table substitution.", warningInfo...
Discover Aspose.Words.MailMergeCleanupOptions enum to efficiently manage mail merge cleanup. Optimize your documents by controlling item removal seamlessly....to remove from the document tables that contain mail merge regions...Shows how to remove whole empty table during mail merge. DataTable...
Base class for inline-level nodes that can contain paragraphs and Tables in Java....can contain paragraphs and tables. To learn more, visit the Logical...block-level nodes Paragraph and Table . The classes that derive from...
Aspose.Words.Fonts.FontSubstitutionSettings class. Specifies font substitution mechanism settings...rule (disabled by default) Table substitution rule (enabled by...tableSubstitution Settings related to table substitution rule. See Also...
Explore the Aspose.Words.Settings.Compatibility enum to unlock powerful compatibility options for seamless document processing and enhanced performance....AdjustLineHeightInTa 35 Adjust Line Height in Table ForgetLastTabAlignme 36 Forget...AlignTableRowByRow 38 Align Table Rows by Rule LayoutRawTableWidth...
Implements the MERGEFIELD field in Java....DocumentBuilder(doc); // Create a data table to be used as a mail merge data...DataTable table = new DataTable("Employees"); table.getColumns()...
Represents the mail merge functionality in Java....creates a table, but you would normally load table from a database...database DataTable table = new DataTable("Test"); table.getColumns()...