DisplayOptions Type
Constructors
Constructor | Description |
|
|
Static members
Static member | Description |
Full Usage:
DisplayOptions.addAdditionalHeadTags additionalHeadTags
Parameters:
XmlNode list
-
The additional head tags to add to the given DisplayOptions object
Returns: DisplayOptions -> DisplayOptions
|
|
Full Usage:
DisplayOptions.addChartDescription description
Parameters:
XmlNode list
-
The chart description to add to the given DisplayOptions object
Returns: DisplayOptions -> DisplayOptions
|
|
Full Usage:
DisplayOptions.combine first second
Parameters:
DisplayOptions
-
The first DisplayOptions to combine with the second
second : DisplayOptions
-
The second DisplayOptions to combine with the first
Returns: DisplayOptions
|
|
Full Usage:
DisplayOptions.getAdditionalHeadTags displayOpts
Parameters:
DisplayOptions
-
The DisplayOptions object to get the additional head tags from
Returns: XmlNode list
|
|
Full Usage:
DisplayOptions.getChartDescription displayOpts
Parameters:
DisplayOptions
-
The DisplayOptions object to get the chart description from
Returns: XmlNode list
|
|
Full Usage:
DisplayOptions.getDocumentCharset displayOpts
Parameters:
DisplayOptions
-
The DisplayOptions object to get the document charset from
Returns: string
|
|
Full Usage:
DisplayOptions.getDocumentDescription displayOpts
Parameters:
DisplayOptions
-
The DisplayOptions object to get the document description from
Returns: string
|
|
Full Usage:
DisplayOptions.getDocumentFavicon displayOpts
Parameters:
DisplayOptions
-
The DisplayOptions object to get the document favicon from
Returns: XmlNode
|
|
Full Usage:
DisplayOptions.getDocumentTitle displayOpts
Parameters:
DisplayOptions
-
The DisplayOptions object to get the document title from
Returns: string
|
|
Full Usage:
DisplayOptions.getPlotlyReference displayOpts
Parameters:
DisplayOptions
-
The DisplayOptions object to get the reference to a plotly.js source from
Returns: PlotlyJSReference
|
|
Full Usage:
DisplayOptions.init (?DocumentTitle, ?DocumentCharset, ?DocumentDescription, ?DocumentFavicon, ?AdditionalHeadTags, ?ChartDescription, ?PlotlyJSReference)
Parameters:
string
?DocumentCharset : string
?DocumentDescription : string
?DocumentFavicon : XmlNode
?AdditionalHeadTags : XmlNode list
-
Additional tags that will be included in the document's head
?ChartDescription : XmlNode list
?PlotlyJSReference : PlotlyJSReference
-
Sets how plotly is referenced in the head of html docs. When CDN, a script tag that references the plotly.js CDN is included in the output. When Full, a script tag containing the plotly.js source code (~3MB) is included in the output. HTML files generated with this option are fully self-contained and can be used offline
Returns: DisplayOptions
|
|
|
|
Full Usage:
DisplayOptions.setAdditionalHeadTags additionalHeadTags
Parameters:
XmlNode list
-
The additional head tags to set on the given DisplayOptions object
Returns: DisplayOptions -> DisplayOptions
|
|
Full Usage:
DisplayOptions.setChartDescription chartDescription
Parameters:
XmlNode list
-
The chart chart description to set on the given DisplayOptions object
Returns: DisplayOptions -> DisplayOptions
|
|
Full Usage:
DisplayOptions.setDocumentCharset documentCharset
Parameters:
string
-
The document charset to set on the given DisplayOptions object
Returns: DisplayOptions -> DisplayOptions
|
|
Full Usage:
DisplayOptions.setDocumentDescription documentDescription
Parameters:
string
-
The document description to set on the given DisplayOptions object
Returns: DisplayOptions -> DisplayOptions
|
|
Full Usage:
DisplayOptions.setDocumentFavicon documentFavicon
Parameters:
XmlNode
-
The document favicon to set on the given DisplayOptions object
Returns: DisplayOptions -> DisplayOptions
|
|
Full Usage:
DisplayOptions.setDocumentTitle documentTitle
Parameters:
string
-
The document title to set on the given DisplayOptions object
Returns: DisplayOptions -> DisplayOptions
|
|
Full Usage:
DisplayOptions.setPlotlyReference plotlyReference
Parameters:
PlotlyJSReference
-
The reference to a plotly.js source to set on the given DisplayOptions object
Returns: DisplayOptions -> DisplayOptions
|
|
Full Usage:
DisplayOptions.style (?DocumentTitle, ?DocumentCharset, ?DocumentDescription, ?DocumentFavicon, ?AdditionalHeadTags, ?ChartDescription, ?PlotlyJSReference)
Parameters:
string
?DocumentCharset : string
?DocumentDescription : string
?DocumentFavicon : XmlNode
?AdditionalHeadTags : XmlNode list
-
Additional tags that will be included in the document's head
?ChartDescription : XmlNode list
?PlotlyJSReference : PlotlyJSReference
-
Sets how plotly is referenced in the head of html docs. When CDN, a script tag that references the plotly.js CDN is included in the output. When Full, a script tag containing the plotly.js source code (~3MB) is included in the output. HTML files generated with this option are fully self-contained and can be used offline
Returns: DisplayOptions -> DisplayOptions
|
|
Full Usage:
DisplayOptions.tryGetAdditionalHeadTags displayOpts
Parameters:
DisplayOptions
-
The DisplayOptions object to get the additional head tags from
Returns: XmlNode list option
|
|
Full Usage:
DisplayOptions.tryGetChartDescription displayOpts
Parameters:
DisplayOptions
-
The DisplayOptions object to get the chart description from
Returns: XmlNode list option
|
|
Full Usage:
DisplayOptions.tryGetDocumentCharset displayOpts
Parameters:
DisplayOptions
-
The DisplayOptions object to get the document charset from
Returns: string option
|
|
Full Usage:
DisplayOptions.tryGetDocumentDescription displayOpts
Parameters:
DisplayOptions
-
The DisplayOptions object to get the document description from
Returns: string option
|
|
Full Usage:
DisplayOptions.tryGetDocumentFavicon displayOpts
Parameters:
DisplayOptions
-
Returns: XmlNode option
|
|
Full Usage:
DisplayOptions.tryGetDocumentTitle displayOpts
Parameters:
DisplayOptions
-
The DisplayOptions object to get the document title from
Returns: string option
|
|
Full Usage:
DisplayOptions.tryGetPlotlyReference displayOpts
Parameters:
DisplayOptions
-
The DisplayOptions object to get the reference to a plotly.js source from
Returns: PlotlyJSReference option
|
|