portion_format property

portion_format property

Returns formatting object which contains explicitly set formatting properties of the text portion with no inheritance applied. Read-only IPortionFormat.

Remarks

The formatting object contains the formatting parameters defined for the current portion only, inherited data is not applied.

In order to get the effective values including inherited ones use IPortionFormat.get_effective method.

Definition:

@property
def portion_format(self):
    ...

See Also