Liking cljdoc? Tell your friends :D

javax.swing.text.AbstractWriter

AbstractWriter is an abstract class that actually does the work of writing out the element tree including the attributes. In terms of how much is written out per line, the writer defaults to 100. But this value can be set by subclasses.

AbstractWriter is an abstract class that actually
does the work of writing out the element tree
including the attributes.  In terms of how much is
written out per line, the writer defaults to 100.
But this value can be set by subclasses.
raw docstring

get-end-offsetclj

(get-end-offset this)

Returns the last offset to be output.

returns: int

Returns the last offset to be output.

returns: `int`
raw docstring

get-line-separatorclj

(get-line-separator this)

Returns the string used to represent newlines.

returns: java.lang.String

Returns the string used to represent newlines.

returns: `java.lang.String`
raw docstring

get-start-offsetclj

(get-start-offset this)

Returns the first offset to be output.

returns: int

Returns the first offset to be output.

returns: `int`
raw docstring

set-line-separatorclj

(set-line-separator this value)

Sets the String used to represent newlines. This is initialized in the constructor from either the Document, or the System property line.separator.

value - java.lang.String

Sets the String used to represent newlines. This is initialized
 in the constructor from either the Document, or the System property
 line.separator.

value - `java.lang.String`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close