共用方式為


Indentation.Left Property

Definition

Left Indentation

Represents the following attribute in the schema: w:left

[DocumentFormat.OpenXml.SchemaAttr(23, "left")]
public DocumentFormat.OpenXml.StringValue Left { get; set; }
public DocumentFormat.OpenXml.StringValue Left { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "left")]
public DocumentFormat.OpenXml.StringValue? Left { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:left")]
public DocumentFormat.OpenXml.StringValue? Left { get; set; }
public DocumentFormat.OpenXml.StringValue? Left { get; set; }
member this.Left : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "left")>]
member this.Left : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:left")>]
member this.Left : DocumentFormat.OpenXml.StringValue with get, set
Public Property Left As StringValue

Property Value

Returns Int32Value.

Attributes

Applies to