Поделиться через


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 редакция 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