com.aspose.diagram

  • java.lang.Object
    • com.aspose.diagram.Text
public class Text 
extends java.lang.Object

Contains the text of a shape.

Constructor Summary
Text()
Constructor.
 
Property Getters/Setters Summary
FormatTxtCollectiongetValue()
FormatTxt collection which contains the text of a shape.
 
Method Summary
java.lang.ObjectdeepClone()
Creates deep copy of this instance.
 

    • Constructor Detail

      • Text

        public Text()
        Constructor.
    • Property Getters/Setters Detail

      • getValue

        public FormatTxtCollection getValue()
        
        FormatTxt collection which contains the text of a shape.
    • Method Detail

      • deepClone

        public java.lang.Object deepClone()
                        throws java.lang.Exception
        Creates deep copy of this instance.
        Returns: