LinePropertiesType.CapType Property

Definition

line cap

Represents the following attribute in the schema: cap

[DocumentFormat.OpenXml.SchemaAttr(0, "cap")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineCapValues> CapType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineCapValues> CapType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "cap")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineCapValues>? CapType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("cap")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineCapValues>? CapType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineCapValues>? CapType { get; set; }
member this.CapType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineCapValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "cap")>]
member this.CapType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineCapValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("cap")>]
member this.CapType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineCapValues> with get, set
Public Property CapType As EnumValue(Of LineCapValues)

Property Value

Returns EnumValue<T>.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies the ending caps that should be used for this line. Examples of cap types are rounded and flat. If this attribute is omitted, than a value of square is assumed.

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

Applies to