@ -607,6 +607,8 @@ public class RepeatAndFreezeSettingPane extends BasicPane {
attribute . setUsePageFrozenRow ( this . usePageHeadFrozenRCheckBox . isSelected ( ) | | this . usePageFootFrozenRCheckBox . isSelected ( ) ) ;
attribute . setUsePageFrozenRow ( this . usePageHeadFrozenRCheckBox . isSelected ( ) | | this . usePageFootFrozenRCheckBox . isSelected ( ) ) ;
attribute . setUsePageFootFrozen ( this . usePageFootFrozenRCheckBox . isSelected ( ) | | this . usePageFootFrozenCCheckBox . isSelected ( ) ) ;
attribute . setUsePageFootFrozen ( this . usePageFootFrozenRCheckBox . isSelected ( ) | | this . usePageFootFrozenCCheckBox . isSelected ( ) ) ;
attribute . setUsePageFootRowFrozen ( this . usePageFootFrozenRCheckBox . isSelected ( ) ) ;
}
}
private int valid ( UICheckBox checkBox , int num ) {
private int valid ( UICheckBox checkBox , int num ) {
@ -626,6 +628,8 @@ public class RepeatAndFreezeSettingPane extends BasicPane {
attribute . setUsePageFrozenColumn ( this . usePageHeadFrozenCCheckBox . isSelected ( ) | | this . usePageFootFrozenCCheckBox . isSelected ( ) ) ;
attribute . setUsePageFrozenColumn ( this . usePageHeadFrozenCCheckBox . isSelected ( ) | | this . usePageFootFrozenCCheckBox . isSelected ( ) ) ;
attribute . setUsePageFootFrozen ( this . usePageFootFrozenRCheckBox . isSelected ( ) | | this . usePageFootFrozenCCheckBox . isSelected ( ) ) ;
attribute . setUsePageFootFrozen ( this . usePageFootFrozenRCheckBox . isSelected ( ) | | this . usePageFootFrozenCCheckBox . isSelected ( ) ) ;
attribute . setUsePageFootColFrozen ( this . usePageFootFrozenCCheckBox . isSelected ( ) ) ;
}
}
/ * *
/ * *