LibreOffice
LibreOffice 24.8 SDK API Reference
Loading...
Searching...
No Matches
FillProperties.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
20
21module com { module sun { module star { module drawing {
22
23
26published service FillProperties
27{
30 [property] FillStyle FillStyle;
31
36
42 [property] short FillTransparence;
43
50
51
55
60 [property] string FillGradientName;
61
66
71 [property] string FillHatchName;
72
76 [optional, property] Hatch FillHatch;
77
81 [property] boolean FillBackground;
82
87 [property] string FillBitmapName;
88
93
105 [optional, property] string FillBitmapURL;
106
112
118
122 [property] short FillBitmapOffsetX;
123
127 [property] short FillBitmapOffsetY;
128
133
141 [property] boolean FillBitmapLogicalSize;
142
148 [property] long FillBitmapSizeX;
149
155 [property] long FillBitmapSizeY;
156
174
190 [optional, property] boolean FillBitmapStretch;
191
207 [optional, property] boolean FillBitmapTile;
208
218
224 [optional, property] boolean FillUseSlideBackground;
225
226};
227
228
229}; }; }; };
230
231/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
provides a bitmap in the Microsoft DIB format.
Definition XBitmap.idl:28
RectanglePoint
specifies one of nine points in a rectangle.
Definition RectanglePoint.idl:27
FillStyle
specifies how an area will be filled.
Definition FillStyle.idl:27
BitmapMode
The BitmapMode selects an algorithm for filling an area with a bitmap.
Definition BitmapMode.idl:29
long Color
describes an RGB color value with an optional alpha channel.
Definition Color.idl:34
Definition Ambiguous.idl:20
long FillBitmapSizeY
This is the height of the tile for filling.
Definition FillProperties.idl:155
string FillHatchName
If the property FillStyle is set to FillStyle::HATCH, this is the name of the used fill hatch style.
Definition FillProperties.idl:71
string FillGradientName
If the property FillStyle is set to FillStyle::GRADIENT, this is the name of the used fill gradient s...
Definition FillProperties.idl:60
short FillBitmapPositionOffsetY
This is the vertical offset where the tile starts.
Definition FillProperties.idl:117
com::sun::star::awt::Gradient FillGradient
If the property FillStyle is set to FillStyle::GRADIENT, this describes the gradient used.
Definition FillProperties.idl:65
string FillBitmapURL
If the property FillStyle is set to FillStyle::BITMAP, this is a URL to the bitmap used.
Definition FillProperties.idl:105
string FillBitmapName
If the property FillStyle is set to FillStyle::BITMAP, this is the name of the used fill bitmap style...
Definition FillProperties.idl:87
boolean FillUseSlideBackground
If this is TRUE, and FillStyle is FillStyle::NONE: The area displays the slide background.
Definition FillProperties.idl:224
long FillBitmapSizeX
This is the width of the tile for filling.
Definition FillProperties.idl:148
short FillTransparence
This is the transparence of the filled area.
Definition FillProperties.idl:42
com::sun::star::text::GraphicCrop GraphicCrop
contains the cropping of the object.
Definition FillProperties.idl:217
boolean FillBitmapLogicalSize
specifies if the size is given in percentage or as an absolute value.
Definition FillProperties.idl:141
boolean FillBackground
if this is TRUE, the transparent background of a hatch filled area is drawn in the current background...
Definition FillProperties.idl:81
com::sun::star::awt::Gradient FillTransparenceGradient
This describes the transparency of the fill area as a gradient.
Definition FillProperties.idl:54
FillStyle FillStyle
This enumeration selects the style the area will be filled with.
Definition FillProperties.idl:30
boolean FillBitmapTile
if set, the fill bitmap is repeated to fill the area of the shape.
Definition FillProperties.idl:207
com::sun::star::util::Color FillColor
If the property FillStyle is set to FillStyle::SOLID, this is the color used.
Definition FillProperties.idl:35
boolean FillBitmapStretch
if set, the fill bitmap is stretched to fill the area of the shape.
Definition FillProperties.idl:190
Hatch FillHatch
If the property FillStyle is set to FillStyle::HATCH, this describes the hatch used.
Definition FillProperties.idl:76
string FillTransparenceGradientName
If a gradient is used for transparency, this is the name of the used transparence gradient style or i...
Definition FillProperties.idl:49
short FillBitmapOffsetY
Every second row of tiles is moved the given percent of the height of the bitmap.
Definition FillProperties.idl:127
BitmapMode FillBitmapMode
this enum selects how an area is filled with a single bitmap.
Definition FillProperties.idl:173
com::sun::star::awt::XBitmap FillBitmap
If the property FillStyle is set to FillStyle::BITMAP, this is the bitmap used.
Definition FillProperties.idl:92
short FillBitmapPositionOffsetX
This is the horizontal offset where the tile starts.
Definition FillProperties.idl:111
short FillBitmapOffsetX
Every second line of tiles is moved the given percent of the width of the bitmap.
Definition FillProperties.idl:122
RectanglePoint FillBitmapRectanglePoint
The RectanglePoint specifies the position inside of the bitmap to use as the top left position for re...
Definition FillProperties.idl:132
Describes a gradient between two colors.
Definition Gradient.idl:30
This struct defines the appearance of a hatch.
Definition Hatch.idl:29
describes the cropping of graphic objects.
Definition GraphicCrop.idl:41