Class Container
Inheritance
System.Object
Container
Implements
IronSoftware.Abstractions.IDocumentElement
IronSoftware.IDocumentObject
System.ICloneable
Assembly: IronWord.dll
Syntax
public class Container : ParentElement, IDocumentElement, IDocumentObject, ICloneable
Constructors
Container()
Declaration
Container(ContentElement[])
Declaration
public Container(params ContentElement[] children)
Parameters
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
ParagraphsDefaultStyle
Declaration
public ParagraphStyle ParagraphsDefaultStyle { get; set; }
Property Value
TextsDefaultStyle
Declaration
public TextStyle TextsDefaultStyle { get; set; }
Property Value
Methods
AddChild(ContentElement[])
Declaration
public override void AddChild(params ContentElement[] children)
Parameters
Overrides
Implements
IronSoftware.Abstractions.IDocumentElement
IronSoftware.IDocumentObject
System.ICloneable