Show / Hide Table of Contents

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
  1. Back Center Perspective Shadow
BackLeftLongPerspectiveShadow
  1. Back Left Long Perspective Shadow
BackLeftPerspectiveShadow
BackRightLongPerspectiveShadow

Back Right Long Perspective Shadow

BackRightPerspectiveShadow
  1. Back Right Perspective Shadow
BottomLeftDropShadow
  1. Bottom Left Drop Shadow
BottomRightDropShadow
  1. Bottom Right Drop Shadow
BottomRightSmallDropShadow
  1. Bottom Right Small Drop Shadow
FrontBottomShadow
  1. Front Bottom Shadow
FrontLeftLongPerspectiveShadow
  1. Front Left Long Perspective Shadow
FrontLeftPerspectiveShadow
  1. FrontLeftPerspectiveShadow
FrontRightLongPerspectiveShadow
  1. Front Right LongPerspective Shadow
FrontRightPerspectiveShadow
  1. Front Right Perspective Shadow
InnerBoxShadow3D
  1. 3D Inner Box Shadow
OuterBoxShadow3D
  1. 3D Outer Box Shadow
TopLeftDoubleDropShadow
  1. Top Left Double Drop Shadow
TopLeftDropShadow
  1. Top Left Drop Shadow, Default
TopLeftLargeDropShadow
  1. Top Left Large Drop Shadow
TopLeftSmallDropShadow
  1. Top Left Small DropShadow
TopRightDropShadow
  1. Top Right Drop Shadow
Back to top Generated by DocFX