|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.presentation.pptobject
com.spire.presentation.drawing.colorscheme
public class colorscheme
represents a color scheme, which is a set of eight colors used for the different elements of a slide, notes page, or handout, such as the title or background.
constructor summary | |
---|---|
colorscheme(iactivepresentation parent)
|
method summary | |
---|---|
colorformat |
getaccent1()
first accent color in the scheme. |
colorformat |
getaccent2()
second accent color in the scheme. |
colorformat |
getaccent3()
third accent color in the scheme. |
colorformat |
getaccent4()
fourth accent color in the scheme. |
colorformat |
getaccent5()
fifth accent color in the scheme. |
colorformat |
getaccent6()
sixth accent color in the scheme. |
colorformat |
getbycolorschemeindex(colorschemeindex index)
gets the element at the specified index. |
colorformat |
getdark1()
first dark color in the scheme. |
colorformat |
getdark2()
second dark color in the scheme. |
colorformat |
getfollowedhyperlink()
color for the visited hyperlinks. |
colorformat |
gethyperlinkcolor()
color for the hyperlinks. |
colorformat |
getlight1()
first light color in the scheme. |
colorformat |
getlight2()
second light color in the scheme. |
methods inherited from class com.spire.presentation.pptobject |
---|
checkdisposed, getparent |
methods inherited from interface com.spire.presentation.islidecomponent |
---|
getslide |
methods inherited from interface com.spire.presentation.iactivepresentation |
---|
getpresentation |
constructor detail |
---|
public colorscheme(iactivepresentation parent)
method detail |
---|
public colorformat getbycolorschemeindex(colorschemeindex index)
index
-
public colorformat getdark1()
public colorformat getlight1()
public colorformat getdark2()
public colorformat getlight2()
public colorformat getaccent1()
public colorformat getaccent2()
public colorformat getaccent3()
public colorformat getaccent4()
public colorformat getaccent5()
public colorformat getaccent6()
public colorformat gethyperlinkcolor()
public colorformat getfollowedhyperlink()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |