Class RtfSink.Space
java.lang.Object
org.apache.maven.doxia.module.rtf.RtfSink.Space
- Enclosing class:
- RtfSink
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
space
private int space -
next
private int next -
stack
-
-
Constructor Details
-
Space
Space(int space)
-
-
Method Details
-
set
void set(int space) -
get
int get() -
restore
void restore() -
setNext
void setNext(int space) -
getNext
int getNext() -
skip
void skip() -
skip
void skip(int space)
-