LibreOffice
LibreOffice 7.3 SDK API Reference
BaseFrameProperties.idl
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#ifndef __com_sun_star_text_BaseFrameProperties_idl__
20#define __com_sun_star_text_BaseFrameProperties_idl__
21
32#include <com/sun/star/drawing/TextVerticalAdjust.hpp>
34
35module com { module sun { module star { module text {
36
40published service BaseFrameProperties
41{
46
52 [property] short AnchorPageNo;
58
62
73 [property] string BackGraphicURL;
74
77 [property] string BackGraphicFilter;
78
82
88
94
100
106
109 [property] long BorderDistance;
110
113 [property] long LeftBorderDistance;
114
117 [property] long RightBorderDistance;
118
121 [property] long TopBorderDistance;
122
125 [property] long BottomBorderDistance;
126
129 [property] boolean BackTransparent;
130
131
134 [property] boolean ContentProtected;
137 [property] long LeftMargin;
138
141 [property] long RightMargin;
142
143
146 [property] long TopMargin;
147
150 [property] long BottomMargin;
151
155 [property] long Height;
156
160 [property] long Width;
164 [property] short RelativeHeight;
165
169 [property] short RelativeWidth;
172 [property] boolean IsSyncWidthToHeight;
175 [property] boolean IsSyncHeightToWidth;
180 [property] short HoriOrient;
184 [property] long HoriOrientPosition;
185
191 [property] short HoriOrientRelation;
192
197 [property] short VertOrient;
198
204 [property] long VertOrientPosition;
205
206
211 [property] short VertOrientRelation;
212
215 [property] string HyperLinkURL;
216
219 [property] string HyperLinkTarget;
220
223 [property] string HyperLinkName;
224
227 [property] boolean Opaque;
228
231 [property] boolean PageToggle;
232
235 [property] boolean PositionProtected;
236
239 [property] boolean Print;
240
244
247 [property] boolean ServerMap;
248
255
258 [property] boolean SizeProtected;
264
268 [property] boolean SurroundAnchorOnly;
269
279 [optional, property] short WrapInfluenceOnPosition;
280
290 [optional, property, maybevoid] com::sun::star::awt::Size LayoutSize;
291
299 [optional, property] string Title;
300
309 [optional, property] string Description;
328 [optional, property] string FillGradientName;
329
337 [optional, property] short ShadowTransparence;
338
347 [optional, property] sequence<com::sun::star::beans::PropertyValue> FrameInteropGrabBag;
348
355 [optional, property] short RelativeHeightRelation;
356
363 [optional, property] short RelativeWidthRelation;
364
370
374 [optional, property] boolean AllowOverlap;
375};
376
377
378}; }; }; };
379
380#endif
381
382/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
This interface acts as a container for the loaded graphic.
Definition: XGraphic.idl:44
provides access to the Text of a TextFrame.
Definition: XTextFrame.idl:33
FillStyle
specifies how an area will be filled.
Definition: FillStyle.idl:29
GraphicLocation
These enumeration values are used to specify the location of a graphic object within its surroundings...
Definition: GraphicLocation.idl:30
WrapTextMode
enumeration values specify the text wrap around objects in a text.
Definition: WrapTextMode.idl:29
long Color
describes an RGB color value with an optional alpha channel.
Definition: Color.idl:36
Definition: Ambiguous.idl:22
specifies the properties that are provided by all text frames, graphic objects, embedded objects and ...
Definition: BaseFrameProperties.idl:41
short VertOrient
determines the vertical orientation of the object.
Definition: BaseFrameProperties.idl:197
short RelativeWidth
contains the relative width of the object.
Definition: BaseFrameProperties.idl:169
com::sun::star::awt::Size Size
contains the size of the object.
Definition: BaseFrameProperties.idl:254
long RightMargin
contains the right margin of the object.
Definition: BaseFrameProperties.idl:141
com::sun::star::table::BorderLine TopBorder
contains the top border of the object.
Definition: BaseFrameProperties.idl:99
string FillGradientName
If the property FillStyle is set to FillStyle::GRADIENT, this is the name of the gradient used.
Definition: BaseFrameProperties.idl:328
long Width
contains the width of the object (1/100 mm).
Definition: BaseFrameProperties.idl:160
com::sun::star::style::GraphicLocation BackGraphicLocation
determines the position of the background graphic.
Definition: BaseFrameProperties.idl:81
boolean Print
determines if the object is included in printing.
Definition: BaseFrameProperties.idl:239
long TopBorderDistance
contains the distance from the top border to the object.
Definition: BaseFrameProperties.idl:121
boolean PositionProtected
determines if the position is protected.
Definition: BaseFrameProperties.idl:235
sequence< com::sun::star::beans::PropertyValue > FrameInteropGrabBag
Grab bag of frame properties, used as a string-any map for interim interop purposes.
Definition: BaseFrameProperties.idl:347
string HyperLinkTarget
contains the name of the target for a hyperlink that is set at the object.
Definition: BaseFrameProperties.idl:219
string Description
contains description for the object
Definition: BaseFrameProperties.idl:309
boolean ServerMap
determines if the object gets an image map from a server.
Definition: BaseFrameProperties.idl:247
short ShadowTransparence
This defines the degree of transparence of the shadow in percent.
Definition: BaseFrameProperties.idl:337
com::sun::star::table::ShadowFormat ShadowFormat
contains the type of the shadow of the object.
Definition: BaseFrameProperties.idl:243
com::sun::star::awt::Gradient FillGradient
If the property FillStyle is set to FillStyle::GRADIENT, this describes the gradient used.
Definition: BaseFrameProperties.idl:322
short HoriOrientRelation
determines the environment of the object to which the orientation is related.
Definition: BaseFrameProperties.idl:191
com::sun::star::text::XTextFrame AnchorFrame
contains the text frame the current frame is anchored to.
Definition: BaseFrameProperties.idl:57
com::sun::star::table::BorderLine RightBorder
contains the right border of the object.
Definition: BaseFrameProperties.idl:93
com::sun::star::drawing::FillStyle FillStyle
This enumeration selects the style the area will be filled with.
Definition: BaseFrameProperties.idl:316
com::sun::star::util::Color BackColor
contains the color of the background of the object.
Definition: BaseFrameProperties.idl:61
short WrapInfluenceOnPosition
determines the influence of the text wrap on the positioning of the shape
Definition: BaseFrameProperties.idl:279
com::sun::star::graphic::XGraphic BackGraphic
contains the graphic for the background.
Definition: BaseFrameProperties.idl:369
string HyperLinkName
contains the name of the hyperlink that is set at the object.
Definition: BaseFrameProperties.idl:223
string BackGraphicURL
contains the URL for the background graphic.
Definition: BaseFrameProperties.idl:73
long HoriOrientPosition
contains the horizontal position of the object (1/100 mm).
Definition: BaseFrameProperties.idl:184
long TopMargin
contains the top margin of the object.
Definition: BaseFrameProperties.idl:146
com::sun::star::table::BorderLine BottomBorder
contains the bottom border of the object.
Definition: BaseFrameProperties.idl:105
long BottomMargin
contains the bottom margin of the object.
Definition: BaseFrameProperties.idl:150
long VertOrientPosition
contains the vertical position of the object (1/100 mm).
Definition: BaseFrameProperties.idl:204
boolean Opaque
determines if the object is opaque or transparent for text.
Definition: BaseFrameProperties.idl:227
short RelativeHeight
contains the relative height of the object.
Definition: BaseFrameProperties.idl:164
short AnchorPageNo
contains the number of the page where the objects are anchored.
Definition: BaseFrameProperties.idl:45
long BorderDistance
contains the distance from the border to the object.
Definition: BaseFrameProperties.idl:109
long LeftBorderDistance
contains the distance from the left border to the object.
Definition: BaseFrameProperties.idl:113
string Title
contains short title for the object
Definition: BaseFrameProperties.idl:299
boolean SurroundAnchorOnly
determines if the text of the paragraph in which the object is anchored, wraps around the object.
Definition: BaseFrameProperties.idl:268
long LeftMargin
contains the left margin of the object.
Definition: BaseFrameProperties.idl:137
boolean PageToggle
determines if the object is mirrored on even pages.
Definition: BaseFrameProperties.idl:231
com::sun::star::awt::Size LayoutSize
returns the actual size of the object.
Definition: BaseFrameProperties.idl:290
com::sun::star::text::WrapTextMode Surround
determines the type of the surrounding text.
Definition: BaseFrameProperties.idl:263
boolean AllowOverlap
This defines if the frame is allowed to overlap with other anchored objects.
Definition: BaseFrameProperties.idl:374
short VertOrientRelation
determines the environment of the object to which the orientation is related.
Definition: BaseFrameProperties.idl:211
string BackGraphicFilter
contains the name of the file filter for the background graphic.
Definition: BaseFrameProperties.idl:77
short RelativeWidthRelation
contains the relation of the relative width of the object.
Definition: BaseFrameProperties.idl:363
long Height
contains the height of the object (1/100 mm).
Definition: BaseFrameProperties.idl:155
boolean IsSyncHeightToWidth
determines whether the height follows the width.
Definition: BaseFrameProperties.idl:175
short HoriOrient
determines the horizontal orientation of the object.
Definition: BaseFrameProperties.idl:180
boolean BackTransparent
If TRUE, the "BackColor" is ignored.
Definition: BaseFrameProperties.idl:129
string HyperLinkURL
contains the URL of a hyperlink that is set at the object.
Definition: BaseFrameProperties.idl:215
boolean SizeProtected
determines if the size is protected.
Definition: BaseFrameProperties.idl:258
long RightBorderDistance
contains the distance from the right border to the object.
Definition: BaseFrameProperties.idl:117
short RelativeHeightRelation
contains the relation of the relative height of the object.
Definition: BaseFrameProperties.idl:355
boolean IsSyncWidthToHeight
determines whether the width follows the height.
Definition: BaseFrameProperties.idl:172
boolean ContentProtected
determines if the content is protected.
Definition: BaseFrameProperties.idl:134
com::sun::star::table::BorderLine LeftBorder
contains the left border of the object.
Definition: BaseFrameProperties.idl:87
long BottomBorderDistance
contains the distance from the bottom border to the object.
Definition: BaseFrameProperties.idl:125
A component that supports this service preserves XML attributes, unknown by its parser,...
Definition: UserDefinedAttributesSupplier.idl:33
Describes a gradient between two colors.
Definition: Gradient.idl:36
specifies the 2-dimensional size of an area using width and height.
Definition: Size.idl:30
describes the line type for a single cell edge.
Definition: BorderLine.idl:32
describes the settings of a cell shadow.
Definition: ShadowFormat.idl:33