WebQueryProperties.HtmlFormat Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Tratamento de Formatação HTML
Representa o seguinte atributo no esquema: htmlFormat
[DocumentFormat.OpenXml.SchemaAttr(0, "htmlFormat")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues> HtmlFormat { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues> HtmlFormat { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "htmlFormat")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues>? HtmlFormat { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("htmlFormat")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues>? HtmlFormat { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues>? HtmlFormat { get; set; }
member this.HtmlFormat : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "htmlFormat")>]
member this.HtmlFormat : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("htmlFormat")>]
member this.HtmlFormat : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues> with get, set
Public Property HtmlFormat As EnumValue(Of HtmlFormattingValues)
Valor da propriedade
Retorna EnumValue<T>.
- Atributos