diff options
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/style/PageProperties.idl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/offapi/com/sun/star/style/PageProperties.idl b/offapi/com/sun/star/style/PageProperties.idl index b0da2518bf6b..ebd7b4957041 100644 --- a/offapi/com/sun/star/style/PageProperties.idl +++ b/offapi/com/sun/star/style/PageProperties.idl @@ -258,6 +258,12 @@ published service PageProperties */ [property, maybevoid] boolean HeaderIsShared; //----------------------------------------------------------------------------- +/** determines if the header content on the first page and remaining pages is the same. + + @since LibreOffice 3.7 + */ +[optional, property, maybevoid] boolean HeaderIsSharedFirst; +//----------------------------------------------------------------------------- /** contains the height of the header. */ [property, maybevoid] long HeaderHeight; @@ -364,6 +370,12 @@ published service PageProperties */ [property, maybevoid] boolean FooterIsShared; //----------------------------------------------------------------------------- +/** determines if the footer content on the first page and remaining pages is the same. + + @since LibreOffice 3.7 + */ +[optional, property, maybevoid] boolean FooterIsSharedFirst; +//----------------------------------------------------------------------------- /** determines the height of the footer. */ [property, maybevoid] long FooterHeight; |