Interface IRun
Assembly: IronPPT.dll
Syntax
Properties
Index
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Texts
Declaration
List<IText> Texts { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<IText> |
|
TextStyle
Declaration
ITextStyle TextStyle { get; set; }
Property Value
Methods
AddText(IText)
Declaration
IText AddText(IText text)
Parameters
Type |
Name |
Description |
IText |
text |
|
Returns
AddText(String)
Declaration
IText AddText(string text)
Parameters
Type |
Name |
Description |
System.String |
text |
|
Returns
Clone()
Declaration
Returns