Ejemplo n.º 1
0
 public ParagraphSpacing(LineSpacing line, double before, double after)
 {
     this.Line   = line;
     this.Before = before;
     this.After  = after;
 }