:: com :: sun :: star :: document ::

service HeaderFooterSettings
Description
describes properties that control the formatting of headers and footers for documents that do not allow individual settings for individual parts like pages or slides.

Exported Interfaces - Summary
::com::sun::star::beans::XPropertySet

gives access to the properties implemented by this service.

Properties' Summary
boolean
IsPrintPageName
[ OPTIONAL ]
enables or disables the printing of the page name in the header or footer  
boolean
IsPrintDate
[ OPTIONAL ]
enables or disables the printing of the date in the header or footer  
boolean
IsPrintTime
[ OPTIONAL ]
enables or disables the printinge of the current time in the header or footer  
Exported Interfaces - Details
::com::sun::star::beans::XPropertySet
Description
gives access to the properties implemented by this service.
Properties' Details
IsPrintPageName
boolean IsPrintPageName;
Usage Restrictions
optional
Description
enables or disables the printing of the page name in the header or footer
IsPrintDate
boolean IsPrintDate;
Usage Restrictions
optional
Description
enables or disables the printing of the date in the header or footer
IsPrintTime
boolean IsPrintTime;
Usage Restrictions
optional
Description
enables or disables the printinge of the current time in the header or footer

 
Top of Page