次の方法で共有


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.

See Also

Reference

LineEndPropertiesType Class

LineEndPropertiesType Members

DocumentFormat.OpenXml.Drawing Namespace