summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/ChartTitle.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
committerMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
commitcb23f6a62077022736a40d6315ee92a218f489e0 (patch)
tree713895d0de4930fd1a37b2fb7bb6ded971a2acdf /offapi/com/sun/star/chart/ChartTitle.idl
parent625aff4ec7a47d618a9da160e962fc6fb5c834c5 (diff)
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/chart/ChartTitle.idl')
-rw-r--r--offapi/com/sun/star/chart/ChartTitle.idl33
1 files changed, 20 insertions, 13 deletions
diff --git a/offapi/com/sun/star/chart/ChartTitle.idl b/offapi/com/sun/star/chart/ChartTitle.idl
index 306bd24e9926..1fd3bf89ce16 100644
--- a/offapi/com/sun/star/chart/ChartTitle.idl
+++ b/offapi/com/sun/star/chart/ChartTitle.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ChartTitle.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2001-10-24 14:54:57 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:02:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,32 +72,33 @@
//=============================================================================
-// DocMerge from xml: service com::sun::star::chart::ChartTitle
-/** specifies titles in a chart (e.g., the main title, sub title
- and axis titles).@see com::sun::star::drawing::Shape
+/** specifies titles in a chart.
+
+ <p>In a chart there may be the following titles: the main title,
+ the sub title, and axis titles of the x- and y-axis.</p>
*/
service ChartTitle
{
- // DocMerge: empty anyway
service com::sun::star::drawing::Shape;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::chart::ChartTitle::TextRotation
/** specifies the rotation of the shape in 100th of degrees.
-
-
- <p>Though all titles can be rotated, we recommend using
- the rotation of the axis titles in a 3 dimensional diagram to
- achieve a better looking layout.</p>
+ <p>Especially in three-dimensional charts, this property comes
+ in handy if you want to align the axis titles with the axis,
+ which are usually not vertical or horizontal in the
+ two-dimensional projection.</p>
*/
[property] long TextRotation;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::chart::ChartTitle::String
/** contains the text of the title.
+
+ <p>Note that you can not change attributes of parts of a
+ title, e.g., put one word in bold characters. All formatting
+ affects the entire string.</p>
*/
[property] string String;
@@ -110,6 +111,12 @@ service ChartTitle
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5.2.1 2002/01/28 17:02:24 bm
+ #96984# IDL Review
+
+ Revision 1.5 2001/10/24 14:54:57 mi
+ proofreading and corrections by Richard Holt
+
Revision 1.4 2000/12/21 08:35:01 mi
@see interface/service/... ident -> @see ident - for new docu generator