次の方法で共有


LineEndPropertiesType.Length Property

Length of Head/End.Represents the attribte in schema: len

Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
<SchemaAttrAttribute(, "len")> _
Public Property Length As EnumValue(Of LineEndLengthValues)
    Get
    Set
'使用
Dim instance As LineEndPropertiesType
Dim value As EnumValue(Of LineEndLengthValues)

value = instance.Length

instance.Length = value
[SchemaAttrAttribute(, "len")]
public EnumValue<LineEndLengthValues> Length { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<LineEndLengthValues>
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 length in relation to the line width.

The possible values for this attribute are defined by the ST_LineEndLength simple type.

See Also

Reference

LineEndPropertiesType Class

LineEndPropertiesType Members

DocumentFormat.OpenXml.Drawing Namespace