|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteStyleFamilies
This class represents all the style families of Lotus Symphony.
Access
To get the style family of a document, use the StyleFamilies property in the SymphonyDocument class.
Method Summary | |
---|---|
IRemoteSymphonyApplication |
getApplication()
This property represents the Lotus Symphony application. |
IRemoteStyleFamily |
getStyleFamily(java.lang.String paramString)
This method returns a style family according to a name. |
Method Detail |
---|
IRemoteSymphonyApplication getApplication() throws RemoteEclipseAPIException
RemoteEclipseAPIException
IRemoteStyleFamily getStyleFamily(java.lang.String paramString) throws RemoteEclipseAPIException
familyName
- Specifies the name of style family. The name of the family is a constant and can be one of these values:Constant | Value | Description |
---|---|---|
Constant.PARAGRAPH_STYLES | "ParagraphStyles" | specifies the paragraph styles, can be used only in document. |
Constant.TEXT_STYLES | "CharacterStyles" | specifies the text styles, can be used only in document. |
Constant.NUMBERING_STYLES | "NumberingStyles" | specifies the numbering styles, can be used only in document. |
Constant.CELL_STYLES | "CellStyles" | specifies the cell styles, can be used only in spreadsheet. |
Constant.PAGE_STYLES | "PageStyles" | specifies the page styles, can be used only in spreadsheet. |
Constant.GRAPHIC_STYLES | "graphics" | specifies the graphic styles, can be used only in presentation. |
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |