Class MCRElement

MCRElement class

Represents marked-content reference object in logical structure.

public sealed class MCRElement : Element

Properties

NameDescription
ChildElements { get; }Gets children collection of Element objects.
Content { get; }Gets text content for marked-content reference element.
ImageSrc { get; }Gets image source for marked-content reference element.
MCID { get; }Gets MCID of marked-content reference object.
ParentElement { get; }Get parent element.

Methods

NameDescription
AppendChild(Element)Append Element to collection of children.
FindElements<T>(bool)Find Elements of a given type
override ToString()Returns a string that represents the current object.

See Also