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
| Name | Type | Access | Description |
|---|---|---|---|
AllLevels | System.Collections.Generic.IList<double> | Read | All recorded font-size thresholds. |
Methods
| Signature | Description |
|---|---|
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. |