TPaperDimensions.Create Method
Overloads
TPaperDimensions.Create(TPaperSize)
Creates a new TPaperDimensions instance.
Syntax
Unit: FlexCel.Core
class function TPaperDimensions.Create(const PaperSize: TPaperSize): TPaperDimensions; static; overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
PaperSize |
TPaperSize |
Excel standard papersize. |
See also
TPaperDimensions.Create(string, Double, Double)
Creates a new TPaperDimensions instance.
Syntax
Unit: FlexCel.Core
class function TPaperDimensions.Create(const aPaperName: string; const aWidth: Double; const aHeight: Double): TPaperDimensions; static; overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
aPaperName |
string |
A string identifying the paper name |
const |
aWidth |
Double |
Width in inches/100 |
const |
aHeight |
Double |
Height in inches/100 |
See also