2.3.37 IsSimple

The IsSimple property specifies if a RichTextBox record has one or multiple Paragraph and TextRun records.<24> If the IsSimple property is specified, it MUST be part of the RichTextBox.ElementProperties.InlineSharedElementProperties record. If the IsSimple property is not specified, the default value is used.          

 IsSimple = isSimpleStart isSimpleValue


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

isSimpleStart

isSimpleValue

isSimpleStart (1 byte): A byte that specifies the start of IsSimple property. The value of isSimpleStart field MUST be the following value.

Value

Parent

0x23

ElementProperties.InlineSharedElementProperties for RichTextBox

isSimpleValue (1 byte): A byte that specifies whether the text box is simple. The default value is 0x01. The value MUST be one of the following values.

Value

Meaning

0x00

False. Multiple Paragraph records or one Paragraph with multiple TextRun records.

0x01

True. One Paragraph with only one TextRun record.