Interface ITextContainer
Inherited Members
Namespace: IronPPT.Interfaces
Assembly: IronPPT.dll
Syntax
public interface ITextContainer : IHasTextStyle
Properties
Texts
Declaration
List<IText> Texts { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IText> |
Methods
AddText(IText)
Declaration
IText AddText(IText text)
Parameters
Type | Name | Description |
---|---|---|
IText | text |
Returns
Type | Description |
---|---|
IText |
AddText(String)
Declaration
IText AddText(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text |
Returns
Type | Description |
---|---|
IText |