LibreOffice
LibreOffice 7.2 SDK API Reference
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#ifndef __com_sun_star_text_TextGraphicObject_idl__
20#define __com_sun_star_text_TextGraphicObject_idl__
21
28
29
30 module com { module sun { module star { module text {
31
32
35published service TextGraphicObject
36{
40 service BaseFrame;
44
45
48 [property] boolean ContentProtected;
49
50
53 [property] boolean SurroundContour;
54
57 [property] boolean ContourOutside;
61
65
68 [property] boolean HoriMirroredOnEvenPages;
71 [property] boolean HoriMirroredOnOddPages;
74 [property] boolean VertMirrored;
75
86 [property] string GraphicURL;
87
88
91 [property] string GraphicFilter;
92
99 [property] short AdjustLuminance;
103 [property] short AdjustContrast;
107 [property] short AdjustRed;
111 [property] short AdjustGreen;
115 [property] short AdjustBlue;
118 [property] double Gamma;
122 [property] boolean GraphicIsInverted;
123
126 [property] short Transparency;
130
134
135};
136
137
138}; }; }; };
139
140#endif
141
142/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
This is the generic interface for supporting the insertion and removal of indexed elements.
Definition: XIndexContainer.idl:38
This interface acts as a container for the loaded graphic.
Definition: XGraphic.idl:44
ColorMode
The ColorMode defines the output style of colors for a graphic.
Definition: ColorMode.idl:30
sequence< PointSequence > PointSequenceSequence
Definition: PointSequenceSequence.idl:27
Definition: Accessible.idl:22
specifies a graphic which can be embedded in Text.
Definition: TextGraphicObject.idl:36
com::sun::star::awt::Size ActualSize
contains the original size of the bitmap in the graphic object.
Definition: TextGraphicObject.idl:95
short AdjustContrast
changes the display of contrast.
Definition: TextGraphicObject.idl:103
double Gamma
determines the gamma value of the graphic.
Definition: TextGraphicObject.idl:118
boolean GraphicIsInverted
determines if the graphic is display in inverted colors.
Definition: TextGraphicObject.idl:122
boolean HoriMirroredOnEvenPages
determines if the object is horizontally mirrored on even pages.
Definition: TextGraphicObject.idl:68
com::sun::star::container::XIndexContainer ImageMap
returns the client-side image map if one is assigned to the object.
Definition: TextGraphicObject.idl:40
boolean VertMirrored
determines if the object is mirrored vertically.
Definition: TextGraphicObject.idl:74
string GraphicURL
contains the URL of the background graphic of the object
Definition: TextGraphicObject.idl:86
string GraphicFilter
contains the name of the filter of the background graphic of the object.
Definition: TextGraphicObject.idl:91
short AdjustLuminance
changes the display of the luminance.
Definition: TextGraphicObject.idl:99
short AdjustRed
changes the display of the red color channel.
Definition: TextGraphicObject.idl:107
com::sun::star::text::GraphicCrop GraphicCrop
contains the cropping of the object.
Definition: TextGraphicObject.idl:64
com::sun::star::drawing::ColorMode GraphicColorMode
contains the ColorMode as com::sun::star::drawing::ColorMode.
Definition: TextGraphicObject.idl:129
short AdjustBlue
changes the display of the blue color channel.
Definition: TextGraphicObject.idl:115
boolean SurroundContour
determines if the text wraps around the contour of the object.
Definition: TextGraphicObject.idl:53
service BaseFrame
contains the definition of interfaces and properties that are supported by text frames,...
Definition: TextGraphicObject.idl:40
short Transparency
contains percentage values between -100 and +100.
Definition: TextGraphicObject.idl:126
short AdjustGreen
changes the display of the green color channel.
Definition: TextGraphicObject.idl:111
boolean ContourOutside
the text flows only around the contour of the object.
Definition: TextGraphicObject.idl:57
com::sun::star::graphic::XGraphic Graphic
contains the background graphic of the object.
Definition: TextGraphicObject.idl:133
boolean HoriMirroredOnOddPages
determines if the object is horizontally mirrored on odd pages.
Definition: TextGraphicObject.idl:71
com::sun::star::drawing::PointSequenceSequence ContourPolyPolygon
contains the contour of the object as PolyPolygon.
Definition: TextGraphicObject.idl:60
boolean ContentProtected
determines if the content is protected against changes from the user interface.
Definition: TextGraphicObject.idl:48
specifies the 2-dimensional size of an area using width and height.
Definition: Size.idl:30
describes the cropping of graphic objects.
Definition: GraphicCrop.idl:43