Show / Hide Table of Contents

Class ExcelDrawing3D

3D settings for a drawing object

Inheritance
System.Object
XmlHelper
ExcelDrawing3D
ExcelDrawing3DText
Inherited Members
XmlHelper.AddSchemaNodeOrder(String[], String[])
XmlHelper.AddSchemaNodeOrder(String[], String[], Int32[])
XmlHelper.GetBoolFromString(String)
XmlHelper.CreatespPrNode(String, Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Drawing.Style.ThreeD
Assembly: EPPlus.dll
Syntax
public class ExcelDrawing3D : XmlHelper

Properties

BottomBevel

The bevel on the top or front face of a shape

Declaration
public ExcelDrawing3DBevel BottomBevel { get; }
Property Value
Type Description
ExcelDrawing3DBevel

ContourColor

The color for the contour on a shape

Declaration
public ExcelDrawingColorManager ContourColor { get; }
Property Value
Type Description
ExcelDrawingColorManager

ContourWidth

The height of the extrusion

Declaration
public double ContourWidth { get; set; }
Property Value
Type Description
System.Double

ExtrusionColor

The color of the extrusion applied to a shape

Declaration
public ExcelDrawingColorManager ExtrusionColor { get; }
Property Value
Type Description
ExcelDrawingColorManager

ExtrusionHeight

The height of the extrusion

Declaration
public double ExtrusionHeight { get; set; }
Property Value
Type Description
System.Double

MaterialType

The surface appearance of a shape

Declaration
public ePresetMaterialType MaterialType { get; set; }
Property Value
Type Description
ePresetMaterialType

Scene

Defines scene-level 3D properties to apply to an object

Declaration
public ExcelDrawingScene3D Scene { get; }
Property Value
Type Description
ExcelDrawingScene3D

ShapeDepthZCoordinate

The z coordinate for the 3D shape

Declaration
public double? ShapeDepthZCoordinate { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

TopBevel

The bevel on the top or front face of a shape

Declaration
public ExcelDrawing3DBevel TopBevel { get; }
Property Value
Type Description
ExcelDrawing3DBevel

Methods

Delete()

Remove all 3D settings

Declaration
public void Delete()
Back to top Generated by DocFX