OfficeConversionSettings constructor

const OfficeConversionSettings({
  1. num? spreadsheetMaximumContentHeightPerSheet,
  2. num? spreadsheetMaximumContentWidthPerSheet,
})

Creates an instance of OfficeConversionSettings.

All parameters are optional and will use platform defaults if not specified.

Implementation

const OfficeConversionSettings({
  this.spreadsheetMaximumContentHeightPerSheet,
  this.spreadsheetMaximumContentWidthPerSheet,
});