Class RtfSink.Item

java.lang.Object
org.apache.maven.doxia.module.rtf.RtfSink.Item
Enclosing class:
RtfSink

static class RtfSink.Item extends Object
  • Field Details

    • style

      int style
    • text

      String text
  • Constructor Details

    • Item

      Item(int style, String text)