Whole Class
Whole E2O Formatting.When the object is serialized out as xml, its qualified name is dgm:whole.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.Diagrams.Whole
Namespace: DocumentFormat.OpenXml.Drawing.Diagrams
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
<ChildElementInfoAttribute(GetType(EffectList))> _
<ChildElementInfoAttribute(GetType(Outline))> _
<ChildElementInfoAttribute(GetType(EffectDag))> _
Public Class Whole _
Inherits OpenXmlCompositeElement
用法
Dim instance As Whole
[ChildElementInfoAttribute(typeof(EffectList))]
[ChildElementInfoAttribute(typeof(Outline))]
[ChildElementInfoAttribute(typeof(EffectDag))]
public class Whole : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
DocumentFormat.OpenXml.Drawing.Outline <a:ln>
DocumentFormat.OpenXml.Drawing.EffectList <a:effectLst>
DocumentFormat.OpenXml.Drawing.EffectDag <a:effectDag>
[ISO/IEC 29500-1 第 1 个版本]
21.4.3.9 whole (Whole E2O Formatting)
Formatting that applies to the entire diagram object, and not just the background, includes line and effect properties.
Parent Elements |
---|
dataModel (§21.4.2.10) |
Child Elements |
Subclause |
---|---|
effectDag (Effect Container) |
§20.1.8.25 |
effectLst (Effect Container) |
§20.1.8.26 |
ln (Outline) |
§20.1.2.2.24 |
[Note: The W3C XML Schema definition of this element's content model (CT_WholeE2oFormatting) is located in §A.4.1. end note]
© ISO/IEC29500: 2008. 以上摘要已经由 Microsoft(和/或其代理公司)从英语翻译为简体中文,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.