VariableList Class
Variable List.When the object is serialized out as xml, its qualified name is dgm:varLst.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType
DocumentFormat.OpenXml.Drawing.Diagrams.VariableList
Namespace: DocumentFormat.OpenXml.Drawing.Diagrams
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Class VariableList _
Inherits LayoutVariablePropertySetType
'使用
Dim instance As VariableList
public class VariableList : LayoutVariablePropertySetType
Remarks
The following table lists the possible child types:
OrganizationChart <dgm:orgChart>
MaxNumberOfChildren <dgm:chMax>
PreferredNumberOfChildren <dgm:chPref>
BulletEnabled <dgm:bulletEnabled>
Direction <dgm:dir>
HierarchyBranch <dgm:hierBranch>
AnimateOneByOne <dgm:animOne>
AnimationLevel <dgm:animLvl>
ResizeHandles <dgm:resizeHandles>
[ISO/IEC 29500-1 初版]
21.4.2.31 varLst (Variable List)
This element consists of a list of variables which interact with user interface components.
[Example: Consider the following example of a varLst in a DrawingML diagram:
<varLst>
<chMax val="2" />
<dir val="norm" />
<resizeHandles val="exact" />
</varLst>
In this example we see different variables being defined which modify the behavior of user interface components directly. end example]
Parent Elements |
---|
layoutNode (§21.4.2.19) |
Child Elements |
Subclause |
---|---|
animLvl (Level Animation) |
§21.4.6.1 |
animOne (One by One Animation String) |
§21.4.6.2 |
bulletEnabled (Show Insert Bullet) |
§21.4.6.3 |
chMax (Maximum Children) |
§21.4.6.4 |
chPref (Preferred Number of Children) |
§21.4.6.5 |
dir (Diagram Direction) |
§21.4.6.6 |
hierBranch (Organization Chart Branch Style) |
§21.4.6.7 |
orgChart (Show Organization Chart User Interface) |
§21.4.6.8 |
resizeHandles (Shape Resize Style) |
§21.4.2.23 |
[Note: The W3C XML Schema definition of this element's content model (CT_LayoutVariablePropertySet) is located in §A.5.3. 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.