次の方法で共有


CustomDash Class

Custom Dash.When the object is serialized out as xml, its qualified name is a:custDash.

Inheritance Hierarchy

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

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

Syntax

'宣言
<ChildElementInfoAttribute(GetType(DashStop))> _
Public Class CustomDash _
    Inherits OpenXmlCompositeElement
'使用
Dim instance As CustomDash
[ChildElementInfoAttribute(typeof(DashStop))]
public class CustomDash : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • DashStop <a:ds>

[ISO/IEC 29500-1 初版]

20.1.8.21 custDash (Custom Dash)

This element specifies a custom dashing scheme. It is a list of dash stop elements which represent building block atoms upon which the custom dashing scheme is built.

Parent Elements

ln (§20.1.2.2.24); lnB (§21.1.3.5); lnBlToTr (§21.1.3.6); lnL (§21.1.3.7); lnR (§21.1.3.8); lnT (§21.1.3.9); lnTlToBr (§21.1.3.10); uLn (§21.1.2.3.14)

Child Elements

Subclause

ds (Dash Stop)

§20.1.8.22

[Note: The W3C XML Schema definition of this element's content model (CT_DashStopList) is located in §A.4.1. end note]

© ISO/IEC29500: 2008. 上記の引用はマイクロソフト (またはその代理) によって英語から日本語に翻訳されたものであり、ISO はこうした翻訳に対する責任を一切負いません。

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

CustomDash Members

DocumentFormat.OpenXml.Drawing Namespace