/**

/**

/**

/**

/**

/**

// 【学生証番号】 // type: ‘digit_boxes’ // positions[].x, positions[].y // → 基準点: 数字テキストの「左下」 // 例: { digit: 1, x: 125, y: 700 } // “1” の左下が (125, 700)

// 【携帯電話】 // type: ‘phone_parts’ // parts[].x, parts[].y // → 基準点: テキストの「左下」 // 例: { part: ‘area’, x: 70, y: 680 } // “090” の左下が (70, 680)

// 【固定電話】 // type: ‘phone_parts’ // parts[].x, parts[].y // → 基準点: テキストの「左下」 // 例: { part: ‘area’, x: 70, y: 665 } // “06” の左下が (70, 665)

// 【住所区分 (ラジオボタン)】 // type: ‘radio_circle’ // options[].x, options[].y, radius // → 基準点: 円の「中心」 // 例: { value: ‘1’, x: 85, y: 640, radius: 5 } // 円の中心が (85, 640)、半径 5pt

// 【傷病名】 // type: ‘text’ // x, y // → 基準点: テキストの「左下」 // 例: x: 100, y: 620 // “傷病名” の左下が (100, 620)

// 【負傷状況 (チェックボックス)】 // type: ‘checkbox_mark’ // options[].x, options[].y // → 基準点: チェックマーク(✓)の「左下」 // 例: { value: ‘正課中’, x: 90, y: 595 } // “✓” の左下が (90, 595)

// 【負傷日】 // type: ‘date_parts’ // parts[].x, parts[].y // → 基準点: テキストの「左下」 // 例: { part: ‘year’, x: 100, y: 525 } // “2026” の左下が (100, 525)

// 【金融機関振込先 (ラジオボタン)】 // type: ‘radio_circle’ // options[].x, options[].y, radius // → 基準点: 円の「中心」 // 例: { value: ‘new’, x: 200, y: 480, radius: 5 } // 円の中心が (200, 480)、半径 5pt

// 【銀行名/支店名/その他テキスト】 // type: ‘text’ // x, y // → 基準点: テキストの「左下」 // 例: x: 100, y: 455 // “三菱UFJ銀行” の左下が (100, 455)

// 【口座番号】 // type: ‘digit_boxes’ // positions[].x, positions[].y // → 基準点: 数字テキストの「左下」 // 例: { digit: 7, x: 442, y: 395 } // “7” の左下が (442, 395)

// 【受付番号】 // type: ‘receipt_list’ // baseX, baseY, spacing // → 基準点: 最初の受付番号テキストの「左下」 // baseX: 100 → 第1番目の左下 x座標 // baseY: 370 → すべての左下 y座標(共通) // spacing: 80 → 各番号間の水平距離 // 実際の位置: // 第1番目: (100, 370) // 第2番目: (180, 370) ← 100 + 80 // 第3番目: (260, 370) ← 100 + 160 // 第4番目: (340, 370) ← 100 + 240

/**

/**

ランダム文字列生成 文字カウンタ 制作物 リンク集 サイトマップ