API Reference
HtmlConversionProfileContract
Describes the behavior callers can expect from a shared OfficeIMO HTML conversion profile.
Inheritance
- Object
- HtmlConversionProfileContract
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
Constructors
public HtmlConversionProfileContract(HtmlConversionProfile profile, String name, String intendedUse, String fidelityGoal, IEnumerable<String> supportedHtml, IEnumerable<String> supportedCss, IEnumerable<String> resourceGuarantees, IEnumerable<String> diagnosticGuarantees) #Creates a conversion profile contract.
Parameters
- profile OfficeIMO.Html.HtmlConversionProfile
- name System.String
- intendedUse System.String
- fidelityGoal System.String
- supportedHtml System.Collections.Generic.IEnumerable{System.String}
- supportedCss System.Collections.Generic.IEnumerable{System.String}
- resourceGuarantees System.Collections.Generic.IEnumerable{System.String}
- diagnosticGuarantees System.Collections.Generic.IEnumerable{System.String}
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public HtmlConversionProfile Profile { get; } #Profile identifier used by adapters and gallery manifests.
public String Name { get; } #Human readable profile name.
public String IntendedUse { get; } #Primary scenario the profile is optimized for.
public String FidelityGoal { get; } #Fidelity target expressed as a caller-facing contract.
public IReadOnlyList<String> SupportedHtml { get; } #HTML structures the profile treats as supported capability, not accidental behavior.
public IReadOnlyList<String> SupportedCss { get; } #CSS capabilities the profile treats as supported capability, not accidental behavior.
public IReadOnlyList<String> ResourceGuarantees { get; } #Resource handling guarantees such as policy enforcement and manifest reporting.
public IReadOnlyList<String> DiagnosticGuarantees { get; } #Diagnostics callers can rely on when content is simplified, rejected, or degraded.