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
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungaddMainContent(Content content) booleanisEmpty()Returns true if the content is empty.booleanWrites 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:ContentWrites content to a writer, using a given newline sequence, which should be either \n or the platform line separator.- Angegeben von:
writein 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
-