mirror of https://github.com/apache/poi.git
fixed unmappable characters for ASCII
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1006161 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6ac11ae86c
commit
cdfa9574bd
|
@ -118,7 +118,7 @@ public final class BorderCode implements Cloneable {
|
|||
* <li>23 dash dot stroked
|
||||
* <li>24 emboss 3D
|
||||
* <li>25 engrave 3D
|
||||
* <li>codes 64 – 230 represent border art types and are used only for page borders
|
||||
* <li>codes 64 - 230 represent border art types and are used only for page borders
|
||||
*/
|
||||
public int getBorderType() {
|
||||
return _brcType.getShortValue(_info);
|
||||
|
@ -184,7 +184,7 @@ public final class BorderCode implements Cloneable {
|
|||
}
|
||||
|
||||
/**
|
||||
* Don‘t reverse the border.
|
||||
* Don't reverse the border.
|
||||
*/
|
||||
public boolean isFrame() {
|
||||
return _fFrame.getValue(_info2) != 0;
|
||||
|
|
Loading…
Reference in New Issue