2.8.32 PlcftxbxTxt

The PlcftxbxTxt structure is a PLC structure where the data elements are FTXBXS structures (22 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)

aFTXBXS (variable)

aCP (variable): An array of CPs. CPs are positions in the textboxes document.

Each CP specifies the beginning of a range of text to appear in a textbox indicated by the corresponding FTXBXS structure. The range of text ends immediately prior to the next CP. The last CP does not begin a new text range. It only terminates the previous one.

A PlcftxbxTxt MUST NOT contain duplicate CPs. The text ranges for each FTXBXS structure are separated by 0x0D characters that MUST be the last character in each range. The last text range is an exception. The text in the last range is ignored, and the 0x0D character is not required.

aFTXBXS (variable): An array of FTXBXS structures (22-bytes each) that associates the text ranges with shape objects.