Ejemplo n.º 1
0
 /// <summary>
 /// Inicializa uma nova instância da classe <see cref="Spartacus.Reporting.Object"/>.
 /// </summary>
 public Object()
 {
     this.v_type      = Spartacus.Reporting.ObjectType.TEXT;
     this.v_column    = "";
     this.v_value     = "";
     this.v_posx      = 0.0;
     this.v_posy      = 0.0;
     this.v_align     = Spartacus.Reporting.FieldAlignment.LEFT;
     this.v_pdfobject = null;
     this.v_font      = null;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Inicializa uma nova instância da classe <see cref="Spartacus.Reporting.Object"/>.
 /// </summary>
 public Object()
 {
     this.v_type = Spartacus.Reporting.ObjectType.TEXT;
     this.v_column = "";
     this.v_value = "";
     this.v_posx = 0.0;
     this.v_posy = 0.0;
     this.v_align = Spartacus.Reporting.FieldAlignment.LEFT;
     this.v_pdfobject = null;
     this.v_font = null;
 }