Class RtfTemplate

java.lang.Object
ddf.catalog.transformer.output.rtf.RtfTemplate

public class RtfTemplate extends Object
This class builds an RTF document using Metacard and a list of RtfCategorys. The resulting document consists of a main title, which comes from the Metacard title, section headings (RtfCategory title) and a table of RtfCategory property names and values.
  • Method Details

    • rtf

      public com.tutego.jrtf.Rtf rtf(com.tutego.jrtf.Rtf doc)