XAccessibleTextAttributes.idl (d1766043) XAccessibleTextAttributes.idl (0d3a54ff)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 21 unchanged lines hidden (view full) ---

30#ifndef __com_sun_star_beans_PropertyValue_idl__
31#include <com/sun/star/beans/PropertyValue.idl>
32#endif
33
34module com { module sun { module star { module accessibility {
35
36/** Implement this interface to give access to the attributes of a text.
37
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 21 unchanged lines hidden (view full) ---

30#ifndef __com_sun_star_beans_PropertyValue_idl__
31#include <com/sun/star/beans/PropertyValue.idl>
32#endif
33
34module com { module sun { module star { module accessibility {
35
36/** Implement this interface to give access to the attributes of a text.
37
38 @since OOo 2.0.4
38 @since OpenOffice 2.0.4
39*/
40published interface XAccessibleTextAttributes
41{
42 /** Get the default attribute set for the text.
43
44 <p>Returns a set of all default paragraph and default character
45 attributes that are associated for the text. To prevent the method
46 from returning possibly large sets of attributes that the caller

--- 55 unchanged lines hidden ---
39*/
40published interface XAccessibleTextAttributes
41{
42 /** Get the default attribute set for the text.
43
44 <p>Returns a set of all default paragraph and default character
45 attributes that are associated for the text. To prevent the method
46 from returning possibly large sets of attributes that the caller

--- 55 unchanged lines hidden ---