<ST_PatternType>
(Pattern Type)
Indicates the style of fill pattern being used for a cell format.
The examples below use yellow background and black foreground colors.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
The fill style is 'dark down'. example:
|
|
The fill style is 'dark gray'. example:
|
|
The fill style is 'dark grid'. example:
|
|
The fill style is dark horizontal. example:
|
|
The fill style is 'dark trellis'. example:
|
|
The fill style is 'dark up'. example:
|
|
The fill style is 'dark vertical'. example:
|
|
The fill style is grayscale of 0.0625 (1/16) value. example:
|
|
The fill style is grayscale of 0.125 (1/8) value. example:
|
|
The fill style is 'light down'. example:
|
|
The fill style is light gray. example:
|
|
The fill style is 'light grid'. example:
|
|
The fill style is light horizontal. example:
|
|
The fill style is 'light trellis'. example:
|
|
The fill style is light up. example:
|
|
The fill style is light vertical. |
|
The fill style is medium gray. example:
|
|
The fill style is none (no fill). When foreground and/or background colors are specified, a pattern of example:
|
|
The fill style is solid. When solid is specified, the foreground color ( example:
|
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_PatternType">
<restriction base="xsd:string">
<enumeration value="none"/>
<enumeration value="solid"/>
<enumeration value="mediumGray"/>
<enumeration value="darkGray"/>
<enumeration value="lightGray"/>
<enumeration value="darkHorizontal"/>
<enumeration value="darkVertical"/>
<enumeration value="darkDown"/>
<enumeration value="darkUp"/>
<enumeration value="darkGrid"/>
<enumeration value="darkTrellis"/>
<enumeration value="lightHorizontal"/>
<enumeration value="lightVertical"/>
<enumeration value="lightDown"/>
<enumeration value="lightUp"/>
<enumeration value="lightGrid"/>
<enumeration value="lightTrellis"/>
<enumeration value="gray125"/>
<enumeration value="gray0625"/>
</restriction>
</simpleType>