DocumentFontStyle Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Azure SDK for .NET