/// This is the actual Xml that gives this element substance.
/// For example, a Paragraphs Xml might look something like the following
///
///
/// Hello World!
///
///
///
public XElement Xml { get; set; }
public PackagePart PackagePart
{
get
{
return _mainPart;
}
set
{
_mainPart = value;
}
}
#endregion
#region Internal Properties
///