HeadingLevels.AddLevels

HeadingLevels.AddLevels method

Adds heading levels. Font size collection should be sorted by decreasing size.

public void AddLevels(ICollection<double> fontSizes)
ParameterTypeDescription
fontSizesICollection`1Values should be sorted in decreasing order.

Exceptions

exceptioncondition
ArgumentExceptionIf the value is not sorted or the value is less than one.

See Also