colorscheme-ag凯发旗舰厅



com.spire.presentation.drawing
class colorscheme

java.lang.object
  extended by com.spire.presentation.pptobject
      extended by com.spire.presentation.drawing.colorscheme
all implemented interfaces:
iactivepresentation, islidecomponent

public class colorscheme
extends pptobject
implements islidecomponent

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

colorscheme

public colorscheme(iactivepresentation parent)
method detail

getbycolorschemeindex

public colorformat getbycolorschemeindex(colorschemeindex index)
gets the element at the specified index. read-only .
parameters:
index -
returns:

getdark1

public colorformat getdark1()
first dark color in the scheme. read-only .
returns:

getlight1

public colorformat getlight1()
first light color in the scheme. read-only .
returns:

getdark2

public colorformat getdark2()
second dark color in the scheme. read-only .
returns:

getlight2

public colorformat getlight2()
second light color in the scheme. read-only .
returns:

getaccent1

public colorformat getaccent1()
first accent color in the scheme. read-only .
returns:

getaccent2

public colorformat getaccent2()
second accent color in the scheme. read-only .
returns:

getaccent3

public colorformat getaccent3()
third accent color in the scheme. read-only .
returns:

getaccent4

public colorformat getaccent4()
fourth accent color in the scheme. read-only .
returns:

getaccent5

public colorformat getaccent5()
fifth accent color in the scheme. read-only .
returns:

getaccent6

public colorformat getaccent6()
sixth accent color in the scheme. read-only .
returns:

gethyperlinkcolor

public colorformat gethyperlinkcolor()
color for the hyperlinks. read-only .
returns:

getfollowedhyperlink

public colorformat getfollowedhyperlink()
color for the visited hyperlinks. read-only .
returns:


网站地图