Share via


PresetPatternValues Enumeration

Preset Pattern Value

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

Syntax

'Declaration
Public Enumeration PresetPatternValues
'Usage
Dim instance As PresetPatternValues
public enum PresetPatternValues

Members

Member name Description
Percent5 5%. When the item is serialized out as xml, its value is "pct5".
Percent10 10%. When the item is serialized out as xml, its value is "pct10".
Percent20 20%. When the item is serialized out as xml, its value is "pct20".
Percent25 25%. When the item is serialized out as xml, its value is "pct25".
Percent30 30%. When the item is serialized out as xml, its value is "pct30".
Percent40 40%. When the item is serialized out as xml, its value is "pct40".
Percent50 50%. When the item is serialized out as xml, its value is "pct50".
Percent60 60%. When the item is serialized out as xml, its value is "pct60".
Percent70 70%. When the item is serialized out as xml, its value is "pct70".
Percent75 75%. When the item is serialized out as xml, its value is "pct75".
Percent80 80%. When the item is serialized out as xml, its value is "pct80".
Percent90 90%. When the item is serialized out as xml, its value is "pct90".
Horizontal Horizontal. When the item is serialized out as xml, its value is "horz".
Vertical Vertical. When the item is serialized out as xml, its value is "vert".
LightHorizontal Light Horizontal. When the item is serialized out as xml, its value is "ltHorz".
LightVertical Light Vertical. When the item is serialized out as xml, its value is "ltVert".
DarkHorizontal Dark Horizontal. When the item is serialized out as xml, its value is "dkHorz".
DarkVertical Dark Vertical. When the item is serialized out as xml, its value is "dkVert".
NarrowHorizontal Narrow Horizontal. When the item is serialized out as xml, its value is "narHorz".
NarrowVertical Narrow Vertical. When the item is serialized out as xml, its value is "narVert".
DashedHorizontal Dashed Horizontal. When the item is serialized out as xml, its value is "dashHorz".
DashedVertical Dashed Vertical. When the item is serialized out as xml, its value is "dashVert".
Cross Cross. When the item is serialized out as xml, its value is "cross".
DownwardDiagonal Downward Diagonal. When the item is serialized out as xml, its value is "dnDiag".
UpwardDiagonal Upward Diagonal. When the item is serialized out as xml, its value is "upDiag".
LightDownwardDiagonal Light Downward Diagonal. When the item is serialized out as xml, its value is "ltDnDiag".
LightUpwardDiagonal Light Upward Diagonal. When the item is serialized out as xml, its value is "ltUpDiag".
DarkDownwardDiagonal Dark Downward Diagonal. When the item is serialized out as xml, its value is "dkDnDiag".
DarkUpwardDiagonal Dark Upward Diagonal. When the item is serialized out as xml, its value is "dkUpDiag".
WideDownwardDiagonal Wide Downward Diagonal. When the item is serialized out as xml, its value is "wdDnDiag".
WideUpwardDiagonal Wide Upward Diagonal. When the item is serialized out as xml, its value is "wdUpDiag".
DashedDownwardDiagonal Dashed Downward Diagonal. When the item is serialized out as xml, its value is "dashDnDiag".
DashedUpwardDiagonal Dashed Upward DIagonal. When the item is serialized out as xml, its value is "dashUpDiag".
DiagonalCross Diagonal Cross. When the item is serialized out as xml, its value is "diagCross".
SmallCheck Small Checker Board. When the item is serialized out as xml, its value is "smCheck".
LargeCheck Large Checker Board. When the item is serialized out as xml, its value is "lgCheck".
SmallGrid Small Grid. When the item is serialized out as xml, its value is "smGrid".
LargeGrid Large Grid. When the item is serialized out as xml, its value is "lgGrid".
DotGrid Dotted Grid. When the item is serialized out as xml, its value is "dotGrid".
SmallConfetti Small Confetti. When the item is serialized out as xml, its value is "smConfetti".
LargeConfetti Large Confetti. When the item is serialized out as xml, its value is "lgConfetti".
HorizontalBrick Horizontal Brick. When the item is serialized out as xml, its value is "horzBrick".
DiagonalBrick Diagonal Brick. When the item is serialized out as xml, its value is "diagBrick".
SolidDiamond Solid Diamond. When the item is serialized out as xml, its value is "solidDmnd".
OpenDiamond Open Diamond. When the item is serialized out as xml, its value is "openDmnd".
DottedDiamond Dotted Diamond. When the item is serialized out as xml, its value is "dotDmnd".
Plaid Plaid. When the item is serialized out as xml, its value is "plaid".
Sphere Sphere. When the item is serialized out as xml, its value is "sphere".
Weave Weave. When the item is serialized out as xml, its value is "weave".
Divot Divot. When the item is serialized out as xml, its value is "divot".
Shingle Shingle. When the item is serialized out as xml, its value is "shingle".
Wave Wave. When the item is serialized out as xml, its value is "wave".
Trellis Trellis. When the item is serialized out as xml, its value is "trellis".
ZigZag Zig Zag. When the item is serialized out as xml, its value is "zigZag".

See Also

Reference

DocumentFormat.OpenXml.Drawing Namespace