LibreOffice
LibreOffice 7.1 SDK API Reference
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#ifndef __com_sun_star_drawing_FillProperties_idl__
20#define __com_sun_star_drawing_FillProperties_idl__
21
30
31
32module com { module sun { module star { module drawing {
33
34
37published service FillProperties
38{
41 [property] FillStyle FillStyle;
42
47
53 [property] short FillTransparence;
54
61
62
66
71 [property] string FillGradientName;
72
77
82 [property] string FillHatchName;
83
87 [optional, property] Hatch FillHatch;
88
92 [property] boolean FillBackground;
93
98 [property] string FillBitmapName;
99
104
116 [optional, property] string FillBitmapURL;
117
123
129
133 [property] short FillBitmapOffsetX;
134
138 [property] short FillBitmapOffsetY;
139
144
152 [property] boolean FillBitmapLogicalSize;
153
159 [property] long FillBitmapSizeX;
160
166 [property] long FillBitmapSizeY;
167
185
201 [optional, property] boolean FillBitmapStretch;
202
218 [optional, property] boolean FillBitmapTile;
219
229
230};
231
232
233}; }; }; };
234
235#endif
236
237/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
provides a bitmap in the Microsoft DIB format.
Definition: XBitmap.idl:34
RectanglePoint
specifies one of nine points in a rectangle.
Definition: RectanglePoint.idl:29
FillStyle
specifies how an area will be filled.
Definition: FillStyle.idl:29
BitmapMode
The BitmapMode selects an algorithm for filling an area with a bitmap.
Definition: BitmapMode.idl:31
long Color
describes an RGB color value with an optional alpha channel.
Definition: Color.idl:36
Definition: Accessible.idl:22
This is a set of properties to describe the style for rendering an area.
Definition: FillProperties.idl:38
long FillBitmapSizeY
This is the height of the tile for filling.
Definition: FillProperties.idl:166
string FillHatchName
If the property FillStyle is set to FillStyle::HATCH, this is the name of the used fill hatch style.
Definition: FillProperties.idl:82
string FillGradientName
If the property FillStyle is set to FillStyle::GRADIENT, this is the name of the used fill gradient s...
Definition: FillProperties.idl:71
short FillBitmapPositionOffsetY
This is the vertical offset where the tile starts.
Definition: FillProperties.idl:128
com::sun::star::awt::Gradient FillGradient
If the property FillStyle is set to FillStyle::GRADIENT, this describes the gradient used.
Definition: FillProperties.idl:76
string FillBitmapURL
If the property FillStyle is set to FillStyle::BITMAP, this is a URL to the bitmap used.
Definition: FillProperties.idl:116
string FillBitmapName
If the property FillStyle is set to FillStyle::BITMAP, this is the name of the used fill bitmap style...
Definition: FillProperties.idl:98
long FillBitmapSizeX
This is the width of the tile for filling.
Definition: FillProperties.idl:159
short FillTransparence
This is the transparence of the filled area.
Definition: FillProperties.idl:53
com::sun::star::text::GraphicCrop GraphicCrop
contains the cropping of the object.
Definition: FillProperties.idl:228
boolean FillBitmapLogicalSize
specifies if the size is given in percentage or as an absolute value.
Definition: FillProperties.idl:152
boolean FillBackground
if this is TRUE, the transparent background of a hatch filled area is drawn in the current background...
Definition: FillProperties.idl:92
com::sun::star::awt::Gradient FillTransparenceGradient
This describes the transparency of the fill area as a gradient.
Definition: FillProperties.idl:65
FillStyle FillStyle
This enumeration selects the style the area will be filled with.
Definition: FillProperties.idl:41
boolean FillBitmapTile
if set, the fill bitmap is repeated to fill the area of the shape.
Definition: FillProperties.idl:218
com::sun::star::util::Color FillColor
If the property FillStyle is set to FillStyle::SOLID, this is the color used.
Definition: FillProperties.idl:46
boolean FillBitmapStretch
if set, the fill bitmap is stretched to fill the area of the shape.
Definition: FillProperties.idl:201
Hatch FillHatch
If the property FillStyle is set to FillStyle::HATCH, this describes the hatch used.
Definition: FillProperties.idl:87
string FillTransparenceGradientName
If a gradient is used for transparency, this is the name of the used transparence gradient style or i...
Definition: FillProperties.idl:60
short FillBitmapOffsetY
Every second row of tiles is moved the given percent of the height of the bitmap.
Definition: FillProperties.idl:138
BitmapMode FillBitmapMode
this enum selects how an area is filled with a single bitmap.
Definition: FillProperties.idl:184
com::sun::star::awt::XBitmap FillBitmap
If the property FillStyle is set to FillStyle::BITMAP, this is the bitmap used.
Definition: FillProperties.idl:103
short FillBitmapPositionOffsetX
This is the horizontal offset where the tile starts.
Definition: FillProperties.idl:122
short FillBitmapOffsetX
Every second line of tiles is moved the given percent of the width of the bitmap.
Definition: FillProperties.idl:133
RectanglePoint FillBitmapRectanglePoint
The RectanglePoint specifies the position inside of the bitmap to use as the top left position for re...
Definition: FillProperties.idl:143
Describes a gradient between two colors.
Definition: Gradient.idl:36
This struct defines the appearance of a hatch.
Definition: Hatch.idl:35
describes the cropping of graphic objects.
Definition: GraphicCrop.idl:43