HeadingLevels

HeadingLevels

Overview

HeadingLevels is a class in Aspose.PDF FOSS for .NET.

Heading-level recognition tuning for AutoTaggingSettings.

This class provides 3 methods for working with HeadingLevels objects in .NET programs. Available methods include: AddLevels, HeadingLevels. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: AllLevels.

Properties

NameTypeAccessDescription
AllLevelsSystem.Collections.Generic.IList<double>ReadAll recorded font-size thresholds.

Methods

SignatureDescription
HeadingLevels()Calls HeadingLevels on this HeadingLevels instance.
HeadingLevels(threshold: double)Construct with a single seed font-size threshold.
AddLevels(fontSizes: System.Collections.Generic.ICollection<double>)Append every entry from fontSizes to AllLevels.

See Also