New to Telerik Document ProcessingStart a free 30-day trial

Represents the base interface for the root of the content elements tree.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Common

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

C#
public interface IContentRootElement : IContainerElement, IFixedDocumentElement

Derived Classes: TilingTilingBaseUncoloredTilingRadFixedPageFormSource

Inherited Members IContainerElement.ContentIFixedDocumentElement.Parent

Properties

Gets the collection of annotations associated with this content root element. This collection provides access to all interactive annotations such as links, comments, and form fields.

C#
AnnotationCollection Annotations { get; }
Property Value:

The collection of annotations for this element.

Gets the default structure root element of the structure. This is the root element that is used when auto-tagging is enabled.

C#
StructureElement DefaultStructureRoot { get; }
Property Value:

The default structure root.

Size

Size

Gets the size dimensions of the content root element. This defines the available space for content within the root element.

C#
Size Size { get; }
Property Value:

The size dimensions of the element.

Gets the stack of structure elements used to manage hierarchical processing when auto-tagging is enabled.

C#
Stack<StructureElement> StructureStack { get; }
Property Value:

The structure stack.

Gets a value indicating whether the element supports annotation functionality. When true, annotations can be added to this element through the Annotations collection.

C#
bool SupportsAnnotations { get; }
Property Value:

True if the element supports annotations; otherwise, false.

Gets a value indicating whether the element supports automatic tagging functionality.

C#
bool SupportsAutoTagging { get; }
Property Value:

True if the element supports auto tagging.