|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.presentation.shapestyleex
public class shapestyleex
represent shape's style reference.
constructor summary | |
---|---|
shapestyleex()
|
|
shapestyleex(islidecomponent parent)
|
method summary | |
---|---|
colorformat |
geteffectcolor()
gets a shape's effect color. |
long |
geteffectstyleindex()
gets shape's effect column index in a style matrix. |
colorformat |
getfillcolor()
gets a shape's fill color. |
short |
getfillstyleindex()
gets shape's fill column index in style matrices. |
fontcollectionindex |
getfontcollectionindex()
gets shape's font index in a font collection. |
colorformat |
getfontcolor()
gets a shape's font color. |
colorformat |
getlinecolor()
gets a shape's outline color. |
int |
getlinestyleindex()
gets ine's column index in a style matrix. |
presentation |
getpresentation()
returns the parent presentation of a shape style. |
activeslide |
getslide()
gets the parent slide of a shape style. |
void |
seteffectstyleindex(long value)
sets shape's effect column index in a style matrix. |
void |
setfillstyleindex(short value)
sets shape's fill column index in style matrices. |
void |
setfontcollectionindex(fontcollectionindex value)
sets shape's font index in a font collection. |
void |
setlinestyleindex(int value)
sets line's column index in a style matrix. |
constructor detail |
---|
public shapestyleex()
public shapestyleex(islidecomponent parent)
method detail |
---|
public colorformat getlinecolor()
public int getlinestyleindex()
public void setlinestyleindex(int value)
public colorformat getfillcolor()
public short getfillstyleindex()
public void setfillstyleindex(short value)
public colorformat geteffectcolor()
public long geteffectstyleindex()
public void seteffectstyleindex(long value)
public colorformat getfontcolor()
public fontcollectionindex getfontcollectionindex()
public void setfontcollectionindex(fontcollectionindex value)
public activeslide getslide()
getslide
in interface islidecomponent
java.lang.exception
public presentation getpresentation()
getpresentation
in interface iactivepresentation
java.lang.exception
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |