API Reference
LegacyDocUnsupportedFeatureKind
Identifies unsupported or preserve-only legacy DOC features discovered during import.
Inheritance
- Enum
- LegacyDocUnsupportedFeatureKind
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property LegacyDocImportReport.UnsupportedFeaturesByKind
- Property LegacyDocUnsupportedFeature.Kind
- Field LegacyDocUnsupportedFeatureKind.ActiveXControl
- Field LegacyDocUnsupportedFeatureKind.BinaryData
- Field LegacyDocUnsupportedFeatureKind.Bookmark
- Field LegacyDocUnsupportedFeatureKind.Comment
- Field LegacyDocUnsupportedFeatureKind.DocumentProperty
- Field LegacyDocUnsupportedFeatureKind.EmbeddedPackage
- Field LegacyDocUnsupportedFeatureKind.Endnote
- Field LegacyDocUnsupportedFeatureKind.FastSave
- Field LegacyDocUnsupportedFeatureKind.Footnote
- Field LegacyDocUnsupportedFeatureKind.HeaderFooter
- Field LegacyDocUnsupportedFeatureKind.MergedTableCell
- Field LegacyDocUnsupportedFeatureKind.NestedTable
- Field LegacyDocUnsupportedFeatureKind.OleObject
- Field LegacyDocUnsupportedFeatureKind.Picture
- Field LegacyDocUnsupportedFeatureKind.RevisionTracking
- Field LegacyDocUnsupportedFeatureKind.Section
- Field LegacyDocUnsupportedFeatureKind.TextBox
- Field LegacyDocUnsupportedFeatureKind.VbaProject
Accepted by parameters
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Int32Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #StringObsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const LegacyDocUnsupportedFeatureKind VbaProject #VBA project storage was discovered in the OLE compound container.
0public const LegacyDocUnsupportedFeatureKind OleObject #Embedded OLE object storage was discovered in the OLE compound container.
1public const LegacyDocUnsupportedFeatureKind ActiveXControl #ActiveX control storage was discovered in the OLE compound container. Current imports expose this as preserved compound metadata.
2public const LegacyDocUnsupportedFeatureKind EmbeddedPackage #Embedded package payload storage or streams were discovered in the OLE compound container. Current imports expose this as preserved compound metadata.
3public const LegacyDocUnsupportedFeatureKind BinaryData #Binary payload stream was discovered in the OLE compound container. Current imports expose this as preserved compound metadata.
4public const LegacyDocUnsupportedFeatureKind FastSave #Fast-save state was discovered in the FIB.
5public const LegacyDocUnsupportedFeatureKind Picture #Picture payloads were indicated by the FIB. Current imports expose this as preserved metadata.
6public const LegacyDocUnsupportedFeatureKind Section #Multiple legacy DOC sections exist but are not projected yet.
8public const LegacyDocUnsupportedFeatureKind Footnote #Footnote story text exists but is not projected in the current document shape.
9public const LegacyDocUnsupportedFeatureKind Endnote #Endnote story text exists but is not projected yet.
10public const LegacyDocUnsupportedFeatureKind Comment #Comment or annotation story text exists but does not have readable projection tables.
11public const LegacyDocUnsupportedFeatureKind RevisionTracking #Revision tracking state exists but cannot be projected into the current document shape.
12public const LegacyDocUnsupportedFeatureKind TextBox #Text box story text exists but is not projected yet.
13public const LegacyDocUnsupportedFeatureKind Bookmark #Bookmark structures exist but are outside the currently projected simple body shape.
14public const LegacyDocUnsupportedFeatureKind MergedTableCell #Invalid or conflicting merged table cell descriptors were found.
15public const LegacyDocUnsupportedFeatureKind NestedTable #Nested table descriptors were found before nested table projection is supported.
16public const LegacyDocUnsupportedFeatureKind DocumentProperty #A legacy OLE document property exists but is not projected into Open XML properties.
17