MCPcopy Create free account
hub / github.com/xmlet/HtmlFlow / setIndented

Method setIndented

htmlflow-core/src/main/java/htmlflow/HtmlPage.java:102–102  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

100 * set to the value of isIndented parameter.
101 */
102 public abstract HtmlPage setIndented(boolean isIndented);
103
104 @Override
105 public final HtmlPage self() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected