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 NamespaceHandlerStyleReference._nshprivate NamespaceHandlerStandardAttributeResolver.nshDescription of the FieldMethods in com.openhtmltopdf.context with parameters of type NamespaceHandlerModifier and TypeMethodDescriptionvoidStyleReference.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 voidJava2DRenderer.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 voidPdfBoxFastLinkManager.addUriAsLink(RenderingContext c, Box box, org.apache.pdfbox.pdmodel.PDPage page, float pageHeight, AffineTransform transform, Element elem, NamespaceHandler handler, String uri, Shape linkShape) private voidPdfBoxLinkManager.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 voidPdfBoxRenderer.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 TypeClassDescriptionclassHandles xhtml but only css styling is honored, no presentational html attributes (see css 2.1 spec, 6.4.4)classHandles xhtml documents, including presentational html attributes (see css 2.1 spec, 6.4.4).