Freigeben über


ShapeStyle-Klasse

Defines the ShapeStyle Class.When the object is serialized out as xml, its qualified name is dsp:style.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office.Drawing.ShapeStyle

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(FillReference))> _
<ChildElementInfoAttribute(GetType(EffectReference))> _
<ChildElementInfoAttribute(GetType(FontReference))> _
<ChildElementInfoAttribute(GetType(LineReference))> _
Public Class ShapeStyle _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As ShapeStyle
[ChildElementInfoAttribute(typeof(FillReference))]
[ChildElementInfoAttribute(typeof(EffectReference))]
[ChildElementInfoAttribute(typeof(FontReference))]
[ChildElementInfoAttribute(typeof(LineReference))]
public class ShapeStyle : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • DocumentFormat.OpenXml.Drawing.LineReference <a:lnRef>

  • DocumentFormat.OpenXml.Drawing.FillReference <a:fillRef>

  • DocumentFormat.OpenXml.Drawing.EffectReference <a:effectRef>

  • DocumentFormat.OpenXml.Drawing.FontReference <a:fontRef>

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

ShapeStyle-Member

DocumentFormat.OpenXml.Office.Drawing-Namespace