Aracılığıyla paylaş


PageMargins.Left Property

Definition

Left

Represents the following attribute in the schema: l

[DocumentFormat.OpenXml.SchemaAttr(0, "l")]
public DocumentFormat.OpenXml.DoubleValue Left { get; set; }
public DocumentFormat.OpenXml.DoubleValue Left { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "l")]
public DocumentFormat.OpenXml.DoubleValue? Left { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("l")]
public DocumentFormat.OpenXml.DoubleValue? Left { get; set; }
public DocumentFormat.OpenXml.DoubleValue? Left { get; set; }
member this.Left : DocumentFormat.OpenXml.DoubleValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "l")>]
member this.Left : DocumentFormat.OpenXml.DoubleValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("l")>]
member this.Left : DocumentFormat.OpenXml.DoubleValue with get, set
Public Property Left 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 left page margin in inches.

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

Applies to