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

Packages that use AbstractEscherOptRecord
org.apache.poi.ddf This package contains classes for decoding the Microsoft Office Drawing format otherwise known as escher henceforth known in POI as the Dreadful Drawing Format. 
org.apache.poi.hslf.usermodel   
 

Uses of AbstractEscherOptRecord in org.apache.poi.ddf
 

Subclasses of AbstractEscherOptRecord in org.apache.poi.ddf
 class EscherOptRecord
          The opt record is used to store property values for a shape.
 class EscherTertiaryOptRecord
          "The OfficeArtTertiaryFOPT record specifies a table of OfficeArtRGFOPTE properties, as defined in section 2.3.1." -- [MS-ODRAW] -- v20110608; Office Drawing Binary File Format
 

Uses of AbstractEscherOptRecord in org.apache.poi.hslf.usermodel
 

Methods in org.apache.poi.hslf.usermodel that return AbstractEscherOptRecord
 AbstractEscherOptRecord HSLFShape.getEscherOptRecord()
           
 

Methods in org.apache.poi.hslf.usermodel with parameters of type AbstractEscherOptRecord
static
<T extends EscherProperty>
T
HSLFShape.getEscherProperty(AbstractEscherOptRecord opt, int propId)
          Returns escher property by id.
static void HSLFShape.setEscherProperty(AbstractEscherOptRecord opt, short propId, int value)
          Set an escher property for this shape.
 



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