Width = document.RightMargin - document.LeftMargin; // Cell placeholder Cell cell = new Cell ( new Paragraph ( "Some Text" ) ); table.AddCell ( cell ); cell ...
確定! 回上一頁