Class TextContainer
Inheritance
System.Object
TextContainer
Assembly: IronPPT.dll
Syntax
public class TextContainer : ParentElement, ICloneableElement, IParentElement, IContentElement, ITextContainer, IHasTextStyle
Constructors
TextContainer()
Declaration
Properties
Texts
Declaration
public List<IText> Texts { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<IText> |
|
TextStyle
Declaration
public ITextStyle TextStyle { get; set; }
Property Value
Methods
AddChild(IContentElement[])
Declaration
public override void AddChild(params IContentElement[] children)
Parameters
Overrides
AddText(IText)
Declaration
public IText AddText(IText text)
Parameters
| Type |
Name |
Description |
| IText |
text |
|
Returns
AddText(String)
Declaration
public IText AddText(string text)
Parameters
| Type |
Name |
Description |
| System.String |
text |
|
Returns
Implements