19 #ifndef __com_sun_star_rendering_XTextLayout_idl__
20 #define __com_sun_star_rendering_XTextLayout_idl__
35 module
com { module sun { module star { module rendering {
38 interface XCanvasFont;
39 interface XPolyPolygon2D;
75 sequence<XPolyPolygon2D> queryTextShapes();
92 sequence<::com::sun::star::geometry::RealRectangle2D > queryInkMeasures();
108 sequence<::com::sun::star::geometry::RealRectangle2D> queryMeasures();
129 sequence<double> queryLogicalAdvancements();
152 void applyLogicalAdvancements( [in] sequence< double > aAdvancements )
189 double justify( [in]
double nSize )
225 double combinedJustify( [in] sequence< XTextLayout > aNextLayouts, [in]
double nSize )
262 Caret getCaret( [in]
long nInsertionIndex,
263 [in]
boolean bExcludeLigatures )
287 long getNextInsertionIndex( [in]
long nStartIndex,
288 [in]
long nCaretAdvancement,
289 [in]
boolean bExcludeLigatures )
312 [in]
long nEndIndex )
337 [in]
long nEndIndex )
354 double getBaselineOffset();
364 byte getMainTextDirection();
This interface provides access to a specific, XCanvas-dependent font incarnation. ...
Definition: XCanvasFont.idl:43
This exception is thrown to indicate that a container has been accessed with an illegal index...
Definition: IndexOutOfBoundsException.idl:34
– idl definition –
Definition: Ambiguous.idl:22
This structure defines a two-dimensional point.
Definition: RealPoint2D.idl:31
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
Collection of string-related arguments used on all canvas text interfaces.
Definition: StringContext.idl:33
This structure contains the necessary information for a two-dimensional rectangle.
Definition: RealRectangle2D.idl:42
Generic interface for poly-polygons in 2D.
Definition: XPolyPolygon2D.idl:34
base interface of all UNO interfaces
Definition: XInterface.idl:47
This is the central interface for text layouting.
Definition: XTextLayout.idl:65
This structure contains the caret information.
Definition: Caret.idl:31
This structure contains hit information for XTextLayout.
Definition: TextHit.idl:31