### YamlMime:JavaType
uid: "com.azure.ai.formrecognizer.models.TextStyleName"
fullName: "com.azure.ai.formrecognizer.models.TextStyleName"
name: "TextStyleName"
nameWithType: "TextStyleName"
summary: "The text line style name, including handwriting and other."
inheritances:
- ""
- ""
inheritedClassMethods:
- classRef: ""
methodsRef:
- "fromString(java.lang.String,java.lang.Class)?alt=com.azure.core.util.ExpandableStringEnum.fromString&text=fromString\" data-throw-if-not-resolved=\"False\" />"
- "values(java.lang.Class)?alt=com.azure.core.util.ExpandableStringEnum.values&text=values\" data-throw-if-not-resolved=\"False\" />"
- ""
- ""
- ""
- ""
- classRef: "java.lang.Object"
methodsRef:
- "clone"
- "finalize"
- "getClass"
- "notify"
- "notifyAll"
- "wait"
- "wait"
- "wait"
syntax: "public final class **TextStyleName** extends <>"
constructors:
- uid: "com.azure.ai.formrecognizer.models.TextStyleName.TextStyleName()"
fullName: "com.azure.ai.formrecognizer.models.TextStyleName.TextStyleName()"
name: "TextStyleName()"
nameWithType: "TextStyleName.TextStyleName()"
summary: "Creates a new instance of TextStyleName value."
deprecatedTag: "Use the factory method."
syntax: "@Deprecatedpublic TextStyleName()"
desc: "Creates a new instance of TextStyleName value."
hasDeprecatedTag: true
fields:
- uid: "com.azure.ai.formrecognizer.models.TextStyleName.HANDWRITING"
fullName: "com.azure.ai.formrecognizer.models.TextStyleName.HANDWRITING"
name: "HANDWRITING"
nameWithType: "TextStyleName.HANDWRITING"
summary: "Static value handwriting for TextStyleName."
modifiers:
- "static"
- "final"
field:
type: ""
syntax: "public static final TextStyleName HANDWRITING"
desc: "Static value handwriting for TextStyleName."
- uid: "com.azure.ai.formrecognizer.models.TextStyleName.OTHER"
fullName: "com.azure.ai.formrecognizer.models.TextStyleName.OTHER"
name: "OTHER"
nameWithType: "TextStyleName.OTHER"
summary: "Static value other for TextStyleName."
modifiers:
- "static"
- "final"
field:
type: ""
syntax: "public static final TextStyleName OTHER"
desc: "Static value other for TextStyleName."
methods:
- uid: "com.azure.ai.formrecognizer.models.TextStyleName.fromString(java.lang.String)"
fullName: "com.azure.ai.formrecognizer.models.TextStyleName.fromString(String name)"
name: "fromString(String name)"
nameWithType: "TextStyleName.fromString(String name)"
summary: "Creates or finds a TextStyleName from its string representation."
modifiers:
- "static"
parameters:
- description: "a name to look for."
name: "name"
type: "String"
syntax: "public static TextStyleName fromString(String name)"
desc: "Creates or finds a TextStyleName from its string representation."
returns:
description: "the corresponding TextStyleName."
type: ""
- uid: "com.azure.ai.formrecognizer.models.TextStyleName.values()"
fullName: "com.azure.ai.formrecognizer.models.TextStyleName.values()"
name: "values()"
nameWithType: "TextStyleName.values()"
summary: "Gets known TextStyleName values."
modifiers:
- "static"
syntax: "public static Collection values()"
desc: "Gets known TextStyleName values."
returns:
description: "known TextStyleName values."
type: "Collection<>"
type: "class"
desc: "The text line style name, including handwriting and other."
metadata: {}
package: "com.azure.ai.formrecognizer.models"
artifact: com.azure:azure-ai-formrecognizer:4.1.11