:: com :: sun :: star :: chart2 ::

service Title

Included Services - Summary
::com::sun::star::style::ParagraphProperties
(referenced entity's summary:)
::com::sun::star::drawing::FillProperties
(referenced entity's summary:)
::com::sun::star::drawing::LineProperties
(referenced entity's summary:)
::com::sun::star::beans::PropertySet
(referenced entity's summary:)
Exported Interfaces - Summary
XTitle
Properties' Summary
double
TextRotation
the rotation of the title's text in degrees in the range [0,360).  
boolean
StackCharacters
writes the characters of the title on top of each other if set to true.  
[ maybevoid ] RelativePosition
RelativePosition
The position is a relative position on the page.  
[ maybevoid ] ::com::sun::star::awt::Size
ReferencePageSize
contains the size of the page at the time when properties were set (e.g. the CharHeight).  
Included Services - Details
::com::sun::star::style::ParagraphProperties
(referenced entity's summary:)
::com::sun::star::drawing::FillProperties
(referenced entity's summary:)
::com::sun::star::drawing::LineProperties
(referenced entity's summary:)
::com::sun::star::beans::PropertySet
(referenced entity's summary:)
Exported Interfaces - Details
XTitle
Properties' Details
TextRotation
double TextRotation;
Description
the rotation of the title's text in degrees in the range [0,360).
StackCharacters
boolean StackCharacters;
Description
writes the characters of the title on top of each other if set to true.
RelativePosition
[ maybevoid ] RelativePosition RelativePosition;
Description
The position is a relative position on the page.

If a relative position is given the title is not automatically placed, but instead is placed relative on the page.

ReferencePageSize
[ maybevoid ] ::com::sun::star::awt::Size ReferencePageSize;
Description
contains the size of the page at the time when properties were set (e.g. the CharHeight).

This way it is possible to resize objects (like text) in the view without modifying the model.


 
Top of Page