소스 검색

Added warning for unimplemented feature

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@263923 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-0_90-alpha1
Andreas L. Delmelle 19 년 전
부모
커밋
6f9112e7c8
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      src/java/org/apache/fop/fo/flow/Table.java

+ 3
- 0
src/java/org/apache/fop/fo/flow/Table.java 파일 보기

@@ -141,6 +141,9 @@ public class Table extends FObj {
getLogger().warn("The collapsing border model on an fo:table "
+ "is currently not supported by FOP");
}
if( tableLayout == EN_AUTO ) {
getLogger().warn("table-layout=\"auto\" is currently not supported by FOP");
}
}

/**

Loading…
취소
저장