Class HorizontalMetrics
Inheritance
System.Object
HorizontalMetrics
Assembly: IronXL.dll
Syntax
public class HorizontalMetrics : Object, IMetricsHeader
Constructors
HorizontalMetrics()
Declaration
public HorizontalMetrics()
Properties
AdvanceHeightMax
Declaration
public short AdvanceHeightMax { get; }
Property Value
Type |
Description |
System.Int16 |
|
AdvanceWidthMax
Declaration
public short AdvanceWidthMax { get; }
Property Value
Type |
Description |
System.Int16 |
|
Ascender
Declaration
public short Ascender { get; }
Property Value
Type |
Description |
System.Int16 |
|
Descender
Declaration
public short Descender { get; }
Property Value
Type |
Description |
System.Int16 |
|
LineGap
Declaration
public short LineGap { get; }
Property Value
Type |
Description |
System.Int16 |
|
LineHeight
Declaration
public short LineHeight { get; }
Property Value
Type |
Description |
System.Int16 |
|
Implements