예제 #1
0
 public TextHeader(ODFDocument document, string text)
     : this(document)
 {
     document.InsertText(text, this, false);
 }
예제 #2
0
파일: Paragraph.cs 프로젝트: radtek/datawf
 public Paragraph(ODFDocument document, string text)
     : this(document)
 {
     document.InsertText(text, this, false);
 }