Esempio n. 1
0
 public ResumeParagraph SetFont(ResumeFont resumeFont)
 {
     this.ResumeFont = resumeFont;
     return(this);
 }
Esempio n. 2
0
 public ResumeParagraph(string text)
 {
     Text                = text;
     ResumeFont          = new ResumeFont();
     HorisontalAlignment = ElementAlignmnet.Left;
 }