ThreeDFormat

Inheritance: java.lang.Object

public class ThreeDFormat

Represents a shape’s three-dimensional formatting.

Methods

MethodDescription
equals(Object obj)
getBevelBottomHeight()Specifies the height of the bottom bevel on a 3D shape.
getBevelBottomType()Specifies the preset bevel type for the bottom bevel on a 3D shape
getBevelBottomWidth()Specifies the width of the bottom bevel on a 3D shape.
getBevelContourColor()Specifies the color of the outline on a 3D shape
getBevelContourSize()Specifies the thickness of the outline on a 3D shape
getBevelDepthColor()Specifies the extrusion color on a 3D shape
getBevelDepthSize()Specifies the extrusion depth on a 3D shape
getBevelLightingAngle()Specifies the direction for lighting on a 3D shape.
getBevelLightingType()Specifies the preset type of lighting on a 3D shape
getBevelMaterialType()Specifies the preset surface appearance on a 3D shape
getBevelTopHeight()Specifies the height of the top bevel on a 3D shape
getBevelTopType()Specifies the preset bevel type for the top bevel on a 3D shape
getBevelTopWidth()Specifies the width of the top bevel on a 3D shape.
getClass()
getDistanceFromGround()Specifies the distance that a shape with 3D rotation properties
getKeepTextFlat()Specifies whether 3D rotation properties apply to the text of a shape
getPerspective()Specifies the angle of view for a shape with 3D rotation properties
getRotationType()Specifies the type of projection of the effect properties of a shape.
getRotationXAngle()Specifies the counterclockwise rotation angle of a shape around the y-axis.
getRotationYAngle()Specifies the counterclockwise rotation angle of a shape around the x-axis
getRotationZAngle()Specifies the counterclockwise rotation angle of a shape around the z-axis.
hashCode()
notify()
notifyAll()
setBevelBottomHeight(DoubleValue value)For the description of this property, please see getBevelBottomHeight()
setBevelBottomType(BevelType value)For the description of this property, please see getBevelBottomType()
setBevelBottomWidth(DoubleValue value)For the description of this property, please see getBevelBottomWidth()
setBevelContourColor(ColorValue value)For the description of this property, please see getBevelContourColor()
setBevelContourSize(DoubleValue value)For the description of this property, please see getBevelContourSize()
setBevelDepthColor(ColorValue value)For the description of this property, please see getBevelDepthColor()
setBevelDepthSize(DoubleValue value)For the description of this property, please see getBevelDepthSize()
setBevelLightingAngle(DoubleValue value)For the description of this property, please see getBevelLightingAngle()
setBevelLightingType(BevelLightingType value)For the description of this property, please see getBevelLightingType()
setBevelMaterialType(BevelMaterialType value)For the description of this property, please see getBevelMaterialType()
setBevelTopHeight(DoubleValue value)For the description of this property, please see getBevelTopHeight()
setBevelTopType(BevelType value)For the description of this property, please see getBevelTopType()
setBevelTopWidth(DoubleValue value)For the description of this property, please see getBevelTopWidth()
setDistanceFromGround(DoubleValue value)For the description of this property, please see getDistanceFromGround()
setKeepTextFlat(BoolValue value)For the description of this property, please see getKeepTextFlat()
setPerspective(DoubleValue value)For the description of this property, please see getPerspective()
setRotationType(RotationType value)For the description of this property, please see getRotationType()
setRotationXAngle(DoubleValue value)For the description of this property, please see getRotationXAngle()
setRotationYAngle(DoubleValue value)For the description of this property, please see getRotationYAngle()
setRotationZAngle(DoubleValue value)For the description of this property, please see getRotationZAngle()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object obj)

public boolean equals(Object obj)

Parameters:

ParameterTypeDescription
objjava.lang.Object

Returns: boolean -

getBevelBottomHeight()

public DoubleValue getBevelBottomHeight()

Specifies the height of the bottom bevel on a 3D shape.

Returns: DoubleValue

getBevelBottomType()

public BevelType getBevelBottomType()

Specifies the preset bevel type for the bottom bevel on a 3D shape

Returns: BevelType

getBevelBottomWidth()

public DoubleValue getBevelBottomWidth()

Specifies the width of the bottom bevel on a 3D shape.

Returns: DoubleValue

getBevelContourColor()

public ColorValue getBevelContourColor()

Specifies the color of the outline on a 3D shape

Returns: ColorValue

getBevelContourSize()

public DoubleValue getBevelContourSize()

Specifies the thickness of the outline on a 3D shape

Returns: DoubleValue

getBevelDepthColor()

public ColorValue getBevelDepthColor()

Specifies the extrusion color on a 3D shape

Returns: ColorValue

getBevelDepthSize()

public DoubleValue getBevelDepthSize()

Specifies the extrusion depth on a 3D shape

Returns: DoubleValue

getBevelLightingAngle()

public DoubleValue getBevelLightingAngle()

Specifies the direction for lighting on a 3D shape.

Returns: DoubleValue

getBevelLightingType()

public BevelLightingType getBevelLightingType()

Specifies the preset type of lighting on a 3D shape

Returns: BevelLightingType

getBevelMaterialType()

public BevelMaterialType getBevelMaterialType()

Specifies the preset surface appearance on a 3D shape

Returns: BevelMaterialType

getBevelTopHeight()

public DoubleValue getBevelTopHeight()

Specifies the height of the top bevel on a 3D shape

Returns: DoubleValue

getBevelTopType()

public BevelType getBevelTopType()

Specifies the preset bevel type for the top bevel on a 3D shape

Returns: BevelType

getBevelTopWidth()

public DoubleValue getBevelTopWidth()

Specifies the width of the top bevel on a 3D shape.

Returns: DoubleValue

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDistanceFromGround()

public DoubleValue getDistanceFromGround()

Specifies the distance that a shape with 3D rotation properties

Returns: DoubleValue

getKeepTextFlat()

public BoolValue getKeepTextFlat()

Specifies whether 3D rotation properties apply to the text of a shape

Returns: BoolValue

getPerspective()

public DoubleValue getPerspective()

Specifies the angle of view for a shape with 3D rotation properties

Returns: DoubleValue

getRotationType()

public RotationType getRotationType()

Specifies the type of projection of the effect properties of a shape.

Returns: RotationType

getRotationXAngle()

public DoubleValue getRotationXAngle()

Specifies the counterclockwise rotation angle of a shape around the y-axis.

Returns: DoubleValue

getRotationYAngle()

public DoubleValue getRotationYAngle()

Specifies the counterclockwise rotation angle of a shape around the x-axis

Returns: DoubleValue

getRotationZAngle()

public DoubleValue getRotationZAngle()

Specifies the counterclockwise rotation angle of a shape around the z-axis.

Returns: DoubleValue

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setBevelBottomHeight(DoubleValue value)

public void setBevelBottomHeight(DoubleValue value)

For the description of this property, please see getBevelBottomHeight()

Parameters:

ParameterTypeDescription
valueDoubleValue

setBevelBottomType(BevelType value)

public void setBevelBottomType(BevelType value)

For the description of this property, please see getBevelBottomType()

Parameters:

ParameterTypeDescription
valueBevelType

setBevelBottomWidth(DoubleValue value)

public void setBevelBottomWidth(DoubleValue value)

For the description of this property, please see getBevelBottomWidth()

Parameters:

ParameterTypeDescription
valueDoubleValue

setBevelContourColor(ColorValue value)

public void setBevelContourColor(ColorValue value)

For the description of this property, please see getBevelContourColor()

Parameters:

ParameterTypeDescription
valueColorValue

setBevelContourSize(DoubleValue value)

public void setBevelContourSize(DoubleValue value)

For the description of this property, please see getBevelContourSize()

Parameters:

ParameterTypeDescription
valueDoubleValue

setBevelDepthColor(ColorValue value)

public void setBevelDepthColor(ColorValue value)

For the description of this property, please see getBevelDepthColor()

Parameters:

ParameterTypeDescription
valueColorValue

setBevelDepthSize(DoubleValue value)

public void setBevelDepthSize(DoubleValue value)

For the description of this property, please see getBevelDepthSize()

Parameters:

ParameterTypeDescription
valueDoubleValue

setBevelLightingAngle(DoubleValue value)

public void setBevelLightingAngle(DoubleValue value)

For the description of this property, please see getBevelLightingAngle()

Parameters:

ParameterTypeDescription
valueDoubleValue

setBevelLightingType(BevelLightingType value)

public void setBevelLightingType(BevelLightingType value)

For the description of this property, please see getBevelLightingType()

Parameters:

ParameterTypeDescription
valueBevelLightingType

setBevelMaterialType(BevelMaterialType value)

public void setBevelMaterialType(BevelMaterialType value)

For the description of this property, please see getBevelMaterialType()

Parameters:

ParameterTypeDescription
valueBevelMaterialType

setBevelTopHeight(DoubleValue value)

public void setBevelTopHeight(DoubleValue value)

For the description of this property, please see getBevelTopHeight()

Parameters:

ParameterTypeDescription
valueDoubleValue

setBevelTopType(BevelType value)

public void setBevelTopType(BevelType value)

For the description of this property, please see getBevelTopType()

Parameters:

ParameterTypeDescription
valueBevelType

setBevelTopWidth(DoubleValue value)

public void setBevelTopWidth(DoubleValue value)

For the description of this property, please see getBevelTopWidth()

Parameters:

ParameterTypeDescription
valueDoubleValue

setDistanceFromGround(DoubleValue value)

public void setDistanceFromGround(DoubleValue value)

For the description of this property, please see getDistanceFromGround()

Parameters:

ParameterTypeDescription
valueDoubleValue

setKeepTextFlat(BoolValue value)

public void setKeepTextFlat(BoolValue value)

For the description of this property, please see getKeepTextFlat()

Parameters:

ParameterTypeDescription
valueBoolValue

setPerspective(DoubleValue value)

public void setPerspective(DoubleValue value)

For the description of this property, please see getPerspective()

Parameters:

ParameterTypeDescription
valueDoubleValue

setRotationType(RotationType value)

public void setRotationType(RotationType value)

For the description of this property, please see getRotationType()

Parameters:

ParameterTypeDescription
valueRotationType

setRotationXAngle(DoubleValue value)

public void setRotationXAngle(DoubleValue value)

For the description of this property, please see getRotationXAngle()

Parameters:

ParameterTypeDescription
valueDoubleValue

setRotationYAngle(DoubleValue value)

public void setRotationYAngle(DoubleValue value)

For the description of this property, please see getRotationYAngle()

Parameters:

ParameterTypeDescription
valueDoubleValue

setRotationZAngle(DoubleValue value)

public void setRotationZAngle(DoubleValue value)

For the description of this property, please see getRotationZAngle()

Parameters:

ParameterTypeDescription
valueDoubleValue

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int