2.3.45 ProcessedWithError

The ProcessedWithError property specifies if an error was encountered during generation of the Value property for a text box or text run. If the ProcessedWithError property is specified, it MUST be part of a RichTextBox.ElementProperties.NonSharedElementProperties or TextRun.ElementProperties.NonSharedElementProperties record. If the ProcessedWithError property is not specified, the default value is used.         

 ProcessedWithError = processedWithErrorStart processedWithErrorValue


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

processedWithErrorStart

processedWithErrorValue

processedWithErrorStart (1 byte): A byte that specifies the start of the ProcessedWithError property. The value of the processedWithErrorStart field MUST be one of the following values.

Value

Parent

0x2E

ElementProperties.NonSharedElementProperties for RichTextBox.

0x0D

ElementProperties.NonSharedElementProperties for TextRun.

processedWithErrorValue (1 byte): A byte that specifies whether an error was encountered during generation of the Value property. The default value is 0x00. The value of the processedWithErrorValue field MUST be one of the following values.

Value

Meaning

0x00

False. Value property was processed without error.

0x01

True. Value property was processed with error and its valueValue field is String "#Error".