2.2.24 NonSharedStyleProperties

The NonSharedStyleProperties record specifies the style properties that are specific to a record.          

 NonSharedStyleProperties = nonShared [styleProperties] delimiter


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

nonshared

styleProperties (variable)

...

delimiter

nonshared (1 byte): A byte that specifies the start of the NonSharedStyleProperties record. The value of the nonshared field MUST be 0x01.

styleProperties (variable): A collection of structures that specifies style properties that are specific to a record. The order of the structures in the collection is arbitrary. The collection can be empty.

delimiter (1 byte): A byte that specifies the end of the NonSharedStyleProperties record. The value of the delimiter field MUST be 0xFF.