[]
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>
Public Class UnknownContent
Inherits ContentObject
Implements IBrowsable(Of UnknownContent)
| Name | Description |
|---|---|
| Next | Gets the next unknown content in a collection. |
| OuterXml | Gets the outer xml of the unparsed OpenXml element. |
| Previous | Gets the previous unknown content in a collection. |