共用方式為


FormatScheme.LineStyleList Property

Line Style List.Represents the element tag in schema: a:lnStyleLst

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

Syntax

'Declaration
Public Property LineStyleList As LineStyleList
    Get
    Set
'Usage
Dim instance As FormatScheme
Dim value As LineStyleList

value = instance.LineStyleList

instance.LineStyleList = value
public LineStyleList LineStyleList { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.LineStyleList
Returns LineStyleList.

See Also

Reference

FormatScheme Class

FormatScheme Members

DocumentFormat.OpenXml.Drawing Namespace