Ejemplo n.º 1
0
 internal RtfSection(SectionStartEnd startEnd, RtfDocument doc)
 {
     ParentDocument  = doc;
     _align          = Align.None;
     PageOrientation = PaperOrientation.Portrait;
     StartEnd        = startEnd;
     FooterPositionFromPageBottom = 720;
     _sectionFooter = null;
     _margins       = new Margins();
 }
Ejemplo n.º 2
0
		internal RtfSection(SectionStartEnd startEnd, RtfDocument doc)
		{
			ParentDocument = doc;
			_align = Align.None;
			PageOrientation = PaperOrientation.Portrait;
			StartEnd = startEnd;
			FooterPositionFromPageBottom = 720;
			_sectionFooter = null;
			_margins = new Margins();
		}