TextTemplate.Word.Word C# (CSharp) Method

Word() public method

public Word ( ) : System
return System
        public Word()
        {
            IsEditable = false;
            _text = "";
            Placeholder = "";
        }

Same methods

Word::Word ( bool editable, string text, TextTemplate tt ) : System