API Reference
Enum
HtmlSemanticFeature
Document capabilities used by shared target contracts and preflight analysis.
Inheritance
- Enum
- HtmlSemanticFeature
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 HtmlFeaturePreflightResult.Feature
- Field HtmlSemanticFeature.Annotations
- Field HtmlSemanticFeature.Charts
- Field HtmlSemanticFeature.Comments
- Field HtmlSemanticFeature.Css
- Field HtmlSemanticFeature.Forms
- Field HtmlSemanticFeature.Formulas
- Field HtmlSemanticFeature.Geometry
- Field HtmlSemanticFeature.Headings
- Field HtmlSemanticFeature.Images
- Field HtmlSemanticFeature.Links
- Field HtmlSemanticFeature.Lists
- Field HtmlSemanticFeature.Media
- Field HtmlSemanticFeature.Metadata
- Field HtmlSemanticFeature.Notes
- Field HtmlSemanticFeature.PagedLayout
- Field HtmlSemanticFeature.Paragraphs
- Field HtmlSemanticFeature.Resources
- Field HtmlSemanticFeature.RichText
- Field HtmlSemanticFeature.Sections
- Field HtmlSemanticFeature.Tables
- Property HtmlTargetCapabilityContract.ApproximatedFeatures
- Property HtmlTargetCapabilityContract.SupportedFeatures
- Property HtmlTargetCapabilityContract.UnsupportedFeatures
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 HtmlSemanticFeature Metadata #Document-level title, language, author, and related metadata.
Value:
0public const HtmlSemanticFeature Sections #Document sections, articles, pages, sheets, or slides.
Value:
1public const HtmlSemanticFeature RichText #Inline emphasis, decoration, vertical position, and related run styling.
Value:
4public const HtmlSemanticFeature Notes #Footnotes, endnotes, presenter notes, and note-like content.
Value:
11public const HtmlSemanticFeature Annotations #Bookmarks, tracked changes, labels, and other semantic annotations.
Value:
13public const HtmlSemanticFeature Formulas #Spreadsheet formulas and calculated expressions.
Value:
14public const HtmlSemanticFeature Geometry #Authored positions, sizes, transforms, and drawing order.
Value:
16public const HtmlSemanticFeature PagedLayout #Paged layout, fragmentation, page boxes, and running content.
Value:
19