Text3DFlatText Class
Indicates that text should not follow a 3D shape or perspective transformation, but instead be rendered flat.
Declaration
public class Text3DFlatText extends Text3DSettings
Inherited Members
com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Inheritance
Object
JavaObject
OfficeObject
Text3DSettings
Text3DFlatText
Text3DFlatText()
Initializes a new instance of the Text3DFlatText class.
Declaration
public Text3DFlatText()
Methods
deepClone() Method
Returns a deep copy of this Text3DFlatText instance.
Declaration
public Text3DFlatText deepClone()
Returns
| Type | Description |
|---|---|
Text3DFlatText |
A deep copy of this |
getShapeDepth() Method
Returns the depth of the 3D flat text effect. This setting controls how “deep” the flat text appears in 3D space, affecting its visual extrusion or thickness.
Declaration
public long getShapeDepth()
Returns
| Type | Description |
|---|---|
| long | The depth of the 3D flat text effect. |
setShapeDepth(long value) Method
Sets the depth of the 3D flat text effect. This setting controls how “deep” the flat text appears in 3D space, affecting its visual extrusion or thickness.
Declaration
public void setShapeDepth(long value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | long | The depth of the 3D flat text effect. |