pdfHTML 2.1.6 API
|
A OutlineHandler handles creating outlines for tags. More...
Public Member Functions |
|
virtual OutlineHandler | PutTagPriorityMapping (String tagName, int? priority) |
Put tag priority mapping. More... |
|
virtual OutlineHandler | PutAllTagPriorityMappings (IDictionary< String, int?> mappings) |
Put all tag priority mappings. More... |
|
virtual ? int | GetTagPriorityMapping (String tagName) |
Gets the tag priority mapping. More... |
|
virtual bool | HasTagPriorityMapping (String tagName) |
Checks for tag priority mapping. More... |
|
virtual void | Reset () |
Resets the current state so that this OutlineHandler is ready to process new document More... |
|
Static Public Member Functions |
|
static OutlineHandler | CreateStandardHandler () |
Creates an OutlineHandler with standard predefined mappings. More... |
|
A OutlineHandler handles creating outlines for tags.
A OutlineHandler handles creating outlines for tags.
This class is not reusable and a new instance shall be created for every new conversion process.
|
inlinestatic |
Creates an OutlineHandler with standard predefined mappings.
|
inlinevirtual |
Gets the tag priority mapping.
tagName | the tag name |
|
inlinevirtual |
Checks for tag priority mapping.
tagName | the tag name |
|
inlinevirtual |
Put all tag priority mappings.
mappings | the mappings |
|
inlinevirtual |
Put tag priority mapping.
tagName | the tag name |
priority | the priority |
|
inlinevirtual |
Resets the current state so that this OutlineHandler is ready to process new document