PresentationLayoutVariables-Klasse
Presentation Layout Variables.When the object is serialized out as xml, its qualified name is dgm:presLayoutVars.
Vererbungshierarchie
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType
DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables
Namespace: DocumentFormat.OpenXml.Drawing.Diagrams
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Class PresentationLayoutVariables _
Inherits LayoutVariablePropertySetType
'Usage
Dim instance As PresentationLayoutVariables
public class PresentationLayoutVariables : LayoutVariablePropertySetType
Hinweise
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 1. Ausgabe]
21.4.5.4 presLayoutVars (Presentation Layout Variables)
This element specified the layout property set. This set of properties determine different aspects concerning the layout of a diagram. All of the elements associated with enabling or disabling aspects of the user interface are also defined here.
Parent Elements |
---|
prSet (§21.4.3.4) |
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. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.