Ejemplo n.º 1
0
 public override Layout DoPageBreak()
 {
     using (new TraceContextPusher(_generator, _traceContext))
     {
         LineLayout lower = new LineLayout(this);
         return(lower);
     }
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Copy constructor used during layout expansion and page break handling.
 /// </summary>
 public LineLayout(LineLayout src)
     : base(src)
 {
     _style = src._style;
 }
Ejemplo n.º 3
0
 private void RenderLine(LineLayout layout, IContentContainer container)
 {
 }