2.3.72 PaddingLeft

The PaddingLeft property specifies the size of the padding to apply to the left of the contents. If the PaddingLeft property is specified, it MUST be part of a Style record. If the PaddingLeft property is not specified, the default value is used.

 PaddingLeft = paddingLeftStart paddingLeftValue


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

paddingLeftStart

paddingLeftValue (variable)

...

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

Value

Parent

0x0F

SharedStyleProperties

NonSharedStyleProperties

paddingLeftValue (variable): An RPLSize variable that specifies the padding between the left edge and its contents. The default value is "0pt".