ThreeDFormat

Overview

ThreeDFormat is a class in Aspose.Slides FOSS for Python. Inherits from: PVIObject, ISlideComponent, IPresentationComponent.

Represents 3-D properties.

Properties: as_i_presentation_component, bevel_bottom, bevel_top, camera, contour_color, contour_width, and 7 more.

Properties

NameTypeAccessDescription
contour_widthfloatRead/WriteReturns or sets the width of a 3D contour.
extrusion_heightfloatRead/WriteReturns or sets the height of an extrusion effect.
depthfloatRead/WriteReturns or sets the depth of a 3D shape.
bevel_topIShapeBevelReadReturns or sets the type of a top 3D bevel.
bevel_bottomIShapeBevelReadReturns or sets the type of a bottom 3D bevel.
contour_colorIColorFormatReadReturns or sets the color of a contour.
extrusion_colorIColorFormatReadReturns or sets the color of an extrusion.
cameraICameraReadReturns or sets the settings of a camera.
light_rigILightRigReadReturns or sets the type of a light.
materialMaterialPresetTypeRead/WriteReturns or sets the type of a material.
as_i_presentation_componentIPresentationComponentReadAllows to get base IPresentationComponent interface.
slideIBaseSlideReadGets the slide.
presentationIPresentationReadGets the presentation.

See Also