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 )
168 sequence<boolean> queryKashidaPositions();
189 void applyKashidaPositions( [in] sequence< boolean > aPositions )
226 double justify( [in]
double nSize )
262 double combinedJustify( [in] sequence< XTextLayout > aNextLayouts, [in]
double nSize )
299 Caret getCaret( [in]
long nInsertionIndex,
300 [in]
boolean bExcludeLigatures )
329 long getNextInsertionIndex( [in]
long nStartIndex,
330 [in]
long nCaretAdvancement,
331 [in]
boolean bExcludeLigatures )
354 [in]
long nEndIndex )
379 [in]
long nEndIndex )
396 double getBaselineOffset();
406 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
Definition: Ambiguous.idl:20
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