Freigeben über


CompoundLineValues-Enumeration

Compound Line Type

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

Syntax

'Declaration
Public Enumeration CompoundLineValues
'Usage
Dim instance As CompoundLineValues
public enum CompoundLineValues

Member

Membername Beschreibung
Single Single Line. When the item is serialized out as xml, its value is "sng".
Double Double Lines. When the item is serialized out as xml, its value is "dbl".
ThickThin Thick Thin Double Lines. When the item is serialized out as xml, its value is "thickThin".
ThinThick Thin Thick Double Lines. When the item is serialized out as xml, its value is "thinThick".
Triple Thin Thick Thin Triple Lines. When the item is serialized out as xml, its value is "tri".

Siehe auch

Referenz

DocumentFormat.OpenXml.Drawing-Namespace