Condividi tramite


DocumentFontStyle Struct

Definition

Font style.

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

Constructors

DocumentFontStyle(String)

Initializes a new instance of DocumentFontStyle.

Properties

Italic

Characters are visually slanted to the right.

Normal

Characters are represented normally.

Methods

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

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