Freigeben über


PictureOptions-Klasse

Defines the PictureOptions Class.When the object is serialized out as xml, its qualified name is c:pictureOptions.

Vererbungshierarchie

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

Hinweise

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 1. Ausgabe]

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. 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.

Siehe auch

Referenz

PictureOptions-Member

DocumentFormat.OpenXml.Drawing.Charts-Namespace