GroupDocs.Assembly for .NET 18.2 Release Notes

Major Features

This release extends abilities to work with single-column table data bands and conditional blocks.

Full List of Features Covering all Changes in this Release

KeySummaryCategory
ASSEMBLYNET-61 Support single-column table-row data bands for Word Processing documents    Feature
ASSEMBLYNET-62Support single-column table-row data bands for Spreadsheet documentsFeature
ASSEMBLYNET-63Support single-column table-row data bands for Presentation documents Feature
ASSEMBLYNE4-63Support single-column table-row data bands for email messages with HTML and RTF bodiesFeature 

Public API and Backward Incompatible Changes

Working with Table-Row Data Bands

A table-row data band is a data band which body occupies single or multiple rows of a single document table. The body of such a band starts at the beginning of the first occupied row and ends at the end of the last occupied row as follows.

 

 

 

<<foreach ...>> ...

...

...

...

...

...

...

...

... <</foreach>>

 

 

 

Working with Table-Row Conditional Blocks

A table-row conditional block is a conditional block which body occupies single or multiple rows of a single document table. The body of such a block (as well as the body of its every template option) starts at the beginning of the first occupied row and ends at the end of the last occupied row as follows.

 

 

 

<<if ...>> ...

...

...

...

...

...

<<elseif ...>> ...

...

...

...

...

...

<<else>> ...

...

...

...

...

...

...

...

... <</if>>