iTextSharp.text.Phrase.AddSpecial C# (CSharp) Method

AddSpecial() public method

Adds a Object to the Paragraph.
public AddSpecial ( Object obj ) : void
obj Object the object to add.
return void
        public void AddSpecial(Object obj) {
            base.Add(obj);
        }