Freigeben über


ArtisticLightScreen-Klasse

Defines the ArtisticLightScreen Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is a14:artisticLightScreen.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen

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

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Class ArtisticLightScreen _
    Inherits OpenXmlLeafElement
'Usage
Dim instance As ArtisticLightScreen
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public class ArtisticLightScreen : OpenXmlLeafElement

Hinweise

2.5.12 CT_PictureEffectLightScreen

Target namespace: https://schemas.microsoft.com/office/drawing/2007/7/7/main

Referenced by: CT_PictureEffect

A complex type that specifies a light screen effect applied to a picture.

Sample demonstrating the effect applied to a picture with gridSize values of 0, 2, 5, 7, and 10 respectively:

DocumentFormat.OpenXml.Office2010.Drawing.Artistic

Attributes:

trans : An ST_PositiveFixedPercentage ([ISO/IEC-29500-1] section A.4.1) attribute that specifies the transparency of the effect. A value of 0% specifies that the effect is applied fully. A value of 100% specifies that the effect is not applied.

gridSize : An ST_ArtisticEffectParam10 attribute that specifies the appearance of the effect.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

<xsd:complexType name="CT_PictureEffectLightScreen">

<xsd:attribute name="trans" type="a:ST_PositiveFixedPercentage" use="optional" default="0"/>

<xsd:attribute name="gridSize" type="ST_ArtisticEffectParam10" use="optional" default="4"/>

</xsd:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

Threadsicherheit

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

Siehe auch

Referenz

ArtisticLightScreen-Member

DocumentFormat.OpenXml.Office2010.Drawing-Namespace