Uses of Class
loci.poi.ddf.EscherOptRecord
-
Packages that use EscherOptRecord Package Description loci.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. -
-
Uses of EscherOptRecord in loci.poi.hssf.model
Methods in loci.poi.hssf.model with parameters of type EscherOptRecord Modifier and Type Method Description protected int
AbstractShape. addStandardOptions(HSSFShape shape, EscherOptRecord opt)
Add standard properties to the opt record.protected int
CommentShape. addStandardOptions(HSSFShape shape, EscherOptRecord opt)
Sets standard escher options for a comment.
-