Uses of Class
com.itextpdf.html2pdf.attach.ProcessorContext
Packages that use ProcessorContext
Package
Description
-
Uses of ProcessorContext in com.itextpdf.html2pdf
Methods in com.itextpdf.html2pdf that return ProcessorContextModifier and TypeMethodDescriptionstatic ProcessorContextProcessorContextCreator.createProcessorContext(ConverterProperties converterProperties) Crates ProcessorContext instances with IMetaInfo. -
Uses of ProcessorContext in com.itextpdf.html2pdf.attach
Methods in com.itextpdf.html2pdf.attach with parameters of type ProcessorContextModifier and TypeMethodDescriptionITagWorkerFactory.getTagWorker(com.itextpdf.styledxmlparser.node.IElementNode tag, ProcessorContext context) booleanITagWorker.processContent(String content, ProcessorContext context) Placeholder for what needs to be done while the content of a tag is being processed.voidITagWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Placeholder for what needs to be done after the content of a tag has been processed.booleanITagWorker.processTagChild(ITagWorker childTagWorker, ProcessorContext context) Placeholder for what needs to be done when a child node is being processed. -
Uses of ProcessorContext in com.itextpdf.html2pdf.attach.impl
Methods in com.itextpdf.html2pdf.attach.impl with parameters of type ProcessorContextModifier and TypeMethodDescriptionprotected OutlineHandlerOutlineHandler.addOutlineAndDestToDocument(ITagWorker tagWorker, com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Adds the outline and the destination.DefaultTagWorkerFactory.getCustomTagWorker(com.itextpdf.styledxmlparser.node.IElementNode tag, ProcessorContext context) This is a hook method.final ITagWorkerDefaultTagWorkerFactory.getTagWorker(com.itextpdf.styledxmlparser.node.IElementNode tag, ProcessorContext context) static voidDefaultHtmlProcessor.setConvertedRootElementProperties(Map<String, String> cssProperties, ProcessorContext context, com.itextpdf.layout.IPropertyContainer propertyContainer) Sets properties to top-level layout elements converted from HTML. -
Uses of ProcessorContext in com.itextpdf.html2pdf.attach.impl.layout
Methods in com.itextpdf.html2pdf.attach.impl.layout with parameters of type ProcessorContextModifier and TypeMethodDescriptionvoidHtmlDocumentRenderer.processPageRules(com.itextpdf.styledxmlparser.node.INode rootNode, com.itextpdf.styledxmlparser.css.ICssResolver cssResolver, ProcessorContext context) Processes the page rules. -
Uses of ProcessorContext in com.itextpdf.html2pdf.attach.impl.tags
Methods in com.itextpdf.html2pdf.attach.impl.tags with parameters of type ProcessorContextModifier and TypeMethodDescriptionbooleanAbbrTagWorker.processContent(String content, ProcessorContext context) booleanBodyTagWorker.processContent(String content, ProcessorContext context) booleanBrTagWorker.processContent(String content, ProcessorContext context) booleanButtonTagWorker.processContent(String content, ProcessorContext context) booleanColgroupTagWorker.processContent(String content, ProcessorContext context) booleanColTagWorker.processContent(String content, ProcessorContext context) booleanDisplayFlexTagWorker.processContent(String content, ProcessorContext context) booleanDisplayTableRowTagWorker.processContent(String content, ProcessorContext context) booleanDisplayTableTagWorker.processContent(String content, ProcessorContext context) booleanDivTagWorker.processContent(String content, ProcessorContext context) booleanHtmlTagWorker.processContent(String content, ProcessorContext context) booleanImgTagWorker.processContent(String content, ProcessorContext context) booleanInputTagWorker.processContent(String content, ProcessorContext context) booleanLinkTagWorker.processContent(String content, ProcessorContext context) booleanLiTagWorker.processContent(String content, ProcessorContext context) booleanMetaTagWorker.processContent(String content, ProcessorContext context) booleanObjectTagWorker.processContent(String content, ProcessorContext context) booleanOptGroupTagWorker.processContent(String content, ProcessorContext context) booleanOptionTagWorker.processContent(String content, ProcessorContext context) booleanPlaceholderTagWorker.processContent(String content, ProcessorContext context) booleanPreTagWorker.processContent(String content, ProcessorContext context) booleanPTagWorker.processContent(String content, ProcessorContext context) booleanRunningElementTagWorker.processContent(String content, ProcessorContext context) booleanSelectTagWorker.processContent(String content, ProcessorContext context) booleanSpanTagWorker.processContent(String content, ProcessorContext context) booleanSvgTagWorker.processContent(String content, ProcessorContext context) booleanTableTagWorker.processContent(String content, ProcessorContext context) booleanTdTagWorker.processContent(String content, ProcessorContext context) booleanTextAreaTagWorker.processContent(String content, ProcessorContext context) booleanTitleTagWorker.processContent(String content, ProcessorContext context) booleanTrTagWorker.processContent(String content, ProcessorContext context) booleanUlOlTagWorker.processContent(String content, ProcessorContext context) voidAbbrTagWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidABlockTagWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidATagWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidBodyTagWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidBrTagWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidColgroupTagWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidColTagWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidDisplayFlexTagWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidDisplayTableRowTagWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidDisplayTableTagWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidDivTagWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidHTagWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidHtmlTagWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidImgTagWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidInputTagWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidLinkTagWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidLiTagWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidMetaTagWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidObjectTagWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidOptionTagWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidPageCountWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidPageMarginBoxWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidPlaceholderTagWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidPTagWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidRunningElementTagWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidSelectTagWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidSpanTagWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidSvgTagWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidTableTagWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidTdTagWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidTextAreaTagWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidThTagWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidTitleTagWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidTrTagWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidUlOlTagWorker.processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) voidHtmlTagWorker.processPageRules(com.itextpdf.styledxmlparser.node.INode rootNode, com.itextpdf.styledxmlparser.css.ICssResolver cssResolver, ProcessorContext context) Processes the page rules.booleanBodyTagWorker.processTagChild(ITagWorker childTagWorker, ProcessorContext context) booleanBrTagWorker.processTagChild(ITagWorker childTagWorker, ProcessorContext context) booleanButtonTagWorker.processTagChild(ITagWorker childTagWorker, ProcessorContext context) booleanColgroupTagWorker.processTagChild(ITagWorker childTagWorker, ProcessorContext context) booleanColTagWorker.processTagChild(ITagWorker childTagWorker, ProcessorContext context) booleanDisplayFlexTagWorker.processTagChild(ITagWorker childTagWorker, ProcessorContext context) booleanDisplayGridTagWorker.processTagChild(ITagWorker childTagWorker, ProcessorContext context) Placeholder for what needs to be done when a child node is being processed.booleanDisplayTableRowTagWorker.processTagChild(ITagWorker childTagWorker, ProcessorContext context) booleanDisplayTableTagWorker.processTagChild(ITagWorker childTagWorker, ProcessorContext context) booleanDivTagWorker.processTagChild(ITagWorker childTagWorker, ProcessorContext context) booleanHtmlTagWorker.processTagChild(ITagWorker childTagWorker, ProcessorContext context) booleanImgTagWorker.processTagChild(ITagWorker childTagWorker, ProcessorContext context) booleanInputTagWorker.processTagChild(ITagWorker childTagWorker, ProcessorContext context) booleanLinkTagWorker.processTagChild(ITagWorker childTagWorker, ProcessorContext context) booleanLiTagWorker.processTagChild(ITagWorker childTagWorker, ProcessorContext context) booleanMetaTagWorker.processTagChild(ITagWorker childTagWorker, ProcessorContext context) booleanObjectTagWorker.processTagChild(ITagWorker childTagWorker, ProcessorContext context) booleanOptGroupTagWorker.processTagChild(ITagWorker childTagWorker, ProcessorContext context) booleanOptionTagWorker.processTagChild(ITagWorker childTagWorker, ProcessorContext context) booleanPlaceholderTagWorker.processTagChild(ITagWorker childTagWorker, ProcessorContext context) booleanPreTagWorker.processTagChild(ITagWorker childTagWorker, ProcessorContext context) booleanPTagWorker.processTagChild(ITagWorker childTagWorker, ProcessorContext context) booleanRunningElementTagWorker.processTagChild(ITagWorker childTagWorker, ProcessorContext context) booleanSelectTagWorker.processTagChild(ITagWorker childTagWorker, ProcessorContext context) booleanSpanTagWorker.processTagChild(ITagWorker childTagWorker, ProcessorContext context) booleanSvgTagWorker.processTagChild(ITagWorker childTagWorker, ProcessorContext context) booleanTableTagWorker.processTagChild(ITagWorker childTagWorker, ProcessorContext context) booleanTdTagWorker.processTagChild(ITagWorker childTagWorker, ProcessorContext context) booleanTextAreaTagWorker.processTagChild(ITagWorker childTagWorker, ProcessorContext context) booleanTitleTagWorker.processTagChild(ITagWorker childTagWorker, ProcessorContext context) booleanTrTagWorker.processTagChild(ITagWorker childTagWorker, ProcessorContext context) booleanUlOlTagWorker.processTagChild(ITagWorker childTagWorker, ProcessorContext context) Constructors in com.itextpdf.html2pdf.attach.impl.tags with parameters of type ProcessorContextModifierConstructorDescriptionAbbrTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newAbbrTagWorkerinstance.ABlockTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newABlockTagWorkerinstance.ATagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newATagWorkerinstance.BodyTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newBodyTagWorkerinstance.BrTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newBrTagWorkerinstance.ButtonTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newButtonTagWorkerinstance.CaptionTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newCaptionTagWorkerinstance.ColgroupTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newColgroupTagWorkerinstance.ColTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newColTagWorkerinstance.DisplayFlexTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates instance ofDisplayFlexTagWorker.DisplayGridTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newDisplayGridTagWorkerinstance.DisplayTableRowTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newDisplayTableTagWorkerinstance.DisplayTableTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newDisplayTableTagWorkerinstance.DivTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newDivTagWorkerinstance.protectedDivTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context, com.itextpdf.layout.element.Div container) Creates a newDivTagWorkerinstance.HrTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newHrTagWorkerinstance.HTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newHTagWorkerinstance.HtmlTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newHtmlTagWorkerinstance.ImgTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newImgTagWorkerinstance.InputTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newInputTagWorkerinstance.LinkTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newLinkTagWorkerinstance.LiTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newLiTagWorkerinstance.MetaTagWorker(com.itextpdf.styledxmlparser.node.IElementNode tag, ProcessorContext context) Creates a newMetaTagWorkerinstance.ObjectTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newImgTagWorkerinstance.OptGroupTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newOptGroupTagWorkerinstance.OptionTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newOptionTagWorkerinstance.PageCountWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newPageCountWorkerinstance.PageMarginBoxWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newPageMarginBoxWorkerinstance.PlaceholderTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newPlaceholderTagWorkerinstance.PreTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newPreTagWorkerinstance.PTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newPTagWorkerinstance.SelectTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newSelectTagWorkerinstance.SpanTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newSpanTagWorkerinstance.SvgTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newSvgTagWorkerinstance.TableFooterTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newTableFooterTagWorkerinstance.TableHeaderTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newTableHeaderTagWorkerinstance.TableTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newTableTagWorkerinstance.TdTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newTdTagWorkerinstance.TextAreaTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newTextAreaTagWorkerinstance.ThTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newThTagWorkerinstance.TitleTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newTitleTagWorkerinstance.TrTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newTrTagWorkerinstance.UlOlTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newUlOlTagWorkerinstance. -
Uses of ProcessorContext in com.itextpdf.html2pdf.attach.util
Methods in com.itextpdf.html2pdf.attach.util with parameters of type ProcessorContextModifier and TypeMethodDescriptionstatic voidLinkHelper.applyLinkAnnotation(com.itextpdf.layout.IPropertyContainer container, String url, ProcessorContext context, com.itextpdf.styledxmlparser.node.IElementNode element) Applies a link annotation.static voidLinkHelper.createDestination(ITagWorker tagWorker, com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a destinationstatic com.itextpdf.svg.processors.impl.SvgConverterPropertiesContextMappingHelper.mapToSvgConverterProperties(ProcessorContext context) MapProcessorContextproperties toSvgConverterProperties. -
Uses of ProcessorContext in com.itextpdf.html2pdf.css.apply
Methods in com.itextpdf.html2pdf.css.apply with parameters of type ProcessorContextModifier and TypeMethodDescriptionvoidICssApplier.apply(ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, ITagWorker tagWorker) Applies styles to an element. -
Uses of ProcessorContext in com.itextpdf.html2pdf.css.apply.impl
Methods in com.itextpdf.html2pdf.css.apply.impl with parameters of type ProcessorContextModifier and TypeMethodDescriptionvoidBlockCssApplier.apply(ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, ITagWorker tagWorker) voidBodyTagCssApplier.apply(ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, ITagWorker tagWorker) voidCaptionCssApplier.apply(ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, ITagWorker tagWorker) voidColgroupTagCssApplier.apply(ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, ITagWorker tagWorker) voidColTagCssApplier.apply(ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, ITagWorker tagWorker) voidCssContentLinearGradientApplier.apply(ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, ITagWorker tagWorker) voidDisplayFlexTagCssApplier.apply(ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, ITagWorker tagWorker) voidDisplayGridTagCssApplier.apply(ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, ITagWorker tagWorker) Applies styles to an element.voidDisplayTableRowTagCssApplier.apply(ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, ITagWorker tagWorker) voidDlTagCssApplier.apply(ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, ITagWorker tagWorker) voidHrTagCssApplier.apply(ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, ITagWorker tagWorker) voidHtmlTagCssApplier.apply(ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, ITagWorker tagWorker) voidLiTagCssApplier.apply(ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, ITagWorker tagWorker) voidPageMarginBoxCssApplier.apply(ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, ITagWorker tagWorker) voidPlaceholderCssApplier.apply(ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, ITagWorker tagWorker) voidSpanTagCssApplier.apply(ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, ITagWorker tagWorker) voidTableTagCssApplier.apply(ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, ITagWorker worker) voidTdTagCssApplier.apply(ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, ITagWorker worker) voidTrTagCssApplier.apply(ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, ITagWorker tagWorker) voidUlOlTagCssApplier.apply(ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, ITagWorker tagWorker) protected voidSpanTagCssApplier.applyChildElementStyles(com.itextpdf.layout.IPropertyContainer element, Map<String, String> css, ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer) Applies styles to child elements.static voidMultiColumnCssApplierUtil.applyMultiCol(Map<String, String> cssProps, ProcessorContext context, com.itextpdf.layout.IPropertyContainer element) Apply column-count to an element. -
Uses of ProcessorContext in com.itextpdf.html2pdf.css.apply.util
Methods in com.itextpdf.html2pdf.css.apply.util with parameters of type ProcessorContextModifier and TypeMethodDescriptionstatic voidPageBreakApplierUtil.addPageBreakElementAfter(ProcessorContext context, ITagWorker parentTagWorker, com.itextpdf.styledxmlparser.node.IElementNode childElement, ITagWorker childTagWorker) Processes a page break "after" property.static voidPageBreakApplierUtil.addPageBreakElementBefore(ProcessorContext context, ITagWorker parentTagWorker, com.itextpdf.styledxmlparser.node.IElementNode childElement, ITagWorker childTagWorker) Processes a page break "before" property.static voidBackgroundApplierUtil.applyBackground(Map<String, String> cssProps, ProcessorContext context, com.itextpdf.layout.IPropertyContainer element) Applies background to an element.static voidBorderStyleApplierUtil.applyBorders(Map<String, String> cssProps, ProcessorContext context, com.itextpdf.layout.IPropertyContainer element) Applies borders to an element.static voidFlexApplierUtil.applyFlexItemProperties(Map<String, String> cssProps, ProcessorContext context, com.itextpdf.layout.IPropertyContainer element) Applies properties to a flex item.static voidFloatApplierUtil.applyFloating(Map<String, String> cssProps, ProcessorContext context, com.itextpdf.layout.IPropertyContainer element) Applies a float value (left, right, or both) to an element.static voidFontStyleApplierUtil.applyFontStyles(Map<String, String> cssProps, ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, com.itextpdf.layout.IPropertyContainer element) Applies font styles to an element.static voidGridApplierUtil.applyGridContainerProperties(Map<String, String> cssProps, com.itextpdf.layout.IPropertyContainer container, ProcessorContext context) Applies grid properties to a grid container.static voidHyphenationApplierUtil.applyHyphenation(Map<String, String> cssProps, ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, com.itextpdf.layout.IPropertyContainer element) Applies hyphenation to an element.static voidListStyleApplierUtil.applyListStyleImageProperty(Map<String, String> cssProps, ProcessorContext context, com.itextpdf.layout.IPropertyContainer element) Applies an image list style to an element.static voidListStyleApplierUtil.applyListStyleTypeProperty(com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, Map<String, String> cssProps, ProcessorContext context, com.itextpdf.layout.IPropertyContainer element) Applies a list style to an element.static voidMarginApplierUtil.applyMargins(Map<String, String> cssProps, ProcessorContext context, com.itextpdf.layout.IPropertyContainer element) Applies margins to an element.static voidMarginApplierUtil.applyMargins(Map<String, String> cssProps, ProcessorContext context, com.itextpdf.layout.IPropertyContainer element, float baseValueVertical, float baseValueHorizontal) Applies margins to an element.static voidOpacityApplierUtil.applyOpacity(Map<String, String> cssProps, ProcessorContext context, com.itextpdf.layout.IPropertyContainer container) Applies opacity to an element.static voidOutlineApplierUtil.applyOutlines(Map<String, String> cssProps, ProcessorContext context, com.itextpdf.layout.IPropertyContainer element) Applies outlines to an element.static voidPaddingApplierUtil.applyPaddings(Map<String, String> cssProps, ProcessorContext context, com.itextpdf.layout.IPropertyContainer element) Applies paddings to an element.static voidPaddingApplierUtil.applyPaddings(Map<String, String> cssProps, ProcessorContext context, com.itextpdf.layout.IPropertyContainer element, float baseValueVertical, float baseValueHorizontal) Applies paddings to an element.static voidPageBreakApplierUtil.applyPageBreakProperties(Map<String, String> cssProps, ProcessorContext context, com.itextpdf.layout.IPropertyContainer element) Applies page break properties.static voidPositionApplierUtil.applyPosition(Map<String, String> cssProps, ProcessorContext context, com.itextpdf.layout.IPropertyContainer element) Applies a position to an element.static voidTransformationApplierUtil.applyTransformation(Map<String, String> cssProps, ProcessorContext context, com.itextpdf.layout.IPropertyContainer element) Applies a transformation to an element.static voidVerticalAlignmentApplierUtil.applyVerticalAlignmentForCells(Map<String, String> cssProps, ProcessorContext context, com.itextpdf.layout.IPropertyContainer element) Applies vertical alignment to cells.static voidVerticalAlignmentApplierUtil.applyVerticalAlignmentForInlines(Map<String, String> cssProps, ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, List childElements) Apply vertical alignment to inline elements.static voidWidthHeightApplierUtil.applyWidthHeight(Map<String, String> cssProps, ProcessorContext context, com.itextpdf.layout.IPropertyContainer element) Applies a width or a height to an element.static com.itextpdf.layout.properties.UnitValueSupportedColColgroupPropertiesUtil.getWidth(Map<String, String> resolvedCssProps, ProcessorContext context) Gets the width. -
Uses of ProcessorContext in com.itextpdf.html2pdf.css.resolve
Constructors in com.itextpdf.html2pdf.css.resolve with parameters of type ProcessorContextModifierConstructorDescriptionDefaultCssResolver(com.itextpdf.styledxmlparser.node.INode treeRoot, ProcessorContext context) Creates a newDefaultCssResolverinstance. -
Uses of ProcessorContext in com.itextpdf.html2pdf.resolver.resource
Constructors in com.itextpdf.html2pdf.resolver.resource with parameters of type ProcessorContextModifierConstructorDescriptionHtmlResourceResolver(String baseUri, ProcessorContext context) Creates a newHtmlResourceResolverinstance.HtmlResourceResolver(String baseUri, ProcessorContext context, com.itextpdf.styledxmlparser.resolver.resource.IResourceRetriever retriever) Creates a newHtmlResourceResolverinstance. -
Uses of ProcessorContext in com.itextpdf.html2pdf.util
Methods in com.itextpdf.html2pdf.util with parameters of type ProcessorContextModifier and TypeMethodDescriptioncom.itextpdf.svg.xobject.SvgImageXObjectSvgProcessingUtil.createXObjectFromProcessingResult(com.itextpdf.svg.processors.ISvgProcessorResult result, ProcessorContext context, boolean generateAbsolutelySizedSvg) Create anPdfFormXObjecttied to the passedProcessorContextusing the SVG processing result.