Class Text
Inheritance
System.Object
Text
Inherited Members
IronWord.Models.Abstract.ContentElement.CloneObject<T>(T)
Assembly: IronWord.dll
Syntax
public class Text : TextContentElement, lyduza, ITextContentElement
Constructors
Text()
Declaration
Text(String)
Declaration
Parameters
Type |
Name |
Description |
System.String |
text |
|
Methods
Append(Text)
Declaration
public Text Append(Text text)
Parameters
Type |
Name |
Description |
Text |
text |
|
Returns
Split(String)
Declaration
public List<Text> Split(string delimiter)
Parameters
Type |
Name |
Description |
System.String |
delimiter |
|
Returns
Type |
Description |
System.Collections.Generic.List<Text> |
|
Implements
Inherited members
IronWord.Models.Abstract.ContentElement.CloneObject<T>(T)