Interface IDocUnit
Assembly: IronPPT.dll
Syntax
public interface IDocUnit
Properties
CM
Declaration
Nullable<double> CM { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
EMU
Declaration
Nullable<long> EMU { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Inch
Declaration
Nullable<double> Inch { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
MM
Declaration
Nullable<double> MM { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
Percentage
Declaration
Percentage Percentage { get; set; }
Property Value
Point
Declaration
Nullable<double> Point { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
Twips
Declaration
Nullable<double> Twips { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
Methods
ToString()
Declaration
Returns
Type |
Description |
System.String |
|