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