public sealed class FontSize : IMessage<Document.Types.Style.Types.FontSize>, IEquatable<Document.Types.Style.Types.FontSize>, IDeepCloneable<Document.Types.Style.Types.FontSize>, IBufferMessage, IMessageFont size with unit.
Implements
IMessage<Document.Types.Style.Types.FontSize>, IEquatable<Document.Types.Style.Types.FontSize>, IDeepCloneable<Document.Types.Style.Types.FontSize>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
FontSize()
public FontSize()FontSize(Document.Types.Style.Types.FontSize)
public FontSize(Document.Types.Style.Types.FontSize other)| Parameter | |
|---|---|
| Name | Description |
other |
Document.Types.Style.Types.FontSize |
Properties
Size
public float Size { get; set; }Font size for the text.
| Property Value | |
|---|---|
| Type | Description |
Single |
|
Unit
public string Unit { get; set; }Unit for the font size. Follows CSS naming (in, px, pt, etc.).
| Property Value | |
|---|---|
| Type | Description |
String |
|