예제 #1
0
 public ExportSection(eSectionType sectiontype, FormattedText formattedText)
 {
     _sectionType   = sectiontype;
     _formattedText = formattedText;
 }
예제 #2
0
 public ExportSection()
 {
     _sectionType   = eSectionType.header;
     _formattedText = new FormattedText();
 }