Re: Generation of field instructions in RTF

Subject: Re: Generation of field instructions in RTF
From: Vivek Agrawala <vivek@xxxxxxxxxxxxxxx>
Date: Tue, 26 Aug 1997 11:30:48 -0400
> Unfortunately the formatting-instruction flow object is not supported by the RTF back end.

Just add a method to RtfFOTBuilder.cxx:
  void RtfFOTBuilder::formattingInstruction(const StringC& s) {
    os() << s;
  }

-- Vivek Agrawala, Ph.D.
Siemens Corporate Research, Inc.	email: vivek@xxxxxxxxxxxxxxx

 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread