C# 클래스 Hamekoz.Reportes.Reporte

상속: IReporte
파일 보기 프로젝트 열기: hamekoz/hamekoz-sharp

보호된 프로퍼티들

프로퍼티 타입 설명
document iTextSharp.text.Document
pdfWriter iTextSharp.text.pdf.PdfWriter

공개 메소드들

메소드 설명
Abrir ( ) : void
Agregar ( IElemento elemento ) : void
Iniciar ( ) : void
NuevaLineaDivisoria ( ) : void
NuevaPagina ( ) : void
Reporte ( ) : System

보호된 메소드들

메소드 설명
MostrarAsunto ( ) : void
MostrarTitulo ( ) : void
SetInfo ( ) : void

메소드 상세

Abrir() 공개 메소드

public Abrir ( ) : void
리턴 void

Agregar() 공개 메소드

public Agregar ( IElemento elemento ) : void
elemento IElemento
리턴 void

Iniciar() 공개 메소드

public Iniciar ( ) : void
리턴 void

MostrarAsunto() 보호된 메소드

protected MostrarAsunto ( ) : void
리턴 void

MostrarTitulo() 보호된 메소드

protected MostrarTitulo ( ) : void
리턴 void

NuevaLineaDivisoria() 공개 메소드

public NuevaLineaDivisoria ( ) : void
리턴 void

NuevaPagina() 공개 메소드

public NuevaPagina ( ) : void
리턴 void

Reporte() 공개 메소드

public Reporte ( ) : System
리턴 System

SetInfo() 보호된 메소드

protected SetInfo ( ) : void
리턴 void

프로퍼티 상세

document 보호되어 있는 프로퍼티

protected Document,iTextSharp.text document
리턴 iTextSharp.text.Document

pdfWriter 보호되어 있는 프로퍼티

protected PdfWriter,iTextSharp.text.pdf pdfWriter
리턴 iTextSharp.text.pdf.PdfWriter