Class RtfSink.Indentation

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

static class RtfSink.Indentation extends Object
  • Field Details

    • indent

      private int indent
    • stack

      private Vector<Integer> stack
  • Constructor Details

    • Indentation

      Indentation(int indent)
  • Method Details

    • set

      void set(int indent)
    • get

      int get()
    • restore

      void restore()
    • add

      void add(int indent)