次の方法で共有


SurfaceType Class

Defines the SurfaceType class.

Inheritance Hierarchy

System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.Charts.SurfaceType
DocumentFormat.OpenXml.Drawing.Charts.BackWall
DocumentFormat.OpenXml.Drawing.Charts.Floor
DocumentFormat.OpenXml.Drawing.Charts.SideWall

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

Syntax

'宣言
<ChildElementInfoAttribute(GetType(ExtensionList))> _
<ChildElementInfoAttribute(GetType(ShapeProperties))> _
<ChildElementInfoAttribute(GetType(PictureOptions))> _
<ChildElementInfoAttribute(GetType(Thickness))> _
Public MustInherit Class SurfaceType _
    Inherits OpenXmlCompositeElement
'使用
Dim instance As SurfaceType
[ChildElementInfoAttribute(typeof(ExtensionList))]
[ChildElementInfoAttribute(typeof(ShapeProperties))]
[ChildElementInfoAttribute(typeof(PictureOptions))]
[ChildElementInfoAttribute(typeof(Thickness))]
public abstract class SurfaceType : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:Thickness <c:thickness>ShapeProperties <c:spPr>PictureOptions <c:pictureOptions>ExtensionList <c:extLst>

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

SurfaceType Members

DocumentFormat.OpenXml.Drawing.Charts Namespace