Uses of Class
com.levigo.jadice.server.html2fop.internal.process.ProcessingContext
-
Packages that use ProcessingContext Package Description com.levigo.jadice.server.html2fop.internal.process.processor com.levigo.jadice.server.html2fop.internal.process.processor.impl -
-
Uses of ProcessingContext in com.levigo.jadice.server.html2fop.internal.process.processor
Methods in com.levigo.jadice.server.html2fop.internal.process.processor with parameters of type ProcessingContext Modifier and Type Method Description boolean
HTMLPostLayoutProcessor. postLayout(ProcessingContext context, com.levigo.jadice.server.html2fop.internal.HtmlLayoutResult layoutResult)
This method is called after a layout run has already been performed.void
HTMLPostReadProcessor. postRead(ProcessingContext context)
This method is executed after the html stream has been read and the corresponding html document is available.void
HTMLPreLayoutProcessor. preLayout(ProcessingContext context, org.lobobrowser.html.renderer.RBlock block)
This method is called after html enhancers have been executed and before the first layouting has been performed. -
Uses of ProcessingContext in com.levigo.jadice.server.html2fop.internal.process.processor.impl
Methods in com.levigo.jadice.server.html2fop.internal.process.processor.impl with parameters of type ProcessingContext Modifier and Type Method Description boolean
AddImagesExceedingPageDimToAttachmentsProcessor. postLayout(ProcessingContext context, com.levigo.jadice.server.html2fop.internal.HtmlLayoutResult layoutResult)
Replaces all html image elements that overflow the width with a <span>{placeholderText}</span> element.boolean
FitImageBoundsProcessor. postLayout(ProcessingContext context, com.levigo.jadice.server.html2fop.internal.HtmlLayoutResult layoutResult)
Rescales images in the dom tree that would overflow the desired page with.void
AddImagesToAttachmentsProcessor. postRead(ProcessingContext context)
Replaces all html image elements with a <span>{placeholderText}</span> element.
-