Freigeben über


Cell3DProperties-Klasse

Cell 3-D.When the object is serialized out as xml, its qualified name is a:cell3D.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.Cell3DProperties

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(Bevel))> _
<ChildElementInfoAttribute(GetType(ExtensionList))> _
<ChildElementInfoAttribute(GetType(LightRig))> _
Public Class Cell3DProperties _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As Cell3DProperties
[ChildElementInfoAttribute(typeof(Bevel))]
[ChildElementInfoAttribute(typeof(ExtensionList))]
[ChildElementInfoAttribute(typeof(LightRig))]
public class Cell3DProperties : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • Bevel <a:bevel>

  • LightRig <a:lightRig>

  • ExtensionList <a:extLst>

[ISO/IEC 29500-1 1. Ausgabe]

21.1.3.1 cell3D (Cell 3-D)

This element specifies a set of properties which dictate the 3-D appearance of a given cell in a table. Collectively, these properties are referred to as a cell 3-D. The application of these properties occurs on a per-cell basis in the table.

Parent Elements

tcPr (§21.1.3.17); tcStyle (§20.1.4.2.29)

Child Elements

Subclause

bevel (Bevel)

§20.1.4.2.5

extLst (Extension List)

§20.1.2.2.15

lightRig (Light Rig)

§20.1.5.9

Attributes

Description

prstMaterial (Preset Material)

Specifies a material type which is used to define the material characteristics of the cell. The material properties, combined with the lighting characteristics of the scene in define the final look and feel of the 3-D appearance of the cell.

The possible values for this attribute are defined by the ST_PresetMaterialType simple type (§20.1.10.50).

[Note: The W3C XML Schema definition of this element's content model (CT_Cell3D) is located in §A.4.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

Cell3DProperties-Member

DocumentFormat.OpenXml.Drawing-Namespace