public class LinkHelper extends Object
Modifier and Type | Method and Description |
---|---|
static void |
applyLinkAnnotation(com.itextpdf.layout.IPropertyContainer container, String url)
Applies a link annotation.
|
static void |
createDestination(ITagWorker tagWorker, com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context)
Creates a destination
|
public static void applyLinkAnnotation(com.itextpdf.layout.IPropertyContainer container, String url)
container
- the containing object
url
- the destination
public static void createDestination(ITagWorker tagWorker, com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context)
tagWorker
- the tagworker that is building the (iText) element
element
- the (HTML) element being converted
context
- the Processor context
Copyright © 1998–2019 iText Group NV. All rights reserved.