pdfHTML 2.1.6 API
iText.Html2pdf.Attach.Impl.Layout Namespace Reference

Classes

class   DimensionContainer
  Container class for grouping necessary values used in dimension calculation
 
class   HeightDimensionContainer
 
class   Html2PdfProperty
  Set of constants that will be used as keys to get and set properties. More...
 
class   HtmlDocumentRenderer
  The DocumentRenderer class for HTML. More...
 
class   HtmlPageBreak
  The HTML implementation of an iText.Layout.Element.AreaBreak. More...
 
class   PageContextProcessor
  Context processor for specific types of pages: first, left, or right page.
 
class   PageContextProperties
  Properties class for the PageContextProcessor.
 
class   PageCountElement
  iText.Layout.Element.Text implementation to be used for the page count. More...
 
class   PageCountRenderer
  iText.Layout.Renderer.TextRenderer implementation for the page count.
 
class   PageMarginBoxBuilder
 
class   PageMarginBoxDummyElement
 
class   PageSizeParser
  The Class PageSizeParser.
 
class   RunningElement
  An iText.Layout.Element.IElement that serves as a placeholder for removed running element from the normal flow. More...
 
class   RunningElementContainer
  A wrapper for the running elements taken out of the normal flow. More...
 
class   WidthDimensionContainer
 

Enumerations

enum   HtmlPageBreakType { HtmlPageBreakType.ALWAYS, HtmlPageBreakType.LEFT, HtmlPageBreakType.RIGHT }
  Enumeration of the HTML page break types. More...
 
enum   PageCountType { PageCountType.CURRENT_PAGE_NUMBER, PageCountType.TOTAL_PAGE_COUNT }
  Enumeration of page count types. More...
 

Enumeration Type Documentation

◆ HtmlPageBreakType

Enumeration of the HTML page break types.

Enumerator
ALWAYS 

Always break.

LEFT 

Insert page break so that the next page is formatted as a left page.

RIGHT 

Insert page break so that the next page is formatted as a right page.

◆ PageCountType

Enumeration of page count types.

Enumerator
CURRENT_PAGE_NUMBER 

Type for the current page number.

TOTAL_PAGE_COUNT 

Type for the total page count.