- getAsAttributeMap() - Method in RevealJSOptions
-
The Reveal.js settings as a map of Asciidoctor attributes.
- getCustomThemeIfFile() - Method in RevealJSOptions
-
Custom.js theme location if specified as a file.
- getCustomThemeIfUri() - Method in RevealJSOptions
-
Custom Reveal.js theme if it is specified as URI which is not of type file://.
- getCustomThemeRelativePath() - Method in RevealJSOptions
-
Relative path to folder where custom Reveal.js theme will be copied to.
- getHighlightJsThemeIfFile() - Method in RevealJSOptions
-
Highlight.js theme location if specified as a file.
- getHighlightJsThemeIfUri() - Method in RevealJSOptions
-
Highlight.js theme if it is specified as URI which is not of type file://.
- getHighlightJsThemeRelativePath() - Method in RevealJSOptions
-
Relative path to folder where Highlight.js theme will be copied to.
- getLocation() - Method in ResolvedRevealJSPlugin
-
- getName() - Method in ResolvedRevealJSPlugin
-
- getParallaxBackgroundImageIfFile() - Method in RevealJSOptions
-
Parallax background image if it is specified as a file.
- getParallaxBackgroundImageIfUri() - Method in RevealJSOptions
-
Parallax background image if it is specified as URI which is not of type file://.
- getParallaxBackgroundImageRelativePath() - Method in RevealJSOptions
-
Relative path to folder where Parallax background image will be copied to.
- getParallaxBackgroundSize() - Method in RevealJSOptions
-
Parallax background size (accepts any CSS syntax).
- getPluginConfigurationFile() - Method in AsciidoctorJRevealJSTask
-
Returns the location of the file for configuring external plugins.
- getPlugins() - Method in AsciidoctorJRevealJSTask
-
Get list of activated plugins.
- getProfile() - Method in AsciidoctorJRevealJSTask
-
- getResourceCopySpec(Optional<String>) - Method in AsciidoctorJRevealJSTask
-
Gets the CopySpec for additional resources
If resources was never called, it will return a default CopySpec otherwise it will return the
one built up via successive calls to resources
- getRevealjsExtension() - Method in AsciidoctorJRevealJSTask
-
- getRevealsjsPluginExtension() - Method in AsciidoctorJRevealJSTask
-
- getTaskSpecificDefaultAttributes(File) - Method in AsciidoctorJRevealJSTask
-
A task may add some default attributes.
- getTemplateDir() - Method in AsciidoctorJRevealJSTask
-
The physical location of the template directory
- getTemplateProvider() - Method in RevealJSExtension
-
- getTemplateRelativeDir() - Method in AsciidoctorJRevealJSTask
-
Obtains the relative location of the template directory.
- getTemplateSourceDir() - Method in AsciidoctorJRevealJSTask
-
The directory where template is read from.
- getTheme() - Method in AsciidoctorJRevealJSTask
-
Get the reveal.js theme.
- getVersion() - Method in RevealJSExtension
-
The version of the Reveal.js backend.
- setAutoSlideInterval(Integer) - Method in RevealJSOptions
-
Delay in milliseconds between automatically proceeding to the next slide.
- setAutoSlideStoppable(Boolean) - Method in RevealJSOptions
-
Stop auto-sliding after user input
- setBackgroundTransition(Transition) - Method in RevealJSOptions
-
Transition style for full page slide backgrounds..
- setControls(Boolean) - Method in RevealJSOptions
-
Display controls in the bottom right corner.
- setCustomThemeLocation(Object) - Method in RevealJSOptions
-
Provide a custom them as a file or URL.
- setCustomThemeRelativePath(Object) - Method in RevealJSOptions
-
If a custom Reveal.js theme is provided and is a local file, this is the relative location
where it can be found after generation of the slide desk.
- setFlagEmbedded(Boolean) - Method in RevealJSOptions
-
Flags if the presentation is running in an embedded mode ( contained within a limited portion of the screen ).
- setFragments(Boolean) - Method in RevealJSOptions
-
Use fragments globally.
- setHideAddressBarOnMobile(Boolean) - Method in RevealJSOptions
-
Hides the address bar on mobile devices.
- setHighlightJsThemeLocation(Object) - Method in RevealJSOptions
-
Overrides Highlight.js CSS style with given file or URL.
- setHighlightJsThemeRelativePath(Object) - Method in RevealJSOptions
-
If Highlight.js theme is overriden and is a local file, this is the relative location
where it can be found after generation of the slide desk.
- setKeyboardShortcuts(Boolean) - Method in RevealJSOptions
-
Enable keyboard shortcuts for navigation.
- setLoop(Boolean) - Method in RevealJSOptions
-
Loop the presentation..
- setMouseWheel(Boolean) - Method in RevealJSOptions
-
Enable slide navigation via mouse wheel.
- setOverviewMode(Boolean) - Method in RevealJSOptions
-
Enable the slide overview mode.
- setParallaxBackgroundImageLocation(Object) - Method in RevealJSOptions
-
Set Parallax background image as file or URI.
- setParallaxBackgroundImageRelativePath(Object) - Method in RevealJSOptions
-
If the parallax image is set as a file, this will be the relative path to which it will be copied
when resources are copied.
- setParallaxBackgroundSize(Object) - Method in RevealJSOptions
-
Set the Parallax background size.
- setPluginConfigurationFile(Object) - Method in AsciidoctorJRevealJSTask
-
Sets the location of the project configuration file.
- setPlugins(Iterable<Object>) - Method in AsciidoctorJRevealJSTask
-
Set reveal.js plugins to activate.
- setPreviewLinks(Boolean) - Method in RevealJSOptions
-
- setProgressBar(Boolean) - Method in RevealJSOptions
-
Display a presentation progress bar.
- setPushToHistory(Boolean) - Method in RevealJSOptions
-
Push each slide change to the browser history.
- setRightToLeft(Boolean) - Method in RevealJSOptions
-
Change the presentation direction to be RTL.
- setSlideNumber(Boolean) - Method in RevealJSOptions
-
Display the slide number of the current slide.
- setTemplateRelativeDir(Object) - Method in AsciidoctorJRevealJSTask
-
Sets the location of the final template directory relative to the output directory.
- setTheme(String) - Method in AsciidoctorJRevealJSTask
-
Select a reveal.js theme.
- setTouchMode(Boolean) - Method in RevealJSOptions
-
Enables touch navigation on devices with touch input.
- setTransition(Transition) - Method in RevealJSOptions
-
Transition style.
- setTransitionSpeed(TransitionSpeed) - Method in RevealJSOptions
-
Slide transition speed
- setVersion(String) - Method in RevealJSExtension
-
Set the version of the Reveal.JS backend
- setVerticalCenter(Boolean) - Method in RevealJSOptions
-
Vertical centering of slides.
- setViewDistance(Integer) - Method in RevealJSOptions
-
Number of slides away from the current that are visible.