Class MarkedContent
Represents marked content in a fixed document.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class MarkedContent : ContentElementBase, IContainerElement, IFixedDocumentElement, IStructuralElement
Constructors
MarkedContent()
Properties
Content
Gets the content elements of the marked content.
Declaration
public ContentElementCollection Content { get; }
Property Value
ContentElementCollection
|
Implements
StructureTag
Gets or sets the StructureTag associated with this element.
Declaration
public StructureElement StructureTag { get; set; }
Property Value
StructureElement
|