com.aspose.diagram

  • java.lang.Object
public class Txt 
extends FormatTxt

Text of the shape

Constructor Summary
Txt(java.lang.Stringvalue)
Constructor
 
Property Getters/Setters Summary
java.lang.StringgetText()
void
setText(java.lang.Stringvalue)
           Contains the text of a shape.
java.lang.StringgetValue()
Value
 

    • Constructor Detail

      • Txt

        public Txt(java.lang.String value)
        Constructor
        Parameters:
        value - Text of the shape.
    • Property Getters/Setters Detail

      • getValue

        public java.lang.String getValue()
        
        Value
      • getText/setText

        public java.lang.String getText() / public void setText(java.lang.String value)
        
        Contains the text of a shape.