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();
133 sequence<double> queryLogicalAdvancements();
156 void applyLogicalAdvancements( [in] sequence< double > aAdvancements )
193 double justify( [in]
double nSize )
229 double combinedJustify( [in] sequence< XTextLayout > aNextLayouts, [in]
double nSize )
266 Caret getCaret( [in]
long nInsertionIndex,
267 [in]
boolean bExcludeLigatures )
296 long getNextInsertionIndex( [in]
long nStartIndex,
297 [in]
long nCaretAdvancement,
298 [in]
boolean bExcludeLigatures )
321 [in]
long nEndIndex )
346 [in]
long nEndIndex )
363 double getBaselineOffset();
373 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
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