Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » ddf » [javadoc | source]
org.apache.poi.ddf
public class: EscherSplitMenuColorsRecord [javadoc | source]
java.lang.Object
   org.apache.poi.ddf.EscherRecord
      org.apache.poi.ddf.EscherSplitMenuColorsRecord
A list of the most recently used colours for the drawings contained in this document.
Field Summary
public static final  short RECORD_ID     
public static final  String RECORD_DESCRIPTION     
Method from org.apache.poi.ddf.EscherSplitMenuColorsRecord Summary:
fillFields,   getColor1,   getColor2,   getColor3,   getColor4,   getRecordId,   getRecordName,   getRecordSize,   serialize,   setColor1,   setColor2,   setColor3,   setColor4,   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.EscherSplitMenuColorsRecord Detail:
 public int fillFields(byte[] data,
    int offset,
    EscherRecordFactory recordFactory) 
    This method deserializes the record from a byte array.
 public int getColor1() 
 public int getColor2() 
 public int getColor3() 
 public int getColor4() 
 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 serialize(int offset,
    byte[] data,
    EscherSerializationListener listener) 
    This method serializes this escher record into a byte array.
 public  void setColor1(int field_1_color1) 
 public  void setColor2(int field_2_color2) 
 public  void setColor3(int field_3_color3) 
 public  void setColor4(int field_4_color4) 
 public String toString()