PageMargin.Top 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í.
Espaciado de margen superior
Representa el atributo siguiente en el esquema: w:top
[DocumentFormat.OpenXml.SchemaAttr(23, "top")]
public DocumentFormat.OpenXml.Int32Value Top { get; set; }
public DocumentFormat.OpenXml.Int32Value Top { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "top")]
public DocumentFormat.OpenXml.Int32Value? Top { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:top")]
public DocumentFormat.OpenXml.Int32Value? Top { get; set; }
public DocumentFormat.OpenXml.Int32Value? Top { get; set; }
member this.Top : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "top")>]
member this.Top : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:top")>]
member this.Top : DocumentFormat.OpenXml.Int32Value with get, set
Public Property Top As Int32Value
Valor de propiedad
Devuelve Int32Value.
- Atributos