org.apache.poi.hwpf.usermodel
Class DropCapSpecifier

java.lang.Object
  extended by org.apache.poi.hwpf.usermodel.DropCapSpecifier

public class DropCapSpecifier
extends java.lang.Object

This data structure is used by a paragraph to determine how it should drop its first letter. I think its the visual effect that will show a giant first letter to a paragraph. I've seen this used in the first paragraph of a book

Author:
Ryan Ackley

Constructor Summary
DropCapSpecifier(byte[] buf, int offset)
           
DropCapSpecifier(short info)
           
 
Method Summary
 short toShort()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DropCapSpecifier

public DropCapSpecifier(byte[] buf,
                        int offset)

DropCapSpecifier

public DropCapSpecifier(short info)
Method Detail

toShort

public short toShort()


Copyright 2008 The Apache Software Foundation or its licensors, as applicable.