public final class HeadingRecognitionStrategy
extends com.aspose.ms.System.Enum
Represents types of header recognition strategies.
Modifier and Type | Field and Description |
---|---|
static int |
Auto
Provides an automatic header recognition strategy selection.
|
static int |
Heuristic
Represents the header recognition strategy by means of heuristics rules and font size statistic.
|
static int |
None
Do not recognize headers.
|
static int |
Outlines
Represents the header recognition strategy by means of outlines.
|
public static final int Outlines
Represents the header recognition strategy by means of outlines.
public static final int Heuristic
Represents the header recognition strategy by means of heuristics rules and font size statistic.
public static final int Auto
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
public static final int None
Do not recognize headers. This option can be useful in complexly formatted documents.
Copyright © 2024 Aspose. All Rights Reserved.