TablePositionProperties.LeftFromText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Distance From Left of Table to Text
Represents the following attribute in the schema: w:leftFromText
[DocumentFormat.OpenXml.SchemaAttr(23, "leftFromText")]
public DocumentFormat.OpenXml.Int16Value LeftFromText { get; set; }
public DocumentFormat.OpenXml.Int16Value LeftFromText { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "leftFromText")]
public DocumentFormat.OpenXml.Int16Value? LeftFromText { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:leftFromText")]
public DocumentFormat.OpenXml.Int16Value? LeftFromText { get; set; }
public DocumentFormat.OpenXml.Int16Value? LeftFromText { get; set; }
member this.LeftFromText : DocumentFormat.OpenXml.Int16Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "leftFromText")>]
member this.LeftFromText : DocumentFormat.OpenXml.Int16Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:leftFromText")>]
member this.LeftFromText : DocumentFormat.OpenXml.Int16Value with get, set
Public Property LeftFromText As Int16Value
Property Value
Returns UInt64Value.
- Attributes