Uses of Class
org.apache.poi.ddf.EscherColorRef.SysIndexSource

Packages that use EscherColorRef.SysIndexSource
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. 
 

Uses of EscherColorRef.SysIndexSource in org.apache.poi.ddf
 

Methods in org.apache.poi.ddf that return EscherColorRef.SysIndexSource
 EscherColorRef.SysIndexSource EscherColorRef.getSysIndexSource()
           
static EscherColorRef.SysIndexSource EscherColorRef.SysIndexSource.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EscherColorRef.SysIndexSource[] EscherColorRef.SysIndexSource.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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