API Reference
Enum
OfficeHtmlConversionProfile
Shared source-specific Office-to-HTML lane identifiers used before dedicated adapters need their own package API.
Inheritance
- Enum
- OfficeHtmlConversionProfile
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 HtmlCapabilityGalleryManifest.OfficeProfiles
- Field OfficeHtmlConversionProfile.ExcelSemanticTables
- Field OfficeHtmlConversionProfile.ExcelVisualReview
- Field OfficeHtmlConversionProfile.PowerPointSemanticSlides
- Field OfficeHtmlConversionProfile.PowerPointVisualReview
- Field OfficeHtmlConversionProfile.WordDocumentRoundTrip
- Field OfficeHtmlConversionProfile.WordPrintReview
- Field OfficeHtmlConversionProfile.WordSemanticDocument
- Property OfficeHtmlConversionProfileContract.Profile
Accepted by parameters
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const OfficeHtmlConversionProfile WordSemanticDocument #Word document content as accessible semantic HTML.
Value:
0public const OfficeHtmlConversionProfile WordDocumentRoundTrip #Word document HTML intended for editable HTML to Word to HTML roundtrip review.
Value:
1public const OfficeHtmlConversionProfile WordPrintReview #Word document HTML intended for print-oriented review without claiming browser layout parity.
Value:
2public const OfficeHtmlConversionProfile ExcelSemanticTables #Workbook and worksheet content as accessible semantic HTML tables.
Value:
3public const OfficeHtmlConversionProfile ExcelVisualReview #Worksheet ranges, pages, and shapes as positioned visual-review HTML.
Value:
4public const OfficeHtmlConversionProfile PowerPointSemanticSlides #Slides, notes, and slide content as accessible semantic HTML.
Value:
5public const OfficeHtmlConversionProfile PowerPointVisualReview #Slides as positioned visual-review HTML backed by shared drawing primitives.
Value:
6