コード例 #1
0
 public FormattedText(IFlags flags, IElementFrameFactory frameFactory, ITextScoper textScoper)
 {
     this.text       = string.Empty;
     this.flags      = flags;
     this.frame      = frameFactory.Create(flags);
     this.textScoper = textScoper;
 }
コード例 #2
0
 public ElementFactory(ITextScoper textScoper, IElementFrameFactory elementFrameFactory, IPageProperties pageProperties)
 {
     this.textScoper          = textScoper;
     this.elementFrameFactory = elementFrameFactory;
     this.pageProperties      = pageProperties;
 }