예제 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="NuGenRtfDocument"/> class.
 /// </summary>
 public NuGenRtfDocument()
 {
     header   = "{\\rtf1";
     fonttbl  = new NuGenRtfFontTable();
     colortbl = new NuGenRtfColorTable();
 }
예제 #2
0
		/// <summary>
		/// Initializes a new instance of the <see cref="NuGenRtfDocument"/> class.
		/// </summary>
		public NuGenRtfDocument()
		{
			header = "{\\rtf1";
			fonttbl = new NuGenRtfFontTable();
			colortbl = new NuGenRtfColorTable();
		}