Class TextContainer
Implements
Inherited Members
Namespace: IronWord.Models.Abstract
Assembly: IronWord.dll
Syntax
public class TextContainer : ParentElement, xdbdzv, ITextContainer
Constructors
TextContainer()
Declaration
public TextContainer()
Properties
Texts
Declaration
public List<Text> Texts { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Text> |
Methods
AddChild(ContentElement[])
Declaration
public override void AddChild(params ContentElement[] children)
Parameters
Type | Name | Description |
---|---|---|
ContentElement[] | children |
Overrides
AddText(Text)
Declaration
public Text AddText(Text text)
Parameters
Type | Name | Description |
---|---|---|
Text | text |
Returns
Type | Description |
---|---|
Text |
AddText(String)
Declaration
public Text AddText(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text |
Returns
Type | Description |
---|---|
Text |