java.lang.Objectcom.aspose.cells.ThreeDFormat
public class ThreeDFormat
Property Getters/Setters Summary | ||
---|---|---|
double | getBottomBevelHeight() | |
void | setBottomBevelHeight(double value) | |
Gets and sets the height of the bottom bevel, or how far into the shape it is applied. In unit of Points. | ||
int | getBottomBevelType() | |
void | setBottomBevelType(int value) | |
Gets and sets the type of the bottom bevel, or how far into the shape it is applied. In unit of Points. The value of the property is BevelType integer constant. | ||
double | getBottomBevelWidth() | |
void | setBottomBevelWidth(double value) | |
Gets and sets the width of the bottom bevel, or how far into the shape it is applied. In unit of Points. | ||
CellsColor | getContourColor() | |
void | setContourColor(CellsColor value) | |
Gets and sets the contour color on a shape. | ||
double | getContourWidth() | |
void | setContourWidth(double value) | |
Gets and sets the contour width on the shape, in unit of points. | ||
CellsColor | getExtrusionColor() | |
void | setExtrusionColor(CellsColor value) | |
Gets the extrusion color on a shape. | ||
double | getExtrusionHeight() | |
void | setExtrusionHeight(double value) | |
Gets and sets the extrusion height of the applied to the shape,in unit of points. | ||
double | getLightAngle() | |
void | setLightAngle(double value) | |
Gets and sets the angle of the extrusion lights. | ||
int | getLighting() | |
void | setLighting(int value) | |
Gets and sets type of light rig. The value of the property is LightRigType integer constant. | ||
int | getLightingDirection() | |
void | setLightingDirection(int value) | |
Gets and sets the direction from which the light rig is oriented in relation to the scene. The value of the property is LightRigDirectionType integer constant. | ||
int | getMaterial() | |
void | setMaterial(int value) | |
Represents the preset material which is combined with the lighting properties to give the final look and feel of a shape. The value of the property is PresetMaterialType integer constant. | ||
double | getPerspective() | |
void | setPerspective(double value) | |
Gets and sets the angle at which a ThreeDFormat object can be viewed. | ||
int | getPresetCameraType() | |
void | setPresetCameraType(int value) | |
Gets and sets the extrusion preset camer. The value of the property is PresetCameraType integer constant. | ||
double | getRotationX() | |
void | setRotationX(double value) | |
Gets and sets the rotation of the extruded shape around the x-axis in degrees. | ||
double | getRotationY() | |
void | setRotationY(double value) | |
Gets and sets the rotation of the extruded shape around the y-axis in degrees. | ||
double | getRotationZ() | |
void | setRotationZ(double value) | |
Gets and sets the rotation of the extruded shape around the z-axis in degrees. | ||
double | getTopBevelHeight() | |
void | setTopBevelHeight(double value) | |
Gets and sets the height of the top bevel, or how far into the shape it is applied. In unit of Points. | ||
int | getTopBevelType() | |
void | setTopBevelType(int value) | |
Gets and sets the type of the top bevel, or how far into the shape it is applied. In unit of Points. The value of the property is BevelType integer constant. | ||
double | getTopBevelWidth() | |
void | setTopBevelWidth(double value) | |
Gets and sets the width of the top bevel, or how far into the shape it is applied. In unit of Points. | ||
double | getZ() | |
void | setZ(double value) | |
Defines the distance from ground for the 3D shape. |
Method Summary | ||
---|---|---|
boolean | equals(java.lang.Object obj) | |
Property Getters/Setters Detail |
---|
getBottomBevelWidth/setBottomBevelWidth | |
public double getBottomBevelWidth() / public void setBottomBevelWidth(double value) |
getBottomBevelHeight/setBottomBevelHeight | |
public double getBottomBevelHeight() / public void setBottomBevelHeight(double value) |
getBottomBevelType/setBottomBevelType | |
public int getBottomBevelType() / public void setBottomBevelType(int value) |
getTopBevelWidth/setTopBevelWidth | |
public double getTopBevelWidth() / public void setTopBevelWidth(double value) |
getTopBevelHeight/setTopBevelHeight | |
public double getTopBevelHeight() / public void setTopBevelHeight(double value) |
getTopBevelType/setTopBevelType | |
public int getTopBevelType() / public void setTopBevelType(int value) |
getMaterial/setMaterial | |
public int getMaterial() / public void setMaterial(int value) |
getContourColor/setContourColor | |
public CellsColor getContourColor() / public void setContourColor(CellsColor value) |
getContourWidth/setContourWidth | |
public double getContourWidth() / public void setContourWidth(double value) |
getExtrusionColor/setExtrusionColor | |
public CellsColor getExtrusionColor() / public void setExtrusionColor(CellsColor value) |
getExtrusionHeight/setExtrusionHeight | |
public double getExtrusionHeight() / public void setExtrusionHeight(double value) |
getZ/setZ | |
public double getZ() / public void setZ(double value) |
getLightAngle/setLightAngle | |
public double getLightAngle() / public void setLightAngle(double value) |
getLighting/setLighting | |
public int getLighting() / public void setLighting(int value) |
getLightingDirection/setLightingDirection | |
public int getLightingDirection() / public void setLightingDirection(int value) |
getPerspective/setPerspective | |
public double getPerspective() / public void setPerspective(double value) |
getRotationX/setRotationX | |
public double getRotationX() / public void setRotationX(double value) |
getRotationY/setRotationY | |
public double getRotationY() / public void setRotationY(double value) |
getRotationZ/setRotationZ | |
public double getRotationZ() / public void setRotationZ(double value) |
getPresetCameraType/setPresetCameraType | |
public int getPresetCameraType() / public void setPresetCameraType(int value) |
Method Detail |
---|
equals | |
public boolean equals(java.lang.Object obj) |
obj
-