Skip to content

Commit 9a7fe90

Browse files
SDK regenerated by CI server [ci skip]
1 parent 3e7ba82 commit 9a7fe90

File tree

4 files changed

+48
-0
lines changed

4 files changed

+48
-0
lines changed

Sources/AsposeWordsCloud/Model/Font.swift

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,6 +1149,18 @@ public class Font : LinkElement {
11491149
// Enum value "smartLink"
11501150
case smartLink = "SmartLink"
11511151

1152+
// Enum value "mention"
1153+
case mention = "Mention"
1154+
1155+
// Enum value "smartHyperlink"
1156+
case smartHyperlink = "SmartHyperlink"
1157+
1158+
// Enum value "hashtag"
1159+
case hashtag = "Hashtag"
1160+
1161+
// Enum value "unresolvedMention"
1162+
case unresolvedMention = "UnresolvedMention"
1163+
11521164
// Enum value "user"
11531165
case user = "User"
11541166

Sources/AsposeWordsCloud/Model/ParagraphFormatBase.swift

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1240,6 +1240,18 @@ public class ParagraphFormatBase : LinkElement {
12401240
// Enum value "smartLink"
12411241
case smartLink = "SmartLink"
12421242

1243+
// Enum value "mention"
1244+
case mention = "Mention"
1245+
1246+
// Enum value "smartHyperlink"
1247+
case smartHyperlink = "SmartHyperlink"
1248+
1249+
// Enum value "hashtag"
1250+
case hashtag = "Hashtag"
1251+
1252+
// Enum value "unresolvedMention"
1253+
case unresolvedMention = "UnresolvedMention"
1254+
12431255
// Enum value "user"
12441256
case user = "User"
12451257

Sources/AsposeWordsCloud/Model/Style.swift

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,6 +1149,18 @@ public class Style : LinkElement {
11491149
// Enum value "smartLink"
11501150
case smartLink = "SmartLink"
11511151

1152+
// Enum value "mention"
1153+
case mention = "Mention"
1154+
1155+
// Enum value "smartHyperlink"
1156+
case smartHyperlink = "SmartHyperlink"
1157+
1158+
// Enum value "hashtag"
1159+
case hashtag = "Hashtag"
1160+
1161+
// Enum value "unresolvedMention"
1162+
case unresolvedMention = "UnresolvedMention"
1163+
11521164
// Enum value "user"
11531165
case user = "User"
11541166

Sources/AsposeWordsCloud/Model/TableProperties.swift

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,6 +1162,18 @@ public class TableProperties : LinkElement {
11621162
// Enum value "smartLink"
11631163
case smartLink = "SmartLink"
11641164

1165+
// Enum value "mention"
1166+
case mention = "Mention"
1167+
1168+
// Enum value "smartHyperlink"
1169+
case smartHyperlink = "SmartHyperlink"
1170+
1171+
// Enum value "hashtag"
1172+
case hashtag = "Hashtag"
1173+
1174+
// Enum value "unresolvedMention"
1175+
case unresolvedMention = "UnresolvedMention"
1176+
11651177
// Enum value "user"
11661178
case user = "User"
11671179

0 commit comments

Comments
 (0)