Share via


HtmlPublishProperties.TargetBrowser Property

Definition

Browser Support Target

Represents the following attribute in the schema: pubBrowser

[DocumentFormat.OpenXml.SchemaAttr(0, "pubBrowser")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues> TargetBrowser { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues> TargetBrowser { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "pubBrowser")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues>? TargetBrowser { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("pubBrowser")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues>? TargetBrowser { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues>? TargetBrowser { get; set; }
member this.TargetBrowser : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "pubBrowser")>]
member this.TargetBrowser : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("pubBrowser")>]
member this.TargetBrowser : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues> with get, set
Public Property TargetBrowser As EnumValue(Of HtmlPublishWebBrowserSupportValues)

Property Value

Returns EnumValue<T>.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies the web browser support that this publishing should be optimized for.

The possible values for this attribute are defined by the ST_HtmlPublishWebBrowserSupport simple type.

Applies to