public static enum AbstractDocbkxMojo.Format extends Enum<AbstractDocbkxMojo.Format>
Enum Constant and Description |
---|
bootstrap
Styled with HtmlForBootstrap single-page HTML 4.
|
epub
EPUB v2 without styling; not ready for publication.
|
html
Styled single-page and chunked HTML 4.
|
man
Reference manual pages for use with the
man command. |
pdf
PDF.
|
rtf
RTF without styling; not ready for publication.
|
webhelp
Styled DocBook Webhelp format.
|
xhtml5
Single-page XHTML5 without styling except syntax highlighting;
not ready for publication as is.
|
Modifier and Type | Method and Description |
---|---|
static AbstractDocbkxMojo.Format |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractDocbkxMojo.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractDocbkxMojo.Format epub
public static final AbstractDocbkxMojo.Format html
public static final AbstractDocbkxMojo.Format bootstrap
public static final AbstractDocbkxMojo.Format man
man
command.public static final AbstractDocbkxMojo.Format pdf
public static final AbstractDocbkxMojo.Format rtf
public static final AbstractDocbkxMojo.Format webhelp
public static final AbstractDocbkxMojo.Format xhtml5
public static AbstractDocbkxMojo.Format[] values()
for (AbstractDocbkxMojo.Format c : AbstractDocbkxMojo.Format.values()) System.out.println(c);
public static AbstractDocbkxMojo.Format valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2025 Open Identity Platform Community. All rights reserved.