Uses of Class
com.itextpdf.tool.xml.NoCustomContextException
-
Packages that use NoCustomContextException Package Description com.itextpdf.tool.xml XMLWorker package provides a framework to parse XML to PDF with iText.com.itextpdf.tool.xml.html Everything to parse HTML tags to pdf used by theHtmlPipeline
is in here.com.itextpdf.tool.xml.html.table TagProcessor implementations fortable
tags.com.itextpdf.tool.xml.pipeline.ctx Collection ofCustomContext
andWorkerContext
implementations. -
-
Uses of NoCustomContextException in com.itextpdf.tool.xml
Methods in com.itextpdf.tool.xml that throw NoCustomContextException Modifier and Type Method Description CustomContext
WorkerContext. get(java.lang.String key)
-
Uses of NoCustomContextException in com.itextpdf.tool.xml.html
Methods in com.itextpdf.tool.xml.html that throw NoCustomContextException Modifier and Type Method Description CSSResolver
AbstractTagProcessor. getCSSResolver(WorkerContext context)
Utility method that fetches the CSSResolver from the if any and if it uses the default key.HtmlPipelineContext
AbstractTagProcessor. getHtmlPipelineContext(WorkerContext context)
Utility method that fetches the HtmlPipelineContext used if any and if it uses the default key. -
Uses of NoCustomContextException in com.itextpdf.tool.xml.html.table
Methods in com.itextpdf.tool.xml.html.table that throw NoCustomContextException Modifier and Type Method Description private float
Table. calculateTargetWidth(Tag tag, float[] columnWidths, float outerWidth, WorkerContext ctx)
Calculates the target width.private float
Table. getTableOuterWidth(Tag tag, float horBorderSpacing, WorkerContext ctx)
Adds horizontal values of a table and its parent if present.private float
Table. getTableWidth(float[] widths, float outerWidth)
Calculates the total width based on the given widths array and the given outer width.private void
Table. setVerticalMargin(PdfPTable table, Tag t, TableStyleValues values, WorkerContext ctx)
Sets the top and bottom margin of the given table. -
Uses of NoCustomContextException in com.itextpdf.tool.xml.pipeline.ctx
Methods in com.itextpdf.tool.xml.pipeline.ctx that throw NoCustomContextException Modifier and Type Method Description CustomContext
WorkerContextImpl. get(java.lang.String klass)
-