LibreOffice
LibreOffice 24.8 SDK API Reference
Loading...
Searching...
No Matches
TextGraphicObject.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
21 module com { module sun { module star { module text {
22
23
26published service TextGraphicObject
27{
31 service BaseFrame;
35
36
39 [property] boolean ContentProtected;
40
41
44 [property] boolean SurroundContour;
45
48 [property] boolean ContourOutside;
52
56
59 [property] boolean HoriMirroredOnEvenPages;
62 [property] boolean HoriMirroredOnOddPages;
65 [property] boolean VertMirrored;
66
77 [property] string GraphicURL;
78
79
82 [property] string GraphicFilter;
83
90 [property] short AdjustLuminance;
94 [property] short AdjustContrast;
98 [property] short AdjustRed;
102 [property] short AdjustGreen;
106 [property] short AdjustBlue;
109 [property] double Gamma;
113 [property] boolean GraphicIsInverted;
114
117 [property] short Transparency;
121
125
126};
127
128
129}; }; }; };
130
131/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
This is the generic interface for supporting the insertion and removal of indexed elements.
Definition generated_idl_chapter_refs.idl:3929
This interface acts as a container for the loaded graphic.
Definition XGraphic.idl:38
ColorMode
The ColorMode defines the output style of colors for a graphic.
Definition ColorMode.idl:28
sequence< PointSequence > PointSequenceSequence
Definition PointSequenceSequence.idl:23
Definition Ambiguous.idl:20
com::sun::star::awt::Size ActualSize
contains the original size of the bitmap in the graphic object.
Definition TextGraphicObject.idl:86
short AdjustContrast
changes the display of contrast.
Definition TextGraphicObject.idl:94
double Gamma
determines the gamma value of the graphic.
Definition TextGraphicObject.idl:109
boolean GraphicIsInverted
determines if the graphic is display in inverted colors.
Definition TextGraphicObject.idl:113
boolean HoriMirroredOnEvenPages
determines if the object is horizontally mirrored on even pages.
Definition TextGraphicObject.idl:59
com::sun::star::container::XIndexContainer ImageMap
returns the client-side image map if one is assigned to the object.
Definition TextGraphicObject.idl:34
boolean VertMirrored
determines if the object is mirrored vertically.
Definition TextGraphicObject.idl:65
string GraphicURL
contains the URL of the background graphic of the object
Definition TextGraphicObject.idl:77
string GraphicFilter
contains the name of the filter of the background graphic of the object.
Definition TextGraphicObject.idl:82
short AdjustLuminance
changes the display of the luminance.
Definition TextGraphicObject.idl:90
short AdjustRed
changes the display of the red color channel.
Definition TextGraphicObject.idl:98
com::sun::star::text::GraphicCrop GraphicCrop
contains the cropping of the object.
Definition TextGraphicObject.idl:55
com::sun::star::drawing::ColorMode GraphicColorMode
contains the ColorMode as com::sun::star::drawing::ColorMode.
Definition TextGraphicObject.idl:120
short AdjustBlue
changes the display of the blue color channel.
Definition TextGraphicObject.idl:106
boolean SurroundContour
determines if the text wraps around the contour of the object.
Definition TextGraphicObject.idl:44
service BaseFrame
contains the definition of interfaces and properties that are supported by text frames,...
Definition TextGraphicObject.idl:31
short Transparency
contains percentage values between -100 and +100.
Definition TextGraphicObject.idl:117
short AdjustGreen
changes the display of the green color channel.
Definition TextGraphicObject.idl:102
boolean ContourOutside
the text flows only around the contour of the object.
Definition TextGraphicObject.idl:48
com::sun::star::graphic::XGraphic Graphic
contains the background graphic of the object.
Definition TextGraphicObject.idl:124
boolean HoriMirroredOnOddPages
determines if the object is horizontally mirrored on odd pages.
Definition TextGraphicObject.idl:62
com::sun::star::drawing::PointSequenceSequence ContourPolyPolygon
contains the contour of the object as PolyPolygon.
Definition TextGraphicObject.idl:51
boolean ContentProtected
determines if the content is protected against changes from the user interface.
Definition TextGraphicObject.idl:39
specifies the 2-dimensional size of an area using width and height.
Definition Size.idl:28
describes the cropping of graphic objects.
Definition GraphicCrop.idl:41