ブロックする >blockRendering >RenderInfo >getDesiredRowWidth_
blockRendering.RenderInfo.getDesiredRowWidth_() メソッド
入力行に必要な幅を計算します。
署名:
protected getDesiredRowWidth_(_row: Row): number;
パラメータ
パラメータ | 型 | 説明 |
---|---|---|
_row | 行 | 入力行。 |
戻り値:
数値
入力行の目的の幅。
ブロックする >blockRendering >RenderInfo >getDesiredRowWidth_
入力行に必要な幅を計算します。
署名:
protected getDesiredRowWidth_(_row: Row): number;
パラメータ | 型 | 説明 |
---|---|---|
_row | 行 | 入力行。 |
戻り値:
数値
入力行の目的の幅。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。