Share via


DocumentFontStyle Struct

Definition

Font style.

public readonly struct DocumentFontStyle : IEquatable<Azure.AI.DocumentIntelligence.DocumentFontStyle>
type DocumentFontStyle = struct
Public Structure DocumentFontStyle
Implements IEquatable(Of DocumentFontStyle)
Inheritance
DocumentFontStyle
Implements

Constructors

Name Description
DocumentFontStyle(String)

Initializes a new instance of DocumentFontStyle.

Properties

Name Description
Italic

Characters are visually slanted to the right.

Normal

Characters are represented normally.

Methods

Name Description
Equals(DocumentFontStyle)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(DocumentFontStyle, DocumentFontStyle)

Determines if two DocumentFontStyle values are the same.

Implicit(String to DocumentFontStyle)

Converts a String to a DocumentFontStyle.

Inequality(DocumentFontStyle, DocumentFontStyle)

Determines if two DocumentFontStyle values are not the same.

Applies to