Class RtfSink.Indentation
java.lang.Object
org.apache.maven.doxia.module.rtf.RtfSink.Indentation
- Enclosing class:
- RtfSink
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
indent
private int indent -
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)
-