Class Container
Inheritance
System.Object
Container
Assembly: IronWord.dll
Syntax
public class Container : ParentElement, xdbdzv
Constructors
Container()
Declaration
Container(ContentElement[])
Declaration
public Container(params ContentElement[] children)
Parameters
Properties
BuiltInStyles
Declaration
public List<Style> BuiltInStyles { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Style> |
|
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