enumclass SvxZoomType
{
PERCENT, // GetValue() is no special percentage value
OPTIMAL, // GetValue() corresponds to the optimal size
WHOLEPAGE, // GetValue() corresponds to the whole page
PAGEWIDTH, // GetValue() corresponds to the page width
PAGEWIDTH_NOBORDER // GetValue() pagewidth without border
};
class SFX2_DLLPUBLIC SvxZoomItem final : public SfxUInt16Item
{
SvxZoomEnableFlags nValueSet; // allowed values (see #defines below)
SvxZoomType eType;
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.