dundas.controls.TableOfContentsEntryStyle Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.TableOfContentsEntryStyle
 

Constructors

 
  Name Description
init Ensure options.
 
 

Properties

 
  Name Description
background Gets or sets the background.
fontColor Gets or sets the font color for the entry.
fontFamliy Gets or sets the font family for this entry.
fontSize Gets or sets the font size for this entry.
fontStyle Gets or sets the font style for this entry.
fontVariant Gets or sets the font variant for this entry.
fontWeight Gets or sets the font weight for this entry.
lineHeight Gets or sets the line-height for this entry.
textDecoration Gets or sets the text decoration for this entry.
textTransform Gets or sets the text-transform for this entry.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.