Represents the spreadsheet options set on an ImagingProfile instance.
Inheritance Hierarchy
Relativity.Imaging.Services.InterfacesSpreadsheetOptions
Namespace: Relativity.Imaging.Services.Interfaces
Assembly: Relativity.Imaging.Services.Interfaces (in Relativity.Imaging.Services.Interfaces.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
The SpreadsheetOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SpreadsheetOptions |
Properties
Name | Description | |
---|---|---|
![]() | FitToPagesTall |
Gets or sets the option for resetting the page height for a spreadsheet.
|
![]() | FitToPagesWide |
Gets or sets the option for resetting the page width for a spreadsheet.
|
![]() | Formatting |
Gets or sets the options for formatting a spreadsheet, such as auto-fit rows and columns, and clearing empty rows and columns.
|
![]() | HideAndPagebreakAfterConsecutiveBlankRowCol |
Gets or sets the option controlling the maximum number of consecutive blank rows or columns.
|
![]() | IncludeBorders |
Gets or sets the option for rendering the borders in a spreadsheet.
|
![]() | IncludeComments |
Gets or sets the option for rendering comments added to a spreadsheet.
|
![]() | IncludeGridlines |
Gets or sets the option for rendering the gridlines between rows and columns in the spreadsheet.
|
![]() | IncludeHeadersAndFooters |
Gets or sets the option for rendering headers and footers in the spreadsheet.
|
![]() | IncludeRowAndColumnHeadings |
Gets or sets the option for rendering row headings (1, 2, 3, etc.) and column headings (A, B, C, etc.) in a spreadsheet.
|
![]() | LimitToPages |
Gets or sets the option that controls the number of pages to render.
|
![]() | PageOrder |
Gets or sets the order used to render the pages in a spreadsheet, such as vertical or horizontal overflow.
|
![]() | PaperSizeOrientation |
Gets or sets the option for paper size and orientation used to render the pages in a spreadsheet.
|
![]() | PrintArea |
Gets or sets the print area in a spreadsheet used for an imaging job.
|
![]() | ShowTrackChanges |
Gets or sets the option for displaying modifications made through the Track Changes option in Excel.
|
![]() | TextVisibility |
Gets or sets the options for text visibility by controlling background and font color.
|
![]() | UnhideHiddenWorksheets |
Gets or sets the option for displaying hidden worksheets.
|
![]() | ZoomLevelPercentage |
Gets or sets the option for setting the zoom level on a spreadsheet.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | MAX_ZOOM_PERCENTAGE |
The maximum value which can be specified for the ZoomLevelPercentage |
![]() ![]() | MIN_ZOOM_PERCENTAGE |
The minimum value which can be specified for the ZoomLevelPercentage |
See Also