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. 
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
 

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 AbstractShape.addStandardOptions(HSSFShape shape, EscherOptRecord opt)
          Deprecated. Add standard properties to the opt record.
protected  int CommentShape.addStandardOptions(HSSFShape shape, EscherOptRecord opt)
          Deprecated. Sets standard escher options for a comment.
 

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

Methods in org.apache.poi.hssf.usermodel that return EscherOptRecord
protected  EscherOptRecord HSSFShape.getOptRecord()
           
 



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