public RtfDestinationStylesheetTable(RtfParser parser, String type)
     : base(parser)
 {
     this.importHeader = parser.GetImportManager();
     this.type = type;
 }
 public override void SetParser(RtfParser parser)
 {
     this.rtfParser = parser;
     this.importHeader = parser.GetImportManager();
 }
 public RtfDestinationListTable(RtfParser parser)
     : base(parser)
 {
     this.importHeader = parser.GetImportManager();
 }