Aracılığıyla paylaş


PageMargins.Top Property

Definition

Top

Represents the following attribute in the schema: t

[DocumentFormat.OpenXml.SchemaAttr(0, "t")]
public DocumentFormat.OpenXml.DoubleValue Top { get; set; }
public DocumentFormat.OpenXml.DoubleValue Top { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "t")]
public DocumentFormat.OpenXml.DoubleValue? Top { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("t")]
public DocumentFormat.OpenXml.DoubleValue? Top { get; set; }
public DocumentFormat.OpenXml.DoubleValue? Top { get; set; }
member this.Top : DocumentFormat.OpenXml.DoubleValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "t")>]
member this.Top : DocumentFormat.OpenXml.DoubleValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("t")>]
member this.Top : DocumentFormat.OpenXml.DoubleValue with get, set
Public Property Top As DoubleValue

Property Value

Returns DoubleValue.

Attributes

Remarks

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

Specifies the contents of this attribute will contain the top page margin in inches.

The possible values for this attribute are defined by the XML Schema double datatype.

Applies to