public static enum KSOpCompileXHTML.XHTMLPagination extends Enum<KSOpCompileXHTML.XHTMLPagination>
| Enum Constant and Description |
|---|
XHTML_MULTI_PAGE
The output will be written to multiple XHTML pages, one page per
document, section, and part. |
XHTML_SINGLE_PAGE
The output will be a single XHTML page.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
toString() |
static KSOpCompileXHTML.XHTMLPagination |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KSOpCompileXHTML.XHTMLPagination[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KSOpCompileXHTML.XHTMLPagination XHTML_SINGLE_PAGE
public static final KSOpCompileXHTML.XHTMLPagination XHTML_MULTI_PAGE
document, section, and part.public static KSOpCompileXHTML.XHTMLPagination[] values()
for (KSOpCompileXHTML.XHTMLPagination c : KSOpCompileXHTML.XHTMLPagination.values()) System.out.println(c);
public static KSOpCompileXHTML.XHTMLPagination 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 nullpublic String toString()
toString in class Enum<KSOpCompileXHTML.XHTMLPagination>public String getName()
Copyright © 2016 <code@io7m.com> http://io7m.com