|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemotePageStyle
This class represents a page style of a document.
Access
To get the default page style of a document, use the Standard property in the PageStyles class.
Usage
PageStyle provides access to the header and footer of a document.
Method Summary | |
---|---|
IRemoteTextHeaderFooter |
getFooter()
This property returns a TextHeaderFooter object which represents the footer of a document. |
IRemoteTextHeaderFooter |
getHeader()
This property returns a TextHeaderFooter object which represents the header of a document. |
boolean |
isFooterEnable()
This property enables or disables the document footer. |
boolean |
isHeaderEnable()
This property enables or disables the document header. |
void |
setFooterEnable(boolean enabled)
This property enables or disables the document footer. |
void |
setHeaderEnable(boolean enabled)
This property enables or disables the document header. |
Method Detail |
---|
IRemoteTextHeaderFooter getHeader() throws RemoteEclipseAPIException
RemoteEclipseAPIException
IRemoteTextHeaderFooter getFooter() throws RemoteEclipseAPIException
RemoteEclipseAPIException
boolean isHeaderEnable() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setHeaderEnable(boolean enabled) throws RemoteEclipseAPIException
enabled
- new state
RemoteEclipseAPIException
boolean isFooterEnable() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setFooterEnable(boolean enabled) throws RemoteEclipseAPIException
enabled
- new state
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |