Class TextProperties
java.lang.Object
com.independentsoft.office.diagrams.TextProperties
The Class TextProperties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the no text in3 d scene.Gets the shape3 d.voidsetNoTextIn3DScene(Unit noTextIn3DScene)Sets the no text in3 d scene.voidsetShape3D(Shape3D shape3D)Sets the shape3 d.toString()
-
Constructor Details
-
TextProperties
public TextProperties()Instantiates a new text properties.
-
-
Method Details
-
clone
-
toString
-
getShape3D
Gets the shape3 d.- Returns:
- the shape3 d
-
setShape3D
Sets the shape3 d.- Parameters:
shape3D- the new shape3 d
-
getNoTextIn3DScene
Gets the no text in3 d scene.- Returns:
- the no text in3 d scene
-
setNoTextIn3DScene
Sets the no text in3 d scene.- Parameters:
noTextIn3DScene- the new no text in3 d scene
-