Returns a new instance of HtmlFlow with the same properties of this object but with indented set to the value of isIndented parameter.
(boolean isIndented)
| 100 | * set to the value of isIndented parameter. |
| 101 | */ |
| 102 | public abstract HtmlPage setIndented(boolean isIndented); |
| 103 | |
| 104 | @Override |
| 105 | public final HtmlPage self() { |
nothing calls this directly
no outgoing calls
no test coverage detected