[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.UnknownContent

Class UnknownContent

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

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>
Inheritance
object
UnknownContent
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Next

Gets the next unknown content in a collection.

public UnknownContent Next { get; }

Property Value

UnknownContent

OuterXml

Gets the outer xml of the unparsed OpenXml element.

public string OuterXml { get; }

Property Value

string

Previous

Gets the previous unknown content in a collection.

public UnknownContent Previous { get; }

Property Value

UnknownContent