diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-07-02 15:14:07 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-07-02 15:42:46 +0200 |
commit | dba6a280968eb7ecca2f74d343ca8fccde1560bc (patch) | |
tree | ad06a4a728c9d726e1b44e4983cd49ce9b9a027c /offapi | |
parent | 4e06bafe801223de132ca043a3f2e0baaf803ed4 (diff) |
sw: initial HeaderTextFirst / FooterTextFirst
The header/footer text for the first page can now be written (document
model ready), but layout doesn't take it into account yet. Also,
SwDoc::ChgPageDesc() has some copy&paste, will fix that soon.
Change-Id: Ic28659f028e7db4aa1b6eefc76a4e672127e2c98
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/text/TextPageStyle.idl | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/offapi/com/sun/star/text/TextPageStyle.idl b/offapi/com/sun/star/text/TextPageStyle.idl index cd98587fe106..d05c3f3111af 100644 --- a/offapi/com/sun/star/text/TextPageStyle.idl +++ b/offapi/com/sun/star/text/TextPageStyle.idl @@ -98,6 +98,16 @@ published service TextPageStyle //------------------------------------------------------------------------- + /** contains the interface to the text of the header of first pages. + + @see com::sun::star::text::Text + + @since LibreOffice 3.7 + */ + [optional, property] com::sun::star::text::XText HeaderTextFirst; + + //------------------------------------------------------------------------- + /** contains the interface to the text of the footer. @see com::sun::star::text::Text @@ -122,6 +132,16 @@ published service TextPageStyle //------------------------------------------------------------------------- + /** contains the interface to the text of the footer of a first page. + + @see com::sun::star::text::Text + + @since LibreOffice 3.7 + */ + [optional, property] com::sun::star::text::XText FooterTextFirst; + + //------------------------------------------------------------------------- + /** contains the maximum height of the footnote area (in 1/100 mm). <p>If set to zero, the height of the current page is used as limit.</p> |