/************************************************************** * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. * *************************************************************/ #ifndef __com_sun_star_text_PageFootnoteInfo_idl__ #define __com_sun_star_text_PageFootnoteInfo_idl__ #ifndef __com_sun_star_text_HorizontalAdjust_idl__ #include #endif //============================================================================= module com { module sun { module star { module text { //============================================================================= // DocMerge from xml: service com::sun::star::text::PageFootnoteInfo /** specifies the properties of the footnote area of a page or a page style. */ published service PageFootnoteInfo { //------------------------------------------------------------------------- // DocMerge from xml: property com::sun::star::text::PageFootnoteInfo::FootnoteHeight /** contains the maximum height of the footnote section.

If 0, the maximum is the height of the page.

*/ [property] long FootnoteHeight; //------------------------------------------------------------------------- // DocMerge from xml: property com::sun::star::text::PageFootnoteInfo::FootnoteSeparatorLineWidth /** contains the relative width of the footnote separator line. */ [property] long FootnoteSeparatorLineWidth; //------------------------------------------------------------------------- // DocMerge from xml: property com::sun::star::text::PageFootnoteInfo::FootnoteTopDistance /** contains the distance between the text and footnote section. */ [property] long FootnoteTopDistance; //------------------------------------------------------------------------- // DocMerge from xml: property com::sun::star::text::PageFootnoteInfo::FootnoteBottomDistance /** contains the distance between the separator line and the footnote section. */ [property] long FootnoteBottomDistance; //------------------------------------------------------------------------- // DocMerge from xml: property com::sun::star::text::PageFootnoteInfo::FootnoteSeparatorLineWidthPercent /** contains the relative width of the footnote separator line. */ [property] short FootnoteSeparatorLineWidthPercent; //------------------------------------------------------------------------- // DocMerge from xml: property com::sun::star::text::PageFootnoteInfo::FootnoteSeparatorLineAdjust /** contains the adjustment of the footnote separator line. */ [property] com::sun::star::text::HorizontalAdjust FootnoteSeparatorLineAdjust; //------------------------------------------------------------------------- // DocMerge from xml: property com::sun::star::text::PageFootnoteInfo::FootnoteSeparatorLinePenWidth /** contains the width of the pen for the footnote separator line. */ [property] short FootnoteSeparatorLinePenWidth; }; //============================================================================= }; }; }; }; #endif