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

Chunk() статический приватный Метод

static private Chunk ( ) : System
Результат System
        static Chunk()
        {
            NEXTPAGE.SetNewPage();
        }

Same methods

Chunk::Chunk ( Chunk ck ) : System
Chunk::Chunk ( IDrawInterface separator ) : System
Chunk::Chunk ( IDrawInterface separator, bool vertical ) : System
Chunk::Chunk ( IDrawInterface separator, float tabPosition ) : System
Chunk::Chunk ( IDrawInterface separator, float tabPosition, bool newline ) : System
Chunk::Chunk ( Image image, float offsetX, float offsetY ) : System
Chunk::Chunk ( Image image, float offsetX, float offsetY, bool changeLeading ) : System
Chunk::Chunk ( char c ) : System
Chunk::Chunk ( char c, Font font ) : System
Chunk::Chunk ( string content ) : System
Chunk::Chunk ( string content, Font font ) : System