com.aspose.slides
Class RecolorTable

java.lang.Object
  extended by com.aspose.slides.RecolorTable

public class RecolorTable
extends java.lang.Object

Represents a recolor table for a picture frames with metafile.


Method Summary
 com.aspose.ms.System.Collections.Hashtable getFillColors()
           Returns the hashtable with fill colors.
 com.aspose.ms.System.Collections.Hashtable getGlobalColors()
           Returns the hashtable with global colors.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getGlobalColors

public com.aspose.ms.System.Collections.Hashtable getGlobalColors()

Returns the hashtable with global colors. Read-only Hashtable.


getFillColors

public com.aspose.ms.System.Collections.Hashtable getFillColors()

Returns the hashtable with fill colors. Read-only Hashtable.