TablePositionProperties.VerticalAnchor 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.
Âncora Vertical de Tabela
Representa o seguinte atributo no esquema: w:vertAnchor
[DocumentFormat.OpenXml.SchemaAttr(23, "vertAnchor")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues> VerticalAnchor { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues> VerticalAnchor { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "vertAnchor")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues>? VerticalAnchor { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:vertAnchor")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues>? VerticalAnchor { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues>? VerticalAnchor { get; set; }
member this.VerticalAnchor : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "vertAnchor")>]
member this.VerticalAnchor : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:vertAnchor")>]
member this.VerticalAnchor : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues> with get, set
Public Property VerticalAnchor As EnumValue(Of VerticalAnchorValues)
Valor da propriedade
Retorna EnumValue<T>.
- Atributos