TdxSpreadSheetTableViewOptionsPrintPage Members
Worksheet‘s printout page layout options.Constructors
Name | Description |
---|---|
Create(TNotifyEvent) | Initializes a new instance of the TdxSpreadSheetTableViewOptionsPrintCustomPersistent class with specified settings. Inherited from TdxSpreadSheetTableViewOptionsPrintCustomPersistent. |
Properties
Name | Description |
---|---|
FirstPageNumber | Specifies the number of the first worksheet printout page. |
FitToHeight | Specifies the number of printout pages that must accommodate all occupied worksheet rows. |
FitToWidth | Specifies the number of printout pages that must accommodate all occupied worksheet columns. |
Margins | Specifies the sizes of all elements on the printout page layout. |
Orientation | Specifies the paper orientation for printing a Table View worksheet’s content. |
Paper | Provides access to the paper format settings for printing a Table View worksheet’s content. |
Scale | Specifies the scaling factor (as a percentage) applied to the Table View worksheet’s printed content. |
ScaleMode | Specifies how the Table View worksheet’s content is scaled on printout pages. |
Methods
Name | Description |
---|---|
Assign(TPersistent) | Inherited from TPersistent. |
AssignTo(TPersistent) | Inherited from TPersistent. |
Equals(TObject) | Inherited from TObject. |
GetHashCode | Inherited from TObject. |
GetNamePath | Inherited from TPersistent. |
GetOwner | Inherited from TPersistent. |
Reset | Restores the default values of the printout page settings. |
ToString | Inherited from TObject. |
Constants
Name | Description |
---|---|
ScaleMax | Specifies the maximum scaling factor (as a percentage) applied to the printed worksheet’s content. |
ScaleMin | Specifies the minimum scaling factor (as a percentage) applied to the printed worksheet’s content. |
See Also