Uses of Interface
com.openhtmltopdf.extend.NamespaceHandler
Packages that use NamespaceHandler
Package
Description
-
Uses of NamespaceHandler in com.openhtmltopdf.context
Fields in com.openhtmltopdf.context declared as NamespaceHandlerModifier and TypeFieldDescriptionprivate NamespaceHandler
StyleReference._nsh
private NamespaceHandler
StandardAttributeResolver.nsh
Description of the FieldMethods in com.openhtmltopdf.context with parameters of type NamespaceHandlerModifier and TypeMethodDescriptionvoid
StyleReference.setDocumentContext
(SharedContext context, NamespaceHandler nsh, Document doc, UserInterface ui) Sets the documentContext attribute of the StyleReference objectConstructors in com.openhtmltopdf.context with parameters of type NamespaceHandlerModifierConstructorDescriptionConstructor for the StandardAttributeResolver object -
Uses of NamespaceHandler in com.openhtmltopdf.java2d
Methods in com.openhtmltopdf.java2d with parameters of type NamespaceHandlerModifier and TypeMethodDescriptionprivate void
Java2DRenderer.setDocument
(Document doc, String url, NamespaceHandler nsh) -
Uses of NamespaceHandler in com.openhtmltopdf.layout
Fields in com.openhtmltopdf.layout declared as NamespaceHandlerMethods in com.openhtmltopdf.layout that return NamespaceHandlerModifier and TypeMethodDescriptionLayoutContext.getNamespaceHandler()
SharedContext.getNamespaceHandler()
Methods in com.openhtmltopdf.layout with parameters of type NamespaceHandler -
Uses of NamespaceHandler in com.openhtmltopdf.pdfboxout
Methods in com.openhtmltopdf.pdfboxout with parameters of type NamespaceHandlerModifier and TypeMethodDescriptionprivate void
PdfBoxFastLinkManager.addUriAsLink
(RenderingContext c, Box box, org.apache.pdfbox.pdmodel.PDPage page, float pageHeight, AffineTransform transform, Element elem, NamespaceHandler handler, String uri, Shape linkShape) private void
PdfBoxLinkManager.addUriAsLink
(RenderingContext c, Box box, org.apache.pdfbox.pdmodel.PDPage page, float pageHeight, AffineTransform transform, Element elem, NamespaceHandler handler, String uri, Shape linkShape) Deprecated.private void
PdfBoxRenderer.setDocumentP
(Document doc, String url, NamespaceHandler nsh) -
Uses of NamespaceHandler in com.openhtmltopdf.simple
Classes in com.openhtmltopdf.simple that implement NamespaceHandler -
Uses of NamespaceHandler in com.openhtmltopdf.simple.extend
Classes in com.openhtmltopdf.simple.extend that implement NamespaceHandlerModifier and TypeClassDescriptionclass
Handles xhtml but only css styling is honored, no presentational html attributes (see css 2.1 spec, 6.4.4)class
Handles xhtml documents, including presentational html attributes (see css 2.1 spec, 6.4.4).