次の方法で共有


LinePropertiesType Class

Defines the LinePropertiesType class.

Inheritance Hierarchy

System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.LinePropertiesType

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

Syntax

'宣言
<ChildElementInfoAttribute(GetType(PresetDash))> _
<ChildElementInfoAttribute(GetType(PatternFill))> _
<ChildElementInfoAttribute(GetType(CustomDash))> _
<ChildElementInfoAttribute(GetType(NoFill))> _
<ChildElementInfoAttribute(GetType(SolidFill))> _
<ChildElementInfoAttribute(GetType(GradientFill))> _
<ChildElementInfoAttribute(GetType(Miter))> _
<ChildElementInfoAttribute(GetType(ExtensionList))> _
<ChildElementInfoAttribute(GetType(LineJoinBevel))> _
<ChildElementInfoAttribute(GetType(Round))> _
<ChildElementInfoAttribute(GetType(HeadEnd))> _
<ChildElementInfoAttribute(GetType(TailEnd))> _
Public MustInherit Class LinePropertiesType _
    Inherits OpenXmlCompositeElement
'使用
Dim instance As LinePropertiesType
[ChildElementInfoAttribute(typeof(PresetDash))]
[ChildElementInfoAttribute(typeof(PatternFill))]
[ChildElementInfoAttribute(typeof(CustomDash))]
[ChildElementInfoAttribute(typeof(NoFill))]
[ChildElementInfoAttribute(typeof(SolidFill))]
[ChildElementInfoAttribute(typeof(GradientFill))]
[ChildElementInfoAttribute(typeof(Miter))]
[ChildElementInfoAttribute(typeof(ExtensionList))]
[ChildElementInfoAttribute(typeof(LineJoinBevel))]
[ChildElementInfoAttribute(typeof(Round))]
[ChildElementInfoAttribute(typeof(HeadEnd))]
[ChildElementInfoAttribute(typeof(TailEnd))]
public abstract class LinePropertiesType : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:NoFill <a:noFill>SolidFill <a:solidFill>GradientFill <a:gradFill>PatternFill <a:pattFill>PresetDash <a:prstDash>CustomDash <a:custDash>Round <a:round>LineJoinBevel <a:bevel>Miter <a:miter>HeadEnd <a:headEnd>TailEnd <a:tailEnd>ExtensionList <a:extLst>

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

LinePropertiesType Members

DocumentFormat.OpenXml.Drawing Namespace

Inheritance Hierarchy

System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.LinePropertiesType
DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties
DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties
DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties
DocumentFormat.OpenXml.Drawing.Outline
DocumentFormat.OpenXml.Drawing.RightBorderLineProperties
DocumentFormat.OpenXml.Drawing.TopBorderLineProperties
DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties
DocumentFormat.OpenXml.Drawing.Underline