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