LineEndPropertiesType.Width Property
Width of Head/End.Represents the attribte in schema: w
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<SchemaAttrAttribute(, "w")> _
Public Property Width As EnumValue(Of LineEndWidthValues)
Get
Set
'Применение
Dim instance As LineEndPropertiesType
Dim value As EnumValue(Of LineEndWidthValues)
value = instance.Width
instance.Width = value
[SchemaAttrAttribute(, "w")]
public EnumValue<LineEndWidthValues> Width { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<LineEndWidthValues>
Returns EnumValue<T>.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the line end width in relation to the line width.
The possible values for this attribute are defined by the ST_LineEndWidth simple type.