Search Results for

    Show / Hide Table of Contents

    TPaperDimensions.Create Method

    Overloads

    • TPaperDimensions.Create(TPaperSize)
    • TPaperDimensions.Create(string, Double, Double)

    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

    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

    • TPaperDimensions
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com