ManualLayout Class

Manual Layout.When the object is serialized out as xml, its qualified name is c:manualLayout.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.Charts.ManualLayout

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(Height))> _
<ChildElementInfoAttribute(GetType(HeightMode))> _
<ChildElementInfoAttribute(GetType(Left))> _
<ChildElementInfoAttribute(GetType(TopMode))> _
<ChildElementInfoAttribute(GetType(WidthMode))> _
<ChildElementInfoAttribute(GetType(Top))> _
<ChildElementInfoAttribute(GetType(LeftMode))> _
<ChildElementInfoAttribute(GetType(Width))> _
<ChildElementInfoAttribute(GetType(LayoutTarget))> _
<ChildElementInfoAttribute(GetType(ExtensionList))> _
Public Class ManualLayout _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As ManualLayout
[ChildElementInfoAttribute(typeof(Height))]
[ChildElementInfoAttribute(typeof(HeightMode))]
[ChildElementInfoAttribute(typeof(Left))]
[ChildElementInfoAttribute(typeof(TopMode))]
[ChildElementInfoAttribute(typeof(WidthMode))]
[ChildElementInfoAttribute(typeof(Top))]
[ChildElementInfoAttribute(typeof(LeftMode))]
[ChildElementInfoAttribute(typeof(Width))]
[ChildElementInfoAttribute(typeof(LayoutTarget))]
[ChildElementInfoAttribute(typeof(ExtensionList))]
public class ManualLayout : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • LayoutTarget <c:layoutTarget>

  • LeftMode <c:xMode>

  • TopMode <c:yMode>

  • WidthMode <c:wMode>

  • HeightMode <c:hMode>

  • Left <c:x>

  • Top <c:y>

  • Width <c:w>

  • Height <c:h>

  • ExtensionList <c:extLst>

[ISO/IEC 29500-1 1st Edition]

21.2.2.104 manualLayout (Manual Layout)

This element specifies the exact position of a chart element.

Parent Elements

layout (§21.2.2.88)

Child Elements

Subclause

extLst (Chart Extensibility)

§21.2.2.64

h (Height)

§21.2.2.78

hMode (Height Mode)

§21.2.2.81

layoutTarget (Layout Target)

§21.2.2.89

w (Width)

§21.2.2.229

wMode (Width Mode)

§21.2.2.231

x (Left)

§21.2.2.232

xMode (Left Mode)

§21.2.2.233

y (Top)

§21.2.2.235

yMode (Top Mode)

§21.2.2.236

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

© ISO/IEC29500: 2008.

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

ManualLayout Members

DocumentFormat.OpenXml.Drawing.Charts Namespace