次の方法で共有


CompoundLineValues Enumeration

Compound Line Type

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

Syntax

'宣言
Public Enumeration CompoundLineValues
'使用
Dim instance As CompoundLineValues
public enum CompoundLineValues

Members

Member name Description
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".

See Also

Reference

DocumentFormat.OpenXml.Drawing Namespace