LibreOffice
LibreOffice 26.2 SDK API Reference
Toggle main menu visibility
Loading...
Searching...
No Matches
Style.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
22
module
com
{ module sun { module star { module style {
23
24
27
published service
Style
28
{
33
[optional] service
com::sun::star::xml::UserDefinedAttributesSupplier
;
34
35
36
interface
com::sun::star::style::XStyle
;
37
38
interface
com::sun::star::beans::XPropertySet
;
39
40
[optional]
interface
com::sun::star::beans::XMultiPropertySet
;
41
42
/* This optional interface is available as an optimization, allowing users
43
to use "setAllPropertiesToDefault", for example. */
44
45
[optional]
interface
com::sun::star::beans::XMultiPropertyStates
;
46
47
55
[optional, readonly, property]
boolean
IsPhysical
;
56
61
[optional, property]
string
FollowStyle
;
62
68
[optional, readonly, property]
string
DisplayName
;
69
76
[optional, property]
string
IsAutoUpdate
;
77
127
[optional, property] sequence< com::sun::star::beans::NamedValue >
ParaStyleConditions
;
128
132
[optional, property]
boolean
Hidden
;
133
142
[optional, property] sequence<com::sun::star::beans::PropertyValue>
StyleInteropGrabBag
;
143
};
144
145
146
}; }; }; };
147
148
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
com::sun::star::beans::XMultiPropertySet
provides access to multiple properties with a single call.
Definition
XMultiPropertySet.idl:28
com::sun::star::beans::XMultiPropertyStates
makes it possible to query information about the state of one or more properties.
Definition
XMultiPropertyStates.idl:32
com::sun::star::beans::XPropertySet
provides information about and access to the properties from an implementation.
Definition
XPropertySet.idl:46
com::sun::star::style::XStyle
specifies a template for a style (aka style sheet).
Definition
XStyle.idl:28
com
Definition
Ambiguous.idl:20
com::sun::star::style::Style
This service specifies a single style sheet.
Definition
Style.idl:28
com::sun::star::style::Style::Hidden
boolean Hidden
Flag indicating whether to hide the style in the UI.
Definition
Style.idl:132
com::sun::star::style::Style::FollowStyle
string FollowStyle
contains the name of the style that is applied to the next paragraph.
Definition
Style.idl:61
com::sun::star::style::Style::StyleInteropGrabBag
sequence< com::sun::star::beans::PropertyValue > StyleInteropGrabBag
Grab bag of style properties, used as a string-any map for interim interop purposes.
Definition
Style.idl:142
com::sun::star::style::Style::ParaStyleConditions
sequence< com::sun::star::beans::NamedValue > ParaStyleConditions
defines the context and styles for conditional paragraphs.
Definition
Style.idl:127
com::sun::star::style::Style::DisplayName
string DisplayName
contains the name of the style as it is displayed in the user interface.
Definition
Style.idl:68
com::sun::star::style::Style::IsPhysical
boolean IsPhysical
determines if a style is physically created.
Definition
Style.idl:55
com::sun::star::style::Style::IsAutoUpdate
string IsAutoUpdate
determines if a style is automatically updated, if the properties of an object that the style is appl...
Definition
Style.idl:76
com::sun::star::xml::UserDefinedAttributesSupplier
A component that supports this service preserves XML attributes, unknown by its parser,...
Definition
UserDefinedAttributesSupplier.idl:29
com
sun
star
style
Style.idl
Generated by
1.17.0