21 module com { module sun { module star { module rendering {
24 interface XCanvasFont;
25 interface XPolyPolygon2D;
61 sequence<XPolyPolygon2D> queryTextShapes();
78 sequence<::com::sun::star::geometry::RealRectangle2D > queryInkMeasures();
94 sequence<::com::sun::star::geometry::RealRectangle2D> queryMeasures();
119 sequence<double> queryLogicalAdvancements();
142 void applyLogicalAdvancements( [in] sequence< double > aAdvancements )
179 double justify( [in]
double nSize )
215 double combinedJustify( [in] sequence< XTextLayout > aNextLayouts, [in]
double nSize )
252 Caret getCaret( [in]
long nInsertionIndex,
253 [in]
boolean bExcludeLigatures )
282 long getNextInsertionIndex( [in]
long nStartIndex,
283 [in]
long nCaretAdvancement,
284 [in]
boolean bExcludeLigatures )
307 [in]
long nEndIndex )
332 [in]
long nEndIndex )
349 double getBaselineOffset();
359 byte getMainTextDirection();
This interface provides access to a specific, XCanvas-dependent font incarnation. ...
Definition: XCanvasFont.idl:31
This exception is thrown to indicate that a container has been accessed with an illegal index...
Definition: IndexOutOfBoundsException.idl:30
This structure defines a two-dimensional point.
Definition: RealPoint2D.idl:29
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:25
Collection of string-related arguments used on all canvas text interfaces.
Definition: StringContext.idl:31
This structure contains the necessary information for a two-dimensional rectangle.
Definition: RealRectangle2D.idl:40
Generic interface for poly-polygons in 2D.
Definition: XPolyPolygon2D.idl:26
base interface of all UNO interfaces
Definition: XInterface.idl:45
This is the central interface for text layouting.
Definition: XTextLayout.idl:51
This structure contains the caret information.
Definition: Caret.idl:29
This structure contains hit information for XTextLayout.
Definition: TextHit.idl:29