[]
        
(Showing Draft Content)

GC.Spread.Sheets.Barcode.QRCode

クラス: QRCode

Sheets.Barcode.QRCode

Hierarchy

Table of contents

コンストラクタ

プロパティ

メソッド

コンストラクタ

constructor

new QRCode()

QRCodeのクラスを表します。

Overrides

SparklineEx.constructor

プロパティ

typeName

typeName: string

シリアル化のサポートに使用される型名の文字列を表します。

Inherited from

SparklineEx.typeName

メソッド

createFunction

createFunction(): Function

SparklineExのデータと設定を提供するカスタム関数を作成します。

戻り値

Function

作成されたカスタム関数。

Inherited from

SparklineEx.createFunction


fromJSON

fromJSON(settings): void

指定したJSON文字列からオブジェクト状態をロードします。

パラメータ

名前 説明
settings Object 逆シリアル化されたsparklineExのデータ。

戻り値

void

Inherited from

SparklineEx.fromJSON


name

name(): string

SparklineExの名前を取得します。

戻り値

string

SparklineExの名前。

Inherited from

SparklineEx.name


paint

paint(context, value, x, y, width, height): void

キャンバスにSparklineExを描画します。

パラメータ

名前 説明
context CanvasRenderingContext2D キャンバスの2次元コンテキスト。
value any カスタム関数によって評価された値。
x number キャンバスを基準とする<i>x</i>座標。
y number キャンバスを基準とする<i>y</i>座標。
width number セルの幅。
height number セルの高さ。

戻り値

void

Inherited from

SparklineEx.paint


toJSON

toJSON(): Object

オブジェクト状態をJSON文字列に保存します。

戻り値

Object

sparklineExのデータ。

Inherited from

SparklineEx.toJSON