/** Retrieves the state auto-resize from all objects that support this feature.Ifallobjectsreturnthesamestate,AUTO_RESIZE_YESor AUTO_RESIZE_NOisreturned.
/** sets or resets the auto-resize at all objects that support this feature fortexttotheoppositeofthecurrentsetting.Ifthecurrentstate isambiguous,itisturnedon.Ifthecurrentstateisunknownitstays unknown.
*/ void toggleAutoResizeState();
/** Sets the ReferencePageSize according to the internal settings of this classattheXPropertySet,andtheadaptedfontsizesifbAdaptFontSizes is</sal_True>.
*/ void setValuesAtPropertySet( const css::uno::Reference< css::beans::XPropertySet > & xProp, bool bAdaptFontSizes = true );
/** Sets the ReferencePageSize according to the internal settings of this classattheXTitle,andtheadaptedfontsizesatthecontained XFormattedStrings
*/ void setValuesAtTitle( const css::uno::Reference< css::chart2::XTitle > & xTitle );
/** Sets the internal value at all data series in the currently set model. Thisisuseful,ifyouhavechangedachart-typeandthusprobablyadded somenewdataseriesviamodelfunctionality.
*/ void setValuesAtAllDataSeries();
/** sets the auto-resize at all objects that support this feature for text. eNewStatemustbeeitherAUTO_RESIZE_YESorAUTO_RESIZE_NO
*/ void setAutoResizeState( AutoResizeState eNewState );
/** Retrieves the auto-resize state from the given propertyset. The result willbeputintoeInOutState.IfyouinitializeeInOutStatewith AUTO_RESIZE_UNKNOWN,youwillgettheactualstate.Ifyoupassany otherstate,theresultwillbetheaccumulatedstate, esp.AUTO_RESIZE_AMBIGUOUS,ifthevaluewasNObefore,andisYESfor thecurrentpropertyset,ortheotherwayround.
*/ staticvoid getAutoResizeFromPropSet( const css::uno::Reference< css::beans::XPropertySet > & xProp,
AutoResizeState & rInOutState );
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.