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

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

public Anchor ( Phrase phrase ) : System
phrase Phrase
Результат System
        public Anchor(Phrase phrase)
            : base(phrase)
        {
            if (phrase is Anchor) {
                Anchor a = (Anchor) phrase;
                Name = a.name;
                Reference = a.reference;
            }
        }

Same methods

Anchor::Anchor ( ) : System
Anchor::Anchor ( Chunk chunk ) : 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 ) : System
Anchor::Anchor ( string str, Font font ) : System