2.9.25 PFWrapFlags

Referenced by: TextPFException

A structure that specifies line breaking settings for a paragraph.


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

A

B

C

reserved

A - charWrap (1 bit): A bit that specifies whether the paragraph follows the East Asian text line breaking settings specified by the KinsokuContainer (section 2.9.2) and Kinsoku9Container (section 2.9.6) records.

B - wordWrap (1 bit): A bit that specifies whether text wraps from one line to the next only at word breaks, or in the middle of a word. It MUST be a value from the following table.

Value

Meaning

TRUE

Text wraps at word breaks. All of the characters of a word exist on the same line.

FALSE

Text wraps at character breaks. Characters of a word can be split across lines.

C - overflow (1 bit): A bit that specifies whether hanging punctuation is allowed for East Asian text.

reserved (13 bits): MUST be zero and MUST be ignored.