|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteStyleFamily
This class represents a style family.
Access
To get a style family, use the getStyleFamily method in StyleFamilies class.
Method Summary | |
---|---|
IRemoteSymphonyApplication |
getApplication()
This property represents the Lotus Symphony application. |
int |
getCount()
This property returns the number of styles that contained in the style family. |
java.lang.String[] |
getStyleNames()
This property returns the all the style names in the style family. |
boolean |
hasStyle(java.lang.String style)
This method returns whether the specified style is contained in the style family. |
Method Detail |
---|
IRemoteSymphonyApplication getApplication() throws RemoteEclipseAPIException
RemoteEclipseAPIException
int getCount() throws RemoteEclipseAPIException
RemoteEclipseAPIException
java.lang.String[] getStyleNames() throws RemoteEclipseAPIException
RemoteEclipseAPIException
boolean hasStyle(java.lang.String style) throws RemoteEclipseAPIException
style
- Specifies the style name.
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |