Enum ePresetShadowType
This enum indicates one of 20 preset OOXML shadow types. This values does NOT correspond to the the preset types in Excel. Please use the SetPresetShadow method for Excel preset types. SetPresetShadow(ePresetExcelShadowType)
Namespace: OfficeOpenXml.Drawing
Assembly: EPPlus.dll
Syntax
public enum ePresetShadowType
Fields
Name | Description |
---|---|
BackCenterPerspectiveShadow |
|
BackLeftLongPerspectiveShadow |
|
BackLeftPerspectiveShadow | |
BackRightLongPerspectiveShadow | Back Right Long Perspective Shadow |
BackRightPerspectiveShadow |
|
BottomLeftDropShadow |
|
BottomRightDropShadow |
|
BottomRightSmallDropShadow |
|
FrontBottomShadow |
|
FrontLeftLongPerspectiveShadow |
|
FrontLeftPerspectiveShadow |
|
FrontRightLongPerspectiveShadow |
|
FrontRightPerspectiveShadow |
|
InnerBoxShadow3D |
|
OuterBoxShadow3D |
|
TopLeftDoubleDropShadow |
|
TopLeftDropShadow |
|
TopLeftLargeDropShadow |
|
TopLeftSmallDropShadow |
|
TopRightDropShadow |
|