SpreadsheetOptions Class

Relativity Imaging API
Represents the spreadsheet options set on an ImagingProfile instance.
Inheritance Hierarchy

SystemObject
  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

public class SpreadsheetOptions

public class SpreadsheetOptions

The SpreadsheetOptions type exposes the following members.

Constructors

  NameDescription
Public methodSpreadsheetOptions
Top
Properties

  NameDescription
Public propertyFitToPagesTall
Gets or sets the option for resetting the page height for a spreadsheet.
Public propertyFitToPagesWide
Gets or sets the option for resetting the page width for a spreadsheet.
Public propertyFormatting
Gets or sets the options for formatting a spreadsheet, such as auto-fit rows and columns, and clearing empty rows and columns.
Public propertyHideAndPagebreakAfterConsecutiveBlankRowCol
Gets or sets the option controlling the maximum number of consecutive blank rows or columns.
Public propertyIncludeBorders
Gets or sets the option for rendering the borders in a spreadsheet.
Public propertyIncludeComments
Gets or sets the option for rendering comments added to a spreadsheet.
Public propertyIncludeGridlines
Gets or sets the option for rendering the gridlines between rows and columns in the spreadsheet.
Public propertyIncludeHeadersAndFooters
Gets or sets the option for rendering headers and footers in the spreadsheet.
Public propertyIncludeRowAndColumnHeadings
Gets or sets the option for rendering row headings (1, 2, 3, etc.) and column headings (A, B, C, etc.) in a spreadsheet.
Public propertyLimitToPages
Gets or sets the option that controls the number of pages to render.
Public propertyPageOrder
Gets or sets the order used to render the pages in a spreadsheet, such as vertical or horizontal overflow.
Public propertyPaperSizeOrientation
Gets or sets the option for paper size and orientation used to render the pages in a spreadsheet.
Public propertyPrintArea
Gets or sets the print area in a spreadsheet used for an imaging job.
Public propertyShowTrackChanges
Gets or sets the option for displaying modifications made through the Track Changes option in Excel.
Public propertyTextVisibility
Gets or sets the options for text visibility by controlling background and font color.
Public propertyUnhideHiddenWorksheets
Gets or sets the option for displaying hidden worksheets.
Public propertyZoomLevelPercentage
Gets or sets the option for setting the zoom level on a spreadsheet.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberMAX_ZOOM_PERCENTAGE
The maximum value which can be specified for the ZoomLevelPercentage
Public fieldStatic memberMIN_ZOOM_PERCENTAGE
The minimum value which can be specified for the ZoomLevelPercentage
Top
See Also

Reference