static class RtfSink.Indentation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
indent |
private java.util.Vector |
stack |
Constructor and Description |
---|
Indentation(int indent) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
add(int indent) |
(package private) int |
get() |
(package private) void |
restore() |
(package private) void |
set(int indent) |