mirror of https://github.com/apache/poi.git
add public clone()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1144652 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fb9627b90c
commit
f68e539874
|
@ -28,7 +28,7 @@ import org.apache.poi.util.LittleEndian;
|
||||||
*
|
*
|
||||||
* @author Ryan Ackley
|
* @author Ryan Ackley
|
||||||
*/
|
*/
|
||||||
public final class DropCapSpecifier
|
public final class DropCapSpecifier implements Cloneable
|
||||||
{
|
{
|
||||||
private short _fdct;
|
private short _fdct;
|
||||||
private static BitField _lines = BitFieldFactory.getInstance( 0xf8 );
|
private static BitField _lines = BitFieldFactory.getInstance( 0xf8 );
|
||||||
|
|
Loading…
Reference in New Issue