Interface IContainerElement
Represents the base interface for elements that can contain other content elements. This interface extends the fixed document element functionality with content management capabilities.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Common
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public interface IContainerElement : IFixedDocumentElement
Properties
Content
Gets the collection of content elements contained within this container element. This collection provides access to all child elements that make up the content of this container.
Declaration
ContentElementCollection Content { get; }
Property Value
ContentElementCollection
The collection of content elements. |