Verwendungen von Klasse
org.jdrupes.mdoclet.internal.doclets.formats.html.markup.Head
Package
Beschreibung
This package contains classes that create and write HTML markup tags.
-
Verwendungen von Head in org.jdrupes.mdoclet.internal.doclets.formats.html.markup
Modifizierer und TypMethodeBeschreibungHead.addContent
(Content... contents) Adds additional content to be included in the HEAD element.Head.addDefaultScript
(boolean addDefaultScript) Specifies whether or not to add a reference to a default script to be included in the HEAD element.Head.addKeywords
(List<String> keywords) Adds a list of keywords to appear in META keywords elements.Adds a script to be included in the HEAD element.Head.setAdditionalScripts
(List<DocPath> scripts) Sets the list of additional script files to be added to the HEAD element.Head.setCharset
(String charset) Sets the charset to be declared in a META Content-TYPE element.Head.setDescription
(String description) Sets the content for the description META element.Head.setGenerator
(String generator) Sets the content for the generator META element.Sets whether or not to include the supporting scripts and stylesheets for the “search” feature.Head.setStylesheets
(DocPath main, List<DocPath> additional) Sets the main and any additional stylesheets to be listed in the HEAD element.Head.setTimestamp
(boolean timestamp) Sets whether or not timestamps should be recorded in the HEAD element.Sets the title to appear in the TITLE element.