IContentRootElement
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:
public interface IContentRootElement : IContainerElement, IFixedDocumentElement
Derived Classes:
Inherited Members
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.
AnnotationCollection Annotations { get; }
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.
StructureElement DefaultStructureRoot { get; }
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.
Size Size { get; }
The size dimensions of the element.
Gets the stack of structure elements used to manage hierarchical processing when auto-tagging is enabled.
Stack<StructureElement> StructureStack { get; }
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.
bool SupportsAnnotations { get; }
True if the element supports annotations; otherwise, false.
Gets a value indicating whether the element supports automatic tagging functionality.
bool SupportsAutoTagging { get; }
True if the element supports auto tagging.