Aspose::Pdf::AutoTaggingSettings class
Contents
[
Hide
]AutoTaggingSettings class
Provides settings for the auto-tagging functionality in PDF documents.
class AutoTaggingSettings : public System::Object
Methods
| Method | Description |
|---|---|
| AutoTaggingSettings() | |
| static get_Default() | Gets the default settings for auto-tagging functionality in PDF documents. |
| get_EnableAutoTagging() const | Gets a value indicating whether the auto-tagging functionality is enabled. |
| get_HeadingLevels() const | Gets the heading levels used for determining the structure of headings in a PDF document. |
| get_HeadingRecognitionStrategy() const | Gets the strategy used for recognizing headings in the document during auto-tagging. |
| set_EnableAutoTagging(bool) | Sets a value indicating whether the auto-tagging functionality is enabled. |
| set_HeadingLevels(System::SharedPtr<Aspose::Pdf::HeadingLevels>) | Sets the heading levels used for determining the structure of headings in a PDF document. |
| set_HeadingRecognitionStrategy(Aspose::Pdf::HeadingRecognitionStrategy) | Sets the strategy used for recognizing headings in the document during auto-tagging. |
Remarks
The AutoTaggingSettings class allows configuring options for automatic tagging of PDF content. It includes properties to enable or disable auto-tagging, specify a strategy for heading recognition, and define heading levels based on font sizes.
See Also
- Class Object
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++