次の行の「配置」値を取得して、nextAlign というフィールドの現在の行に格納しようとしています。グループ化を使用してみましたが、このテーブルの一意の識別子も一貫しておらず、常に 1 ずつ増えるとは限りません。以下にいくつかのデータを示します。
type field starttop startleft length decimals alignment
-------------------------------------------------------------------------------------------
Text CUSTOMER DETAILS CONFIRMATION 13.00 38.00 30.00 0.00 Centre
Text Please spare a few minutes to 15.00 2.00 30.00 0.00 Left
Text confirm your details as held 15.00 2.00 30.00 0.00 Wrap
Text on our system. You may fax the 15.00 2.00 30.00 0.00 Wrap
Text form to the number above. 15.00 2.00 30.00 0.00 Wrap
Text Any information you may supply 17.00 2.00 30.00 0.00 Left
Text will not be made available to 17.00 2.00 30.00 0.00 Wrap
Text third parties according to the 17.00 2.00 30.00 0.00 Wrap
Text Privacy Act. 17.00 2.00 30.00 0.00 Wrap
Text Legal name: 20.50 2.00 30.00 0.00 Left
私が欲しいのは、次のデータを持つ「nextAlign」という列だけです:
nextAlign
-Left
-Wrap
-Wrap
-Wrap
-Left
-Wrap