This class specifies the 3D shape properties for a chart element or shape. More...
Inherits Object.
Public Member Functions | |
| virtual intrusive_ptr< Aspose::Cells::Drawing::IBevel > | GetTopIBevel ()=0 |
Gets the
object that holds the properties associated with defining a bevel on the top or front face of a shape. More... | |
| virtual bool | HasTopBevelData ()=0 |
| Indicates if the shape has top bevel data. More... | |
| virtual Aspose::Cells::Drawing::PresetMaterialType | GetSurfaceMaterialType ()=0 |
| Gets the material type which is combined with the lighting properties to give the final look and feel of a shape. Default value is PresetMaterialType.WarmMatte. More... | |
| virtual void | SetSurfaceMaterialType (Aspose::Cells::Drawing::PresetMaterialType value)=0 |
| Sets the material type which is combined with the lighting properties to give the final look and feel of a shape. Default value is PresetMaterialType.WarmMatte. More... | |
| virtual Aspose::Cells::Drawing::LightRigType | GetSurfaceLightingType ()=0 |
| Gets the lighting type which is to be applied to the scene of the shape. Default value is LightRigType.ThreePoint. More... | |
| virtual void | SetSurfaceLightingType (Aspose::Cells::Drawing::LightRigType value)=0 |
| Sets the lighting type which is to be applied to the scene of the shape. Default value is LightRigType.ThreePoint. More... | |
| virtual Aspose::Cells::Systems::Double | GetLightingAngle ()=0 |
| Gets the lighting angle. Range from 0 to 359.9 degrees. More... | |
| virtual void | SetLightingAngle (Aspose::Cells::Systems::Double value)=0 |
| Sets the lighting angle. Range from 0 to 359.9 degrees. More... | |
This class specifies the 3D shape properties for a chart element or shape.
|
pure virtual |
Gets the lighting angle. Range from 0 to 359.9 degrees.
|
pure virtual |
Gets the lighting type which is to be applied to the scene of the shape. Default value is LightRigType.ThreePoint.
|
pure virtual |
Gets the material type which is combined with the lighting properties to give the final look and feel of a shape. Default value is PresetMaterialType.WarmMatte.
|
pure virtual |
Gets the
object that holds the properties associated with defining a bevel on the top or front face of a shape.
|
pure virtual |
Indicates if the shape has top bevel data.
|
pure virtual |
Sets the lighting angle. Range from 0 to 359.9 degrees.
|
pure virtual |
Sets the lighting type which is to be applied to the scene of the shape. Default value is LightRigType.ThreePoint.
|
pure virtual |
Sets the material type which is combined with the lighting properties to give the final look and feel of a shape. Default value is PresetMaterialType.WarmMatte.