4D View v16PV SET HEADER |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
4D View v16
PV SET HEADER
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PV SET HEADER ( area ; header ; string ) | ||||||||
| 引数 | 型 | 説明 | ||||||
| area | 倍長整数 |
|
4D View エリア | |||||
| header | 倍長整数 |
|
ヘッダの位置 | |||||
| string | 文字 |
|
ヘッダに設定する文字列 | |||||
PV SET PRINT HEADERコマンドは、headerで指定された位置に、エリアのヘッダまたはフッタとなるstringを設定します。
引数headerの指定にはPV Headers & footersテーマの定数を使用します:
| 定数 | 型 | 値 |
| pv footer center | 倍長整数 | 5 |
| pv footer left | 倍長整数 | 4 |
| pv footer right | 倍長整数 | 6 |
| pv header center | 倍長整数 | 2 |
| pv header left | 倍長整数 | 1 |
| pv header right | 倍長整数 | 3 |
引数stringには次の特殊文字を挿入することができます:
| #d | Current date abbreviated | Wed, Apr 3, 1996 |
| #∂ (Macintosh) | Current date in short form | 04/03/1996 |
| #c (Windows) | Forced special | 04/03/1996 |
| #D | Current date in long form | Wednesday, April 3, 1996 |
| #p | Page number | 2 |
| #h | Time without seconds | 09:42 |
| #H | Time with seconds | 09:42:47 |
| #F | Table or area name | Forecast (SP) or _Forecast |
| #P | Total page number | 10 |
PV PRINTおよびPV Get headerコマンドの例題参照
プロダクト: 4D View
テーマ: PVプリント
番号:
15970
初出: 4D View 6.8
4D View ( 4D View v16)
コメントを追加