Aspose::Pdf::HeadingRecognitionStrategy enum
HeadingRecognitionStrategy enum
Represents types of header recognition strategies.
enum class HeadingRecognitionStrategy
Values
| Name | Value | Description |
|---|---|---|
| Outlines | 0 | Represents the header recognition strategy by means of outlines. |
| Heuristic | 1 | Represents the header recognition strategy by means of heuristics rules and font size statistic. |
| Auto | 2 | Provides an automatic header recognition strategy selection. This is the default option. If the document contains bookmarks, the Outlines strategy will be selected, otherwise Heuristic |
| None | 3 | Do not recognize headers. This option can be useful in complexly formatted documents. |
See Also
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++