PageBorders.OffsetFrom Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Posicionamiento del borde de página
Representa el atributo siguiente en el esquema: w:offsetFrom
[DocumentFormat.OpenXml.SchemaAttr(23, "offsetFrom")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues> OffsetFrom { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues> OffsetFrom { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "offsetFrom")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues>? OffsetFrom { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:offsetFrom")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues>? OffsetFrom { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues>? OffsetFrom { get; set; }
member this.OffsetFrom : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "offsetFrom")>]
member this.OffsetFrom : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:offsetFrom")>]
member this.OffsetFrom : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues> with get, set
Public Property OffsetFrom As EnumValue(Of PageBorderOffsetValues)
Valor de propiedad
Devuelve EnumValue<T>.
- Atributos