Table of Contents

Namespace iTextSharp.text.pdf.draw

Classes

DottedLineSeparator

Element that draws a dotted line from left to right. Can be added directly to a document or column. Can also be used to create a separator chunk. @since 2.1.2

LineSeparator

Element that draws a solid line from left to right. Can be added directly to a document or column. Can also be used to create a separator chunk. @author Paulo Soares @since 2.1.2

VerticalPositionMark

Helper class implementing the DrawInterface. Can be used to add horizontal or vertical separators. Won't draw anything unless you implement the draw method. @since 2.1.2

Interfaces

IDrawInterface

Interface for an Element that allows you to draw something at the current vertical position. Trivial implementations are LineSeparator and VerticalPositionMark. It is also used to define what has to be drawn by a separator chunk. @since 2.1.2