Skip to content

Commit

Permalink
Fixed Page break added after large dynamic text within a table on PDF
Browse files Browse the repository at this point in the history
53266
  • Loading branch information
yuchen committed Apr 2, 2013
1 parent cf052b0 commit 2257c41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ protected AbstractArea createNewArea( ContainerArea parent,
{
area = new BlockContainerArea( parent, context, content );
}
if ( context.isFixedLayout( ) )
if ( context.isFixedLayout( ) && context.getEngineTaskType( ) == IEngineTask.TASK_RUN )
{
area.setPageBreakInside( IStyle.AVOID_VALUE );
}
Expand Down

0 comments on commit 2257c41

Please sign in to comment.