2.8.26 PlcfSed

The PlcfSed structure is a PLC structure where the data elements are Sed structures (12 bytes each).


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

aCP (variable)

aSed (variable)

aCP (variable): An array of CPs. Each CP specifies the beginning of a range of text in the main document that constitutes a section. The range of text ends immediately prior to the next CP. A PlcfSed MUST NOT contain duplicate CPs. There MUST also be an end-of-section character (0x0C) as the final character in the text range of all but the last section. An end-of-section character (0x0C) which occurs at a CP and which is not the last character in a section specifies a manual page break.

The last CP does not begin a new section. It MUST be at or beyond the end of the main document. Sections only contain text from the main document, so even when the last CP comes after text in other document parts, that text is not part of the last section.

aSed (variable): An array of 12-byte Sed structures. Each Sed structure contains the location of properties pertaining to the section that begins at the corresponding CP.