TextTag.accumulativeMargin

bool accumulativeMargin() @property

Get accumulativeMargin property.

Returns

Whether the margins accumulate or override each other.

When set to true the margins of this tag are added to the margins of any other non-accumulative margins present. When set to false the margins override one another (the default).

void accumulativeMargin(bool propval) @property

Set accumulativeMargin property.

Parameters

propvalWhether the margins accumulate or override each other. When set to true the margins of this tag are added to the margins of any other non-accumulative margins present. When set to false the margins override one another (the default).