:: 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
::com::sun::star::beans::XPropertySet
Description
gives access to the properties implemented by this service.
Properties' Summary
IsPrintPageName [ OPTIONAL ]
enables or disables the printing of the page name in the header or footer
IsPrintDate [ OPTIONAL ]
enables or disables the printing of the date in the header or footer
IsPrintTime [ OPTIONAL ]
enables or disables the printinge of the current time in the header or footer
Properties' Details
IsPrintPageName
boolean IsPrintPageName;
[ OPTIONAL ]
Description
enables or disables the printing of the page name in the header or footer
IsPrintDate
boolean IsPrintDate;
[ OPTIONAL ]
Description
enables or disables the printing of the date in the header or footer
IsPrintTime
boolean IsPrintTime;
[ OPTIONAL ]
Description
enables or disables the printinge of the current time in the header or footer

 
Top of Page