Skip to main content
Skip table of contents

VerticalPositionMark

VerticalPositionMark Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf.draw
  iTextSharp.text.pdf.draw.VerticalPositionMark[[VerticalPositionMark]]
  iTextSharp.text.pdf.draw.IDrawInterface[[IDrawInterface]]
  class iTextSharp.text.pdf.draw.IDrawInterface interfaceStyle;
  end
  subgraph iTextSharp.text
  iTextSharp.text.IElement[[IElement]]
  class iTextSharp.text.IElement interfaceStyle;
  end
iTextSharp.text.pdf.draw.IDrawInterface --> iTextSharp.text.pdf.draw.VerticalPositionMark
iTextSharp.text.IElement --> iTextSharp.text.pdf.draw.VerticalPositionMark

Members

Properties

Public properties
TypeNameMethods
IList<Chunk>Chunksget
IDrawInterfaceDrawInterfaceget, set
floatOffsetget, set
intTypeget

Methods

Public methods
ReturnsName
voidDraw(PdfContentByte canvas, float llx, float lly, float urx, float ury, float y)
boolIsContent()
boolIsNestable()
boolProcess(IElementListener listener)

Details

Inheritance

Constructors

VerticalPositionMark [1/2]

Source code

public VerticalPositionMark()
VerticalPositionMark [2/2]

Source code

public VerticalPositionMark(IDrawInterface drawInterface, float offset)
Arguments
TypeNameDescription
IDrawInterfacedrawInterface
floatoffset

Methods

Draw

Source code

public virtual void Draw(PdfContentByte canvas, float llx, float lly, float urx, float ury, float y)
Arguments
TypeNameDescription
PdfContentBytecanvas
floatllx
floatlly
floaturx
floatury
floaty
Process

Source code

public virtual bool Process(IElementListener listener)
Arguments
TypeNameDescription
IElementListenerlistener
IsContent

Source code

public virtual bool IsContent()
IsNestable

Source code

public virtual bool IsNestable()

Properties

Type
public virtual int Type { get; }
Chunks
public virtual IList<Chunk> Chunks { get; }
DrawInterface
public virtual IDrawInterface DrawInterface { get; set; }
Offset
public virtual float Offset { get; set; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.