コード例 #1
0
 public Layout.PDFLayoutBlock CloseCurrentBlockAndStartNewInRegion(Layout.PDFLayoutBlock blockToClose, Layout.PDFLayoutRegion joinToRegion)
 {
     return(_parent.CloseCurrentBlockAndStartNewInRegion(blockToClose, joinToRegion));
 }
コード例 #2
0
 public bool MoveToNextPage(IPDFComponent initiator, Style initiatorStyle, Stack <Layout.PDFLayoutBlock> depth, ref Layout.PDFLayoutRegion region, ref Layout.PDFLayoutBlock block)
 {
     return(this._parent.MoveToNextPage(initiator, initiatorStyle, depth, ref region, ref block));
 }