com.mindoo.remote.api.symphony
Interface IRemoteStyleFamilies


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

getApplication

IRemoteSymphonyApplication getApplication()
                                          throws RemoteEclipseAPIException
This property represents the Lotus Symphony application.

Returns:
application
Throws:
RemoteEclipseAPIException

getStyleFamily

IRemoteStyleFamily getStyleFamily(java.lang.String paramString)
                                  throws RemoteEclipseAPIException
This method returns a style family according to a name.

Parameters:
familyName - Specifies the name of style family. The name of the family is a constant and can be one of these values:

ConstantValueDescription
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.
Returns:
A StyleFamily object that represents all the styles of the style family.
Throws:
RemoteEclipseAPIException