Klasse BodyContents
java.lang.Object
org.jdrupes.mdoclet.internal.doclets.toolkit.Content
org.jdrupes.mdoclet.internal.doclets.formats.html.markup.BodyContents
Content for the element.
The content is a
element that contains a
header that is always visible, and main content that
can be scrolled if necessary.
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungaddMainContent
(Content content) boolean
isEmpty()
Returns true if the content is empty.boolean
Writes content to a writer, using a given newline sequence, which should be either \n or the platform line separator.
-
Konstruktordetails
-
BodyContents
public BodyContents()
-
-
Methodendetails
-
addMainContent
-
setHeader
-
isEmpty
Returns true if the content is empty. -
write
Beschreibung aus Klasse kopiert:Content
Writes content to a writer, using a given newline sequence, which should be either \n or the platform line separator.- Angegeben von:
write
in KlasseContent
- Parameter:
out
- the writernewline
- the newline sequence to useatNewline
- whether the writer has just written a newline- Gibt zurück:
- whether the writer has just written a newline
- Löst aus:
IOException
- if an error occurs while writing the output
-