TableOfContentsEntryStyleData Class

Represents a template for returning a TableOfContentsEntryStyle through the REST API.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsTableOfContentsEntryStyleData

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class TableOfContentsEntryStyleData : BaseDataContract

The TableOfContentsEntryStyleData type exposes the following members.

Constructors
  NameDescription
Public methodTableOfContentsEntryStyleData
Initializes a new instance of the TableOfContentsEntryStyleData class.
Top
Properties
  NameDescription
Public propertyBackground
Gets or sets the background.
Public propertyFontColor
Gets or sets the font color.
Public propertyFontFamily
Gets or sets the font family.
Public propertyFontSize
Gets or sets the size of the font.
Public propertyFontStyle
Gets or sets the font style.
Public propertyFontVariant
Gets or sets the font variant.
Public propertyFontWeight
Gets or sets the font weight.
Public propertyLineHeight
Gets or sets the height of the line.
Public propertyTextDecoration
Gets or sets the text decoration.
Public propertyTextTransform
Gets or sets the text transform.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
Methods
  NameDescription
Public methodStatic memberFromDataContractMappings
The mapping between TableOfContentsEntryStyleData and TableOfContentsEntryStyle.
Public methodStatic memberToDataContractMappings
The mapping between TableOfContentsEntryStyle and TableOfContentsEntryStyleData.
Top
See Also