Browse our Products

Aspose.OMR for .NET 21.8 Release Notes

All Changes

KeySummaryCategory
#OMRNET-164Implement Table elementNew Feature

Public API and Backwards Incompatible Changes

Added APIs:

TypeTitleDescription
PropertyAspose.OMR.Generation.Color.WhiteWhite color
PropertyAspose.OMR.Generation.Color.GrayGray color
PropertyAspose.OMR.Generation.Color.LightGrayLightGray color

Updated APIs:

No Changes

Removed APIs:

No Changes

Example of creating default table in a text file

?container=1
?block=1
?table=COVID-19
?table_title=COVID-19 Questionnaire
?table_header=1
?answer_value=Yes
?answer_value=No
?answer_value=I Don't Know
&table_header
?question=Burning sensation
?question=Painful sensation of cold
?question=Feels like an electric shock
?question=Temperature
&table
&block
&container

Result

todo:image_alt_text

Example of creating table with parameters in a text file

?container=1
?block=1
?table=COVID-19
	answer_count=3
	table_type=striped
?table_title=COVID-19 Questionnaire
	font_size=16
	font_style=Bold
	color=White
	background_color=Gray
	border=Square
	border_size=8
	border_color=Black
?table_header=1
	font_size=12
?content=Questions
?answer_value=Yes
?answer_value=No
?answer_value=I Don't Know
&table_header
?question=Burning sensation
?question=Painful sensation of cold
?question=Feels like an electric shock
?question=Temperature
&table
&block
&container

Result

todo:image_alt_text