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.
ClearChilds()Clear all childs.
FindElements<T>(bool)Find Elements of a given type
InsertChild(Element, int)Insert Element to collection of children at specified index.
RemoveChild(int)Remove child at.
override Tag(Annotation)Bind a structure element to the Annotation.
override Tag(Artifact)Bind a structure element to the Artifact.
override Tag(BDC)Bind a structure element to the content stream BDC operator.
override Tag(XForm)Bind a structure element to the content stream XForm.
override Tag(XImage)Bind a structure element to the XImage.
override ToString()Returns a string that represents the current object.

See Also