Skip to content

Latest commit

 

History

History
76 lines (60 loc) · 1.35 KB

File metadata and controls

76 lines (60 loc) · 1.35 KB
uid title keywords so.generated so.date so.topic so.envir
fontsize
fontsize
mdo
provider
mdo provider
fontsize
true
03.19.2021
reference
onsite
online

"fontsize" MDO List

List of font types

Implemented by the FontSizeProvider class. The name of the MDO list is 'fontsize'.

Sample Request

GET /api/v1/MDOList/fontsize
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: *

Sample Code

var listProvider = SuperOffice.CRM.Lists.SoListProviderFactory.Create("fontsize", forceFlatList: true);
foreach (var item in listProvider.RootItems) {
    Console.WriteLine("{0} {1} {2} {3}", 
         item.Id, ResourceManager.ParseInlineResources(item.Name), item.StyleHint, item.ExtraInfo);
}

Sample Output

Id Name StyleHint ExtraInfo
0 8px
1 9px
2 10px
3 11px
4 12px
5 14px
14 16px
6 18px
7 24px
8 30px
9 36px
10 48px
11 60px
12 72px
13 96px

Related MDO Lists

  • "fontsizeheadings"
  • "fontsizeheadingswithallitem"
  • "fontsizeheadingswithallitemwithnoselection"
  • "fontsizeheadingswithnoselection"
  • "fontsizewithallitem"
  • "fontsizewithallitemwithnoselection"
  • "fontsizewithnoselection"