TabSetting
- Class Name:
- com::liquent::insight::manager::publisher::data::publishsettings::TabSetting
| Field Name | Field Type | Matching UI Field | Req (Y/N) | Description | Acceptable Values | Default Value |
|---|---|---|---|---|---|---|
| id | long | Y | The unique TabSetting ID represented by a numerical value. This value will be used to populate corresponding fields in child classes. This ID will be replaced by the database ID in the imported assembly. | Example:
713435 |
||
| name | string | Name | Y | Defines the Name of the Tab. Must be unique within the Publishing Settings Library. | ||
| autoTextWrap | string | Auto Text Wrap | N | Defines if the text will wrap to multiple lines or not. |
|
N |
| publishingSettingsLibraryId | long | Publishing Settings Library | Y | The value of the ID field of the PublishingSettingsLibrary class. | Example:
370515 |
|
| tabText | string | Text | Y | Defines the text to appear on tabs. Variables can be used to create the tab text. | ||
| fontBold | string | Font Bold | N | Defines if the font on the tab is bold or not. |
|
N |
| fontItalic | string | Font Italic | N | Defines if the font on the tab is italic or not. |
|
N |
| fontSize | int | Font Size | Y | Defines the size of the font on the tab. | 10 | |
| verticalText | string | Vertical Text | N | Defines if the text will appear horizontally or vertically. |
|
N |
| fontTypeId | long | Font Definition | Y | Defines the font style to use on the tabs. | ARIAL | |
| changeReasonTypeId | long | N | The field is not used for import. | |||
| changeReasonComment | string | N | The field is not used for import. |