PortionFormat

Portion.PortionFormat property

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

public IPortionFormat PortionFormat { get; }

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 the GetEffective method.

See Also