예제 #1
0
 internal RPLParagraph(Queue <RPLTextRun> textRuns, RPLParagraphProps rplElementProps)
     : base(rplElementProps)
 {
     m_textRuns = textRuns;
 }
예제 #2
0
 internal RPLParagraph()
 {
     m_rplElementProps            = new RPLParagraphProps();
     m_rplElementProps.Definition = new RPLParagraphPropsDef();
 }