Class FontSize
Inherited Members
Namespace: IronPPT.Models
Assembly: IronPPT.dll
Syntax
public class FontSize : DocUnit, IFontSize, IDocUnit
Constructors
FontSize()
Declaration
public FontSize()
Properties
HalfPoint
Declaration
public Nullable<int> HalfPoint { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Operators
Implicit(Double to FontSize)
Declaration
public static implicit operator FontSize(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
FontSize |