|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
21 module
com { module sun { module star { module chart {
com::sun::star::awt::Rectangle calculateDiagramPositionIncludingAxes()
com::sun::star::awt::Rectangle calculateDiagramPositionExcludingAxes()
boolean isExcludingDiagramPositioning()
void setDiagramPositionIncludingAxesAndAxisTitles([in] com::sun::star::awt::Rectangle PositionRect)
place the diagram including the axes, axes labels and axes titles.
com::sun::star::awt::Rectangle calculateDiagramPositionIncludingAxesAndAxisTitles()
void setDiagramPositionExcludingAxes([in] com::sun::star::awt::Rectangle PositionRect)
place the inner diagram part excluding any axes, labels and titles
void setAutomaticDiagramPositioning()
the diagram will be placed automatically
void setDiagramPositionIncludingAxes([in] com::sun::star::awt::Rectangle PositionRect)
place the outer diagram part including the axes and axes labels, but excluding the axes titles.
Definition: Ambiguous.idl:20
allow for different positioning options for a diagram
Definition: XDiagramPositioning.idl:29
boolean isAutomaticDiagramPositioning()
base interface of all UNO interfaces
Definition: XInterface.idl:46
specifies a rectangular area by position and size.
Definition: Rectangle.idl:28