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