| Package | Description |
|---|---|
| com.itextpdf.html2pdf | |
| com.itextpdf.html2pdf.attach | |
| com.itextpdf.html2pdf.attach.impl |
| Modifier and Type | Method and Description |
|---|---|
OutlineHandler |
ConverterProperties.getOutlineHandler()
Gets the outline handler.
|
| Modifier and Type | Method and Description |
|---|---|
ConverterProperties |
ConverterProperties.setOutlineHandler(OutlineHandler outlineHandler)
Sets the outline handler.
|
| Modifier and Type | Method and Description |
|---|---|
OutlineHandler |
ProcessorContext.getOutlineHandler()
Gets the outline handler.
|
| Modifier and Type | Method and Description |
|---|---|
protected OutlineHandler |
OutlineHandler.addOutlineAndDestToDocument(ITagWorker tagWorker,
com.itextpdf.styledxmlparser.node.IElementNode element,
ProcessorContext context)
Adds the outline and the destination.
|
static OutlineHandler |
OutlineHandler.createHandler(IOutlineMarkExtractor extractor)
Creates an OutlineHandler with custom
IOutlineMarkExtractor |
static OutlineHandler |
OutlineHandler.createStandardHandler()
Creates an OutlineHandler with standard
TagOutlineMarkExtractor and predefined mappings. |
OutlineHandler |
OutlineHandler.putAllMarksPriorityMappings(Map<String,Integer> mappings)
Put all marks into priority mappings.
|
OutlineHandler |
OutlineHandler.putAllTagPriorityMappings(Map<String,Integer> mappings)
Deprecated.
ue
putAllMarksPriorityMappings(Map) instead |
OutlineHandler |
OutlineHandler.putMarkPriorityMapping(String markName,
Integer priority)
Put mark into priority mapping.
|
OutlineHandler |
OutlineHandler.putTagPriorityMapping(String tagName,
Integer priority)
Deprecated.
use
putMarkPriorityMapping(String, Integer) instead |
protected OutlineHandler |
OutlineHandler.setDestinationToElement(ITagWorker tagWorker,
com.itextpdf.styledxmlparser.node.IElementNode element)
Sets the destination to element.
|
OutlineHandler |
OutlineHandler.setMarkExtractor(IOutlineMarkExtractor extractor)
Set mark extractor.
|
Copyright © 1998–2024 Apryse Group NV. All rights reserved.