Aspose::Pdf::HeadingLevels class
HeadingLevels class
Represents a class to work with header levels based on font size.
class HeadingLevels : public System::Object
Methods
| Method | Description |
|---|---|
| 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
- Class Object
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++