iTextSharp.text.Anchor.Anchor C# (CSharp) Метод

Anchor() публичный Метод

Constructs an Anchor with a certain string.
public Anchor ( string str ) : System
str string a string
Результат System
        public Anchor(string str)
            : base(str)
        {
        }

Same methods

Anchor::Anchor ( ) : System
Anchor::Anchor ( Chunk chunk ) : System
Anchor::Anchor ( Phrase phrase ) : System
Anchor::Anchor ( float leading ) : System
Anchor::Anchor ( float leading, Chunk chunk ) : System
Anchor::Anchor ( float leading, string str ) : System
Anchor::Anchor ( float leading, string str, Font font ) : System
Anchor::Anchor ( string str, Font font ) : System