Share via


PageBorders.OffsetFrom Property

Definition

Page Border Positioning

Represents the following attribute in the schema: 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)

Property Value

Returns EnumValue<T>.

Attributes

Applies to