Uses of Class
org.apache.poi.ddf.EscherOptRecord

Packages that use EscherOptRecord
org.apache.poi.hslf.model   
org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. 
 

Uses of EscherOptRecord in org.apache.poi.hslf.model
 

Methods in org.apache.poi.hslf.model with parameters of type EscherOptRecord
static EscherProperty Shape.getEscherProperty(EscherOptRecord opt, int propId)
          Returns escher property by id.
static void Shape.setEscherProperty(EscherOptRecord opt, short propId, int value)
          Set an escher property for this shape.
 

Uses of EscherOptRecord in org.apache.poi.hssf.model
 

Methods in org.apache.poi.hssf.model with parameters of type EscherOptRecord
protected  int CommentShape.addStandardOptions(HSSFShape shape, EscherOptRecord opt)
          Sets standard escher options for a comment.
protected  int AbstractShape.addStandardOptions(HSSFShape shape, EscherOptRecord opt)
          Add standard properties to the opt record.
 



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