Interface IElementContainer
Assembly: IronWord.dll
Syntax
public interface IElementContainer : ITextContainer, IDrawContainer
Properties
MultiLevelTextLists
Declaration
List<MultiLevelTextList> MultiLevelTextLists { get; }
Property Value
Paragraphs
Declaration
List<Paragraph> Paragraphs { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<Paragraph> |
|
Tables
Declaration
List<Table> Tables { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<Table> |
|
Methods
AddMultiLevelTextList(MultiLevelTextList)
Declaration
MultiLevelTextList AddMultiLevelTextList(MultiLevelTextList multiLevelTextList)
Parameters
Returns
AddParagraph(Paragraph)
Declaration
Paragraph AddParagraph(Paragraph paragraph)
Parameters
Returns
AddTable(Table)
Declaration
Table AddTable(Table table)
Parameters
Type |
Name |
Description |
Table |
table |
|
Returns