[]
Represents content of a type that is not supported by GcWord. Such objects are handled as black boxes by GcWord, they are preserved in the document, but cannot be modified.
public class UnknownContent : ContentObject, IBrowsable<UnknownContent>
Gets the next unknown content in a collection.
public UnknownContent Next { get; }
Gets the outer xml of the unparsed OpenXml element.
public string OuterXml { get; }
Gets the previous unknown content in a collection.
public UnknownContent Previous { get; }