PictureOptions Class
Defines the PictureOptions Class.When the object is serialized out as xml, its qualified name is c:pictureOptions.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.Charts.PictureOptions
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<ChildElementInfoAttribute(GetType(ApplyToFront))> _
<ChildElementInfoAttribute(GetType(PictureFormat))> _
<ChildElementInfoAttribute(GetType(PictureStackUnit))> _
<ChildElementInfoAttribute(GetType(ApplyToSides))> _
<ChildElementInfoAttribute(GetType(ApplyToEnd))> _
Public Class PictureOptions _
Inherits OpenXmlCompositeElement
'Usage
Dim instance As PictureOptions
[ChildElementInfoAttribute(typeof(ApplyToFront))]
[ChildElementInfoAttribute(typeof(PictureFormat))]
[ChildElementInfoAttribute(typeof(PictureStackUnit))]
[ChildElementInfoAttribute(typeof(ApplyToSides))]
[ChildElementInfoAttribute(typeof(ApplyToEnd))]
public class PictureOptions : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
ApplyToFront <c:applyToFront>
ApplyToSides <c:applyToSides>
ApplyToEnd <c:applyToEnd>
PictureFormat <c:pictureFormat>
PictureStackUnit <c:pictureStackUnit>
[ISO/IEC 29500-1 1st Edition]
21.2.2.138 pictureOptions (Picture Options)
This element specifies the picture to be used on the data point, series, wall, or floor.
Parent Elements |
---|
backWall (§21.2.2.11); dPt (§21.2.2.52); floor (§21.2.2.69); ser (§21.2.2.168); ser (§21.2.2.170); sideWall (§21.2.2.191) |
Child Elements |
Subclause |
---|---|
applyToEnd (Apply to End) |
§21.2.2.1 |
applyToFront (Apply To Front) |
§21.2.2.2 |
applyToSides (Apply To Sides) |
§21.2.2.3 |
pictureFormat (Picture Format) |
§21.2.2.137 |
pictureStackUnit (Picture Stack Unit) |
§21.2.2.139 |
[Note: The W3C XML Schema definition of this element’s content model (CT_PictureOptions) 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.