skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • Roadmap
    • Release History
  • Docs & Support
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Interface IContentRootElement

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

Inherited Members
IContainerElement.Content
IFixedDocumentElement.Parent
Namespace: Telerik.Windows.Documents.Fixed.Model.Common
Assembly: Telerik.Windows.Documents.Fixed.dll

Syntax

public interface IContentRootElement : IContainerElement, IFixedDocumentElement

Properties

Annotations

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.

Declaration
AnnotationCollection Annotations { get; }
Property Value
AnnotationCollection

The collection of annotations for this element.

DefaultStructureRoot

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

Declaration
StructureElement DefaultStructureRoot { get; }
Property Value
StructureElement

The default structure root.

Size

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

Declaration
Size Size { get; }
Property Value
System.Windows.Size

The size dimensions of the element.

StructureStack

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

Declaration
Stack<StructureElement> StructureStack { get; }
Property Value
System.Collections.Generic.Stack<StructureElement>

The structure stack.

SupportsAnnotations

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

Declaration
bool SupportsAnnotations { get; }
Property Value
System.Boolean

True if the element supports annotations; otherwise, false.

SupportsAutoTagging

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

Declaration
bool SupportsAutoTagging { get; }
Property Value
System.Boolean

True if the element supports auto tagging.

Getting Started
  • Getting Started
Support Resources
  • Documentation
Community
  • Forums
  • Blogs
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.