Class HeadingLevels

HeadingLevels class

Represents a class to work with header levels based on font size.

public class HeadingLevels

Constructors

NameDescription
HeadingLevels()Creates a new instance of the HeadingLevels class.
HeadingLevels(double)Creates a new instance of the HeadingLevels class.

Properties

NameDescription
AllLevels { get; }Gets all heading levels.

Methods

NameDescription
AddLevels(ICollection<double>)Adds heading levels. Font size collection should be sorted by decreasing size.

See Also