20module
com { module sun { module star { module drawing { module framework {
54 [in]
string sPaneBorderStyleName,
75 [in]
string sPaneBorderStyleName,
97 [in]
string sPaneBorderStyleName,
124 [in]
string sPaneBorderStyleName,
137 [in]
string sPaneBorderStyleName);
Paint the border around a rectangular region, typically a pane.
Definition XPaneBorderPainter.idl:37
::com::sun::star::awt::Rectangle removeBorder([in] string sPaneBorderStyleName, [in] ::com::sun::star::awt::Rectangle aRectangle, [in] BorderType eBorderType)
Shrink the given rectangle by the size of the specified part of the border.
::com::sun::star::awt::Rectangle addBorder([in] string sPaneBorderStyleName, [in] ::com::sun::star::awt::Rectangle aRectangle, [in] BorderType eBorderType)
Enlarge the given rectangle by the size of the specified part of the border.
void paintBorder([in] string sPaneBorderStyleName, [in] ::com::sun::star::rendering::XCanvas xCanvas, [in] ::com::sun::star::awt::Rectangle aOuterBorderRectangle, [in] ::com::sun::star::awt::Rectangle aRepaintArea, [in] string sTitle)
Paint the border around a pane.
void paintBorderWithCallout([in] string sPaneBorderStyleName, [in] ::com::sun::star::rendering::XCanvas xCanvas, [in] ::com::sun::star::awt::Rectangle aOuterBorderRectangle, [in] ::com::sun::star::awt::Rectangle aRepaintArea, [in] string sTitle, [in] ::com::sun::star::awt::Point aCalloutAnchor)
Paint the border around a pane where the border includes a call out that is anchored at the given poi...
::com::sun::star::awt::Point getCalloutOffset([in] string sPaneBorderStyleName)
Return the offset of a call out anchor with respect to the outer border.
Central interface for rendering.
Definition XCanvas.idl:96
BorderType
See XPaneBorderPainter and its addBorder() and removeBorder() methods for an explanation of the borde...
Definition BorderType.idl:27
Definition Ambiguous.idl:20
specifies a 2-dimensional point using the Cartesian coordinate system.
Definition Point.idl:28
specifies a rectangular area by position and size.
Definition Rectangle.idl:28