API Reference

Class

HtmlConversionDiagnosticCodes

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Modifiers static

Stable diagnostic codes shared by OfficeIMO HTML target adapters.

Inheritance

  • Object
  • HtmlConversionDiagnosticCodes

Properties

public static IReadOnlyList<String> All { get; } #

All stable cross-adapter conversion diagnostic codes.

Fields

public const String SemanticContentMissing #

The expected format-specific semantic envelope was not present.

Value: SemanticContentMissing
public const String SemanticBlockMissing #

An expected semantic table or content block was not present.

Value: SemanticBlockMissing
public const String SemanticValueInvalid #

A semantic scalar value could not be parsed as its declared type.

Value: SemanticValueInvalid
public const String ResourceDecodeFailed #

An embedded resource could not be decoded.

Value: ResourceDecodeFailed
public const String ResourceTypeUnsupported #

A resource media type is not supported by the target adapter.

Value: ResourceTypeUnsupported
public const String ContentApproximated #

Content was restored through an approximate fallback.

Value: ContentApproximated
public const String ContentOmitted #

Content could not be represented in the target and was omitted.

Value: ContentOmitted
public const String ArtifactCreationFailed #

Target artifact construction failed.

Value: ArtifactCreationFailed
public const String TargetLimitExceeded #

Input exceeded a target format grid or structural limit.

Value: TargetLimitExceeded
public const String TableSpanInvalid #

An invalid or overlapping table span was normalized.

Value: TableSpanInvalid
public const String HtmlDepthLimitExceeded #

HTML nesting exceeded the shared pre-analysis depth budget.

Value: HtmlDepthLimitExceeded
public const String CssSizeLimitExceeded #

One embedded stylesheet exceeded the configured byte budget.

Value: CssSizeLimitExceeded
public const String CssTotalSizeLimitExceeded #

Embedded stylesheets exceeded the operation-wide byte budget.

Value: CssTotalSizeLimitExceeded
public const String CssRuleLimitExceeded #

Active CSS rules exceeded the configured complexity budget.

Value: CssRuleLimitExceeded
public const String CssDeclarationLimitExceeded #

CSS declarations exceeded the configured complexity budget.

Value: CssDeclarationLimitExceeded
public const String CssSelectorEvaluationLimitExceeded #

Selector matching exceeded the configured operation-wide evaluation budget.

Value: CssSelectorEvaluationLimitExceeded
public const String SemanticMetadataLimitExceeded #

A semantic envelope or metadata field exceeded its configured limit.

Value: SemanticMetadataLimitExceeded
public const String SemanticSchemaUnsupported #

A versioned semantic envelope declared an unsupported source or schema version.

Value: SemanticSchemaUnsupported
public const String SemanticSchemaLegacy #

A legacy semantic envelope did not declare a schema version.

Value: SemanticSchemaLegacy
public const String SemanticRestorationTrustRequired #

A v2 envelope requested target-specific restoration without caller trust.

Value: SemanticRestorationTrustRequired
public const String MediaFilterFailed #

Media filtering could not safely parse or transform an active stylesheet.

Value: MediaFilterFailed