Class Container
Inheritance
System.Object
Container
Assembly: IronPPT.dll
Syntax
public class Container : ParentElement, ICloneableElement, IContainer, IParentElement, IContentElement
Constructors
Container()
Declaration
Container(IContentElement[])
Declaration
public Container(params IContentElement[] children)
Parameters
Properties
BuiltInStyles
Declaration
public List<IStyle> BuiltInStyles { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<IStyle> |
|
ParagraphsDefaultStyle
Declaration
public IParagraphStyle ParagraphsDefaultStyle { get; set; }
Property Value
Slides
Declaration
public List<ISlide> Slides { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<ISlide> |
|
TextsDefaultStyle
Declaration
public ITextStyle TextsDefaultStyle { get; set; }
Property Value
Methods
AddChild(IContentElement[])
Declaration
public override void AddChild(params IContentElement[] children)
Parameters
Overrides
Implements