Class Container
Implements
IronSoftware.Abstractions.IDocumentElement
IronSoftware.IDocumentObject
System.ICloneable
Inherited Members
Namespace: IronWord.Models
Assembly: IronWord.dll
Syntax
public class Container : ParentElement, IDocumentElement, IDocumentObject, ICloneable, IElementContainer<ContentElementCollection, ContentElement>
Constructors
Container()
Declaration
public Container()
Container(ContentElement[])
Declaration
public Container(params ContentElement[] children)
Parameters
Type | Name | Description |
---|---|---|
ContentElement[] | children |
Properties
BuiltInColors
Declaration
public Dictionary<string, Dictionary<string, Color>> BuiltInColors { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.Dictionary<System.String, Color>> |
BuiltInStyles
Declaration
public List<Style> BuiltInStyles { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Style> |
PageSetup
Declaration
public PageSetup PageSetup { get; set; }
Property Value
Type | Description |
---|---|
PageSetup |
ParagraphsDefaultStyle
Declaration
public ParagraphStyle ParagraphsDefaultStyle { get; set; }
Property Value
Type | Description |
---|---|
ParagraphStyle |
TextsDefaultStyle
Declaration
public TextStyle TextsDefaultStyle { get; set; }
Property Value
Type | Description |
---|---|
TextStyle |
Methods
AddChild(ContentElement[])
Declaration
public override void AddChild(params ContentElement[] children)
Parameters
Type | Name | Description |
---|---|---|
ContentElement[] | children |
Overrides
Implements
IronSoftware.Abstractions.IDocumentElement
IronSoftware.IDocumentObject
System.ICloneable
IronSoftware.Abstractions.IElementContainer<, >