ShadingPatternValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the ShadingPatternValues enumeration.
public enum ShadingPatternValues
public readonly struct ShadingPatternValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues>
type ShadingPatternValues =
type ShadingPatternValues = struct
interface IEnumValue
interface IEnumValueFactory<ShadingPatternValues>
Public Enum ShadingPatternValues
Public Structure ShadingPatternValues
Implements IEnumValue, IEnumValueFactory(Of ShadingPatternValues), IEquatable(Of ShadingPatternValues)
- Inheritance
-
ShadingPatternValues
- Inheritance
-
ShadingPatternValues
Fields
Name | Value | Description |
---|---|---|
Nil | 0 | No Pattern. When the item is serialized out as xml, its value is "nil". |
Clear | 1 | No Pattern. When the item is serialized out as xml, its value is "clear". |
Solid | 2 | 100% Fill Pattern. When the item is serialized out as xml, its value is "solid". |
HorizontalStripe | 3 | Horizontal Stripe Pattern. When the item is serialized out as xml, its value is "horzStripe". |
VerticalStripe | 4 | Vertical Stripe Pattern. When the item is serialized out as xml, its value is "vertStripe". |
ReverseDiagonalStripe | 5 | Reverse Diagonal Stripe Pattern. When the item is serialized out as xml, its value is "reverseDiagStripe". |
DiagonalStripe | 6 | Diagonal Stripe Pattern. When the item is serialized out as xml, its value is "diagStripe". |
HorizontalCross | 7 | Horizontal Cross Pattern. When the item is serialized out as xml, its value is "horzCross". |
DiagonalCross | 8 | Diagonal Cross Pattern. When the item is serialized out as xml, its value is "diagCross". |
ThinHorizontalStripe | 9 | Thin Horizontal Stripe Pattern. When the item is serialized out as xml, its value is "thinHorzStripe". |
ThinVerticalStripe | 10 | Thin Vertical Stripe Pattern. When the item is serialized out as xml, its value is "thinVertStripe". |
ThinReverseDiagonalStripe | 11 | Thin Reverse Diagonal Stripe Pattern. When the item is serialized out as xml, its value is "thinReverseDiagStripe". |
ThinDiagonalStripe | 12 | Thin Diagonal Stripe Pattern. When the item is serialized out as xml, its value is "thinDiagStripe". |
ThinHorizontalCross | 13 | Thin Horizontal Cross Pattern. When the item is serialized out as xml, its value is "thinHorzCross". |
ThinDiagonalCross | 14 | Thin Diagonal Cross Pattern. When the item is serialized out as xml, its value is "thinDiagCross". |
Percent5 | 15 | 5% Fill Pattern. When the item is serialized out as xml, its value is "pct5". |
Percent10 | 16 | 10% Fill Pattern. When the item is serialized out as xml, its value is "pct10". |
Percent12 | 17 | 12.5% Fill Pattern. When the item is serialized out as xml, its value is "pct12". |
Percent15 | 18 | 15% Fill Pattern. When the item is serialized out as xml, its value is "pct15". |
Percent20 | 19 | 20% Fill Pattern. When the item is serialized out as xml, its value is "pct20". |
Percent25 | 20 | 25% Fill Pattern. When the item is serialized out as xml, its value is "pct25". |
Percent30 | 21 | 30% Fill Pattern. When the item is serialized out as xml, its value is "pct30". |
Percent35 | 22 | 35% Fill Pattern. When the item is serialized out as xml, its value is "pct35". |
Percent37 | 23 | 37.5% Fill Pattern. When the item is serialized out as xml, its value is "pct37". |
Percent40 | 24 | 40% Fill Pattern. When the item is serialized out as xml, its value is "pct40". |
Percent45 | 25 | 45% Fill Pattern. When the item is serialized out as xml, its value is "pct45". |
Percent50 | 26 | 50% Fill Pattern. When the item is serialized out as xml, its value is "pct50". |
Percent55 | 27 | 55% Fill Pattern. When the item is serialized out as xml, its value is "pct55". |
Percent60 | 28 | 60% Fill Pattern. When the item is serialized out as xml, its value is "pct60". |
Percent62 | 29 | 62.5% Fill Pattern. When the item is serialized out as xml, its value is "pct62". |
Percent65 | 30 | 65% Fill Pattern. When the item is serialized out as xml, its value is "pct65". |
Percent70 | 31 | 70% Fill Pattern. When the item is serialized out as xml, its value is "pct70". |
Percent75 | 32 | 75% Fill Pattern. When the item is serialized out as xml, its value is "pct75". |
Percent80 | 33 | 80% Fill Pattern. When the item is serialized out as xml, its value is "pct80". |
Percent85 | 34 | 85% Fill Pattern. When the item is serialized out as xml, its value is "pct85". |
Percent87 | 35 | 87.5% Fill Pattern. When the item is serialized out as xml, its value is "pct87". |
Percent90 | 36 | 90% Fill Pattern. When the item is serialized out as xml, its value is "pct90". |
Percent95 | 37 | 95% Fill Pattern. When the item is serialized out as xml, its value is "pct95". |
Clear | No Pattern. When the item is serialized out as xml, its value is "clear". |
|
DiagonalCross | Diagonal Cross Pattern. When the item is serialized out as xml, its value is "diagCross". |
|
DiagonalStripe | Diagonal Stripe Pattern. When the item is serialized out as xml, its value is "diagStripe". |
|
Equality(ShadingPatternValues, ShadingPatternValues) | ||
Equals(Object) | ||
Equals(ShadingPatternValues) | ||
GetHashCode() | ||
HorizontalCross | Horizontal Cross Pattern. When the item is serialized out as xml, its value is "horzCross". |
|
HorizontalStripe | Horizontal Stripe Pattern. When the item is serialized out as xml, its value is "horzStripe". |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<ShadingPatternValues>.Create(String) | ||
Inequality(ShadingPatternValues, ShadingPatternValues) | ||
Nil | No Pattern. When the item is serialized out as xml, its value is "nil". |
|
Percent10 | 10% Fill Pattern. When the item is serialized out as xml, its value is "pct10". |
|
Percent12 | 12.5% Fill Pattern. When the item is serialized out as xml, its value is "pct12". |
|
Percent15 | 15% Fill Pattern. When the item is serialized out as xml, its value is "pct15". |
|
Percent20 | 20% Fill Pattern. When the item is serialized out as xml, its value is "pct20". |
|
Percent25 | 25% Fill Pattern. When the item is serialized out as xml, its value is "pct25". |
|
Percent30 | 30% Fill Pattern. When the item is serialized out as xml, its value is "pct30". |
|
Percent35 | 35% Fill Pattern. When the item is serialized out as xml, its value is "pct35". |
|
Percent37 | 37.5% Fill Pattern. When the item is serialized out as xml, its value is "pct37". |
|
Percent40 | 40% Fill Pattern. When the item is serialized out as xml, its value is "pct40". |
|
Percent45 | 45% Fill Pattern. When the item is serialized out as xml, its value is "pct45". |
|
Percent5 | 5% Fill Pattern. When the item is serialized out as xml, its value is "pct5". |
|
Percent50 | 50% Fill Pattern. When the item is serialized out as xml, its value is "pct50". |
|
Percent55 | 55% Fill Pattern. When the item is serialized out as xml, its value is "pct55". |
|
Percent60 | 60% Fill Pattern. When the item is serialized out as xml, its value is "pct60". |
|
Percent62 | 62.5% Fill Pattern. When the item is serialized out as xml, its value is "pct62". |
|
Percent65 | 65% Fill Pattern. When the item is serialized out as xml, its value is "pct65". |
|
Percent70 | 70% Fill Pattern. When the item is serialized out as xml, its value is "pct70". |
|
Percent75 | 75% Fill Pattern. When the item is serialized out as xml, its value is "pct75". |
|
Percent80 | 80% Fill Pattern. When the item is serialized out as xml, its value is "pct80". |
|
Percent85 | 85% Fill Pattern. When the item is serialized out as xml, its value is "pct85". |
|
Percent87 | 87.5% Fill Pattern. When the item is serialized out as xml, its value is "pct87". |
|
Percent90 | 90% Fill Pattern. When the item is serialized out as xml, its value is "pct90". |
|
Percent95 | 95% Fill Pattern. When the item is serialized out as xml, its value is "pct95". |
|
ReverseDiagonalStripe | Reverse Diagonal Stripe Pattern. When the item is serialized out as xml, its value is "reverseDiagStripe". |
|
ShadingPatternValues(String) | Creates a new ShadingPatternValues enum instance |
|
Solid | 100% Fill Pattern. When the item is serialized out as xml, its value is "solid". |
|
ThinDiagonalCross | Thin Diagonal Cross Pattern. When the item is serialized out as xml, its value is "thinDiagCross". |
|
ThinDiagonalStripe | Thin Diagonal Stripe Pattern. When the item is serialized out as xml, its value is "thinDiagStripe". |
|
ThinHorizontalCross | Thin Horizontal Cross Pattern. When the item is serialized out as xml, its value is "thinHorzCross". |
|
ThinHorizontalStripe | Thin Horizontal Stripe Pattern. When the item is serialized out as xml, its value is "thinHorzStripe". |
|
ThinReverseDiagonalStripe | Thin Reverse Diagonal Stripe Pattern. When the item is serialized out as xml, its value is "thinReverseDiagStripe". |
|
ThinVerticalStripe | Thin Vertical Stripe Pattern. When the item is serialized out as xml, its value is "thinVertStripe". |
|
ToString() | ||
VerticalStripe | Vertical Stripe Pattern. When the item is serialized out as xml, its value is "vertStripe". |