SharpenSoften class

Office 2013 and later

Defines the SharpenSoften Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is a14:sharpenSoften.

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

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

No code example is currently available or this language may not be supported.

2.5.29 CT_PictureEffectSharpenSoften

Target namespace: http://schemas.microsoft.com/office/drawing/2010/main

Referenced by: CT_PictureEffect

A complex type that specifies a sharpen and soften effect applied to a picture.

The following figure demonstrates the effect applied to a picture with sharpenSoften values of –100 percent, –50 percent, zero percent, +50 percent, and +100 percent, respectively.

Figure 28: Effect of changes to sharpenSoften

Attributes:

amount: An ST_FixedPercentage attribute ([ISO/IEC-29500-1] section A.4.1) that specifies the amount to sharpen (if positive) or the amount to blur (if negative).

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

<xsd:complexType name="CT_PictureEffectSharpenSoften">

<xsd:attribute name="amount" type="a:ST_FixedPercentage" use="optional" default="0"/>

</xsd:complexType>

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

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: