java.lang.Object
com.aspose.diagram.ThreeDFormat
public class ThreeDFormat
| Property Getters/Setters Summary | ||
|---|---|---|
DoubleValue | getBevelBottomHeight() | |
void | setBevelBottomHeight(DoubleValue) | |
| Specifies the height of the bottom bevel on a 3D shape. | ||
BevelType | getBevelBottomType() | |
void | setBevelBottomType(BevelType) | |
| Specifies the preset bevel type for the bottom bevel on a 3D shape | ||
DoubleValue | getBevelBottomWidth() | |
void | setBevelBottomWidth(DoubleValue) | |
| Specifies the width of the bottom bevel on a 3D shape. | ||
ColorValue | getBevelContourColor() | |
void | setBevelContourColor(ColorValue) | |
| Specifies the color of the outline on a 3D shape | ||
DoubleValue | getBevelContourSize() | |
void | setBevelContourSize(DoubleValue) | |
| Specifies the thickness of the outline on a 3D shape | ||
ColorValue | getBevelDepthColor() | |
void | setBevelDepthColor(ColorValue) | |
| Specifies the extrusion color on a 3D shape | ||
DoubleValue | getBevelDepthSize() | |
void | setBevelDepthSize(DoubleValue) | |
| Specifies the extrusion depth on a 3D shape | ||
DoubleValue | getBevelLightingAngle() | |
void | setBevelLightingAngle(DoubleValue) | |
| Specifies the direction for lighting on a 3D shape. | ||
BevelLightingType | getBevelLightingType() | |
void | setBevelLightingType(BevelLightingType) | |
| Specifies the preset type of lighting on a 3D shape | ||
BevelMaterialType | getBevelMaterialType() | |
void | setBevelMaterialType(BevelMaterialType) | |
| Specifies the preset surface appearance on a 3D shape | ||
DoubleValue | getBevelTopHeight() | |
void | setBevelTopHeight(DoubleValue) | |
| Specifies the height of the top bevel on a 3D shape | ||
BevelType | getBevelTopType() | |
void | setBevelTopType(BevelType) | |
| Specifies the preset bevel type for the top bevel on a 3D shape | ||
DoubleValue | getBevelTopWidth() | |
void | setBevelTopWidth(DoubleValue) | |
| Specifies the width of the top bevel on a 3D shape. | ||
DoubleValue | getDistanceFromGround() | |
void | setDistanceFromGround(DoubleValue) | |
| Specifies the distance that a shape with 3D rotation properties | ||
BoolValue | getKeepTextFlat() | |
void | setKeepTextFlat(BoolValue) | |
| Specifies whether 3D rotation properties apply to the text of a shape | ||
DoubleValue | getPerspective() | |
void | setPerspective(DoubleValue) | |
| Specifies the angle of view for a shape with 3D rotation properties | ||
RotationType | getRotationType() | |
void | setRotationType(RotationType) | |
| Specifies the type of projection of the effect properties of a shape. | ||
DoubleValue | getRotationXAngle() | |
void | setRotationXAngle(DoubleValue) | |
| Specifies the counterclockwise rotation angle of a shape around the y-axis. | ||
DoubleValue | getRotationYAngle() | |
void | setRotationYAngle(DoubleValue) | |
| Specifies the counterclockwise rotation angle of a shape around the x-axis | ||
DoubleValue | getRotationZAngle() | |
void | setRotationZAngle(DoubleValue) | |
| Specifies the counterclockwise rotation angle of a shape around the z-axis. | ||
| Method Summary | ||
|---|---|---|
boolean | equals(java.lang.Object obj) | |
| Property Getters/Setters Detail |
|---|
getBevelBottomHeight/setBevelBottomHeight | |
public DoubleValue getBevelBottomHeight() / public void setBevelBottomHeight(DoubleValue value) | |
getBevelBottomType/setBevelBottomType | |
public BevelType getBevelBottomType() / public void setBevelBottomType(BevelType value) | |
getBevelBottomWidth/setBevelBottomWidth | |
public DoubleValue getBevelBottomWidth() / public void setBevelBottomWidth(DoubleValue value) | |
getBevelContourColor/setBevelContourColor | |
public ColorValue getBevelContourColor() / public void setBevelContourColor(ColorValue value) | |
getBevelContourSize/setBevelContourSize | |
public DoubleValue getBevelContourSize() / public void setBevelContourSize(DoubleValue value) | |
getBevelDepthColor/setBevelDepthColor | |
public ColorValue getBevelDepthColor() / public void setBevelDepthColor(ColorValue value) | |
getBevelDepthSize/setBevelDepthSize | |
public DoubleValue getBevelDepthSize() / public void setBevelDepthSize(DoubleValue value) | |
getBevelLightingAngle/setBevelLightingAngle | |
public DoubleValue getBevelLightingAngle() / public void setBevelLightingAngle(DoubleValue value) | |
getBevelLightingType/setBevelLightingType | |
public BevelLightingType getBevelLightingType() / public void setBevelLightingType(BevelLightingType value) | |
getBevelMaterialType/setBevelMaterialType | |
public BevelMaterialType getBevelMaterialType() / public void setBevelMaterialType(BevelMaterialType value) | |
getBevelTopHeight/setBevelTopHeight | |
public DoubleValue getBevelTopHeight() / public void setBevelTopHeight(DoubleValue value) | |
getBevelTopWidth/setBevelTopWidth | |
public DoubleValue getBevelTopWidth() / public void setBevelTopWidth(DoubleValue value) | |
getBevelTopType/setBevelTopType | |
public BevelType getBevelTopType() / public void setBevelTopType(BevelType value) | |
getDistanceFromGround/setDistanceFromGround | |
public DoubleValue getDistanceFromGround() / public void setDistanceFromGround(DoubleValue value) | |
getPerspective/setPerspective | |
public DoubleValue getPerspective() / public void setPerspective(DoubleValue value) | |
getRotationType/setRotationType | |
public RotationType getRotationType() / public void setRotationType(RotationType value) | |
getRotationXAngle/setRotationXAngle | |
public DoubleValue getRotationXAngle() / public void setRotationXAngle(DoubleValue value) | |
getRotationYAngle/setRotationYAngle | |
public DoubleValue getRotationYAngle() / public void setRotationYAngle(DoubleValue value) | |
getRotationZAngle/setRotationZAngle | |
public DoubleValue getRotationZAngle() / public void setRotationZAngle(DoubleValue value) | |
getKeepTextFlat/setKeepTextFlat | |
public BoolValue getKeepTextFlat() / public void setKeepTextFlat(BoolValue value) | |
| Method Detail |
|---|
equals | |
public boolean equals(java.lang.Object obj) | |
obj -