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