Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » ddf » [javadoc | source]
org.apache.poi.ddf
public class: EscherSpRecord [javadoc | source]
java.lang.Object
   org.apache.poi.ddf.EscherRecord
      org.apache.poi.ddf.EscherSpRecord
Together the the EscherOptRecord this record defines some of the basic properties of a shape.
Field Summary
public static final  short RECORD_ID     
public static final  String RECORD_DESCRIPTION     
public static final  int FLAG_GROUP     
public static final  int FLAG_CHILD     
public static final  int FLAG_PATRIARCH     
public static final  int FLAG_DELETED     
public static final  int FLAG_OLESHAPE     
public static final  int FLAG_HAVEMASTER     
public static final  int FLAG_FLIPHORIZ     
public static final  int FLAG_FLIPVERT     
public static final  int FLAG_CONNECTOR     
public static final  int FLAG_HAVEANCHOR     
public static final  int FLAG_BACKGROUND     
public static final  int FLAG_HASSHAPETYPE     
Method from org.apache.poi.ddf.EscherSpRecord Summary:
fillFields,   getFlags,   getRecordId,   getRecordName,   getRecordSize,   getShapeId,   serialize,   setFlags,   setShapeId,   toString
Methods from org.apache.poi.ddf.EscherRecord:
clone,   display,   fillFields,   fillFields,   getChild,   getChildRecords,   getInstance,   getOptions,   getRecordId,   getRecordName,   getRecordSize,   isContainerRecord,   readHeader,   serialize,   serialize,   serialize,   setChildRecords,   setOptions,   setRecordId
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.poi.ddf.EscherSpRecord Detail:
 public int fillFields(byte[] data,
    int offset,
    EscherRecordFactory recordFactory) 
    This method deserializes the record from a byte array.
 public int getFlags() 
    The flags that apply to this shape.
 public short getRecordId() 
 public String getRecordName() 
    The short name for this record
 public int getRecordSize() 
    Returns the number of bytes that are required to serialize this record.
 public int getShapeId() 
 public int serialize(int offset,
    byte[] data,
    EscherSerializationListener listener) 
    This method serializes this escher record into a byte array.
 public  void setFlags(int field_2_flags) 
    The flags that apply to this shape.
 public  void setShapeId(int field_1_shapeId) 
    Sets a number that identifies this shape.
 public String toString()