Itenso.Rtf.Interpreter.RtfUserPropertyBuilder.CreateProperty C# (CSharp) Method

CreateProperty() public method

public CreateProperty ( ) : IRtfDocumentProperty
return IRtfDocumentProperty
        public IRtfDocumentProperty CreateProperty()
        {
            return new RtfDocumentProperty( propertyTypeCode, propertyName, staticValue, linkValue );
        }