DataDictionary.Generated.Paragraph.setText C# (CSharp) Method

setText() public method

public setText ( string v ) : void
v string
return void
        public void setText( string  v)
        {
            aText = v;
              __setDirty(true);
              NotifyControllers(null);
        }