JavaScript is disabled on your browser.
Description
Nested Class Summary
Enum Constant Summary
Method Summary
Enum Constant Details
NONE
WORD
GDOCS
LIBRE
Method Details
values()
valueOf(String)
getStrokeColor()
getHighlightColor()
getBgColor()
getFontFamily()
renderBanner(String, double)
Enum Constant Summary
Enum Constants
Google Docs-style chrome.
LibreOffice Writer-style chrome.
No editor chrome; renders only the document content.
Microsoft Word-style chrome.
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the overall background color of the simulated editor.
Returns the SVG font-family string for a given theme.
Returns the background highlight color for commented blocks.
Returns the stroke color used for comment connectors and element outlines.
Renders the editor banner (toolbar and menu bar) as a collection of SVG elements.
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf