Aspose::Pdf::PdfToMarkdown::HeadingLevels class

HeadingLevels class

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

class HeadingLevels : public System::Object

Methods

MethodDescription
AddLevels(System::SharedPtr<System::Collections::Generic::ICollection<double>>)Adds heading levels. Font size collection should be sorted by decreasing size.
get_AllLevels()Gets all heading levels.
HeadingLevels()Creates a new instance of the HeadingLevels class.
HeadingLevels(double)Creates a new instance of the HeadingLevels class.

See Also