DocumentExportCapabilities Members
Represents the formatting capabilities required for correct export of the document.Properties
| Name | Description |
|---|---|
| Bookmarks | Gets or sets whether the bookmarks support is required for correct export of the document. |
| CharacterFormatting | Gets or sets whether the non-default character formatting support is required for correct export of the document. |
| Footers | Gets or sets whether footers support is required to export the document correctly. |
| Headers | Gets or sets whether headers support is required to export the document correctly. |
| Hyperlinks | Gets or sets whether hyperlinks support is required to export the document correctly. |
| InlineObjects | Gets or sets whether the in-line objects support is required for correct export of the document. |
| InlinePictures | Gets or sets whether the in-line pictures support is required for correct export of the document. |
| ParagraphFormatting | Gets or sets whether the non-default paragraph formatting support is required for correct export of the document. |
| Sections | Gets or sets whether the section partitioning support is required for correct export of the document. |
| Styles | Gets or sets whether the document formatting contains styles. |
Methods
| Name | Description |
|---|---|
| Contains(DocumentExportCapabilities) | Determines whether the current capabilities are a superset of the specified capabilities. |
| Equals(DocumentExportCapabilities) | Determines whether the specified object is equal to the current DocumentExportCapabilities instance. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current DocumentExportCapabilities instance. |
| GetHashCode() | Gets the hash code (a number) that corresponds to the value of the current DocumentExportCapabilities object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Converts the numeric value of this instance to its equivalent string representation. |
Operators
| Name | Description |
|---|---|
| Equality(DocumentExportCapabilities, DocumentExportCapabilities) static | Compares two DocumentExportCapabilities objects for equality. |
| Inequality(DocumentExportCapabilities, DocumentExportCapabilities) static | Compares two DocumentExportCapabilities objects to determine whether they are not equal. |
See Also