ArtisticLineDrawing class
Defines the ArtisticLineDrawing Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is a14:artisticLineDrawing.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing
Namespace: DocumentFormat.OpenXml.Office2010.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.5.11 CT_PictureEffectLineDrawing
Target namespace: http://schemas.microsoft.com/office/drawing/2010/main
Referenced by: CT_PictureEffect
A complex type that specifies a line drawing effect applied to a picture.
The following figure demonstrates the effect applied to a picture with pencilSize values of zero, 25, 50, 75, and 100, respectively.
Figure 13: Effect of changes to pencilSize
Attributes:
trans: An ST_PositiveFixedPercentage attribute ([ISO/IEC-29500-1] section A.4.1) that specifies the transparency of the effect. A value of zero percent specifies that the effect is applied fully. A value of 100 percent specifies that the effect is not applied.
pencilSize: An ST_ArtisticEffectParam100 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_PictureEffectLineDrawing">
<xsd:attribute name="trans" type="a:ST_PositiveFixedPercentage" use="optional" default="25"/>
<xsd:attribute name="pencilSize" type="ST_ArtisticEffectParam100" use="optional" default="0"/>
</xsd:complexType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).