Uses of Class
org.rodnansol.core.generator.template.customization.AsciiDocTemplateCustomization.TocPlacement
-
Packages that use AsciiDocTemplateCustomization.TocPlacement Package Description org.rodnansol.core.generator.template.customization -
-
Uses of AsciiDocTemplateCustomization.TocPlacement in org.rodnansol.core.generator.template.customization
Methods in org.rodnansol.core.generator.template.customization that return AsciiDocTemplateCustomization.TocPlacement Modifier and Type Method Description static AsciiDocTemplateCustomization.TocPlacementAsciiDocTemplateCustomization.TocPlacement. valueOf(String name)Returns the enum constant of this type with the specified name.static AsciiDocTemplateCustomization.TocPlacement[]AsciiDocTemplateCustomization.TocPlacement. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rodnansol.core.generator.template.customization with parameters of type AsciiDocTemplateCustomization.TocPlacement Modifier and Type Method Description voidAsciiDocTemplateCustomization. setTocPlacement(AsciiDocTemplateCustomization.TocPlacement tocPlacement)
-