9#ifndef INCLUDED_SFX2_WATERMARKITEM_HXX
10#define INCLUDED_SFX2_WATERMARKITEM_HXX
26 OUString
const &
GetText()
const {
return m_aText; }
27 void SetText(
const OUString& aText) { m_aText = aText; }
30 sal_Int16
GetAngle()
const {
return m_nAngle; }
31 void SetAngle(
const sal_Int16 nAngle) { m_nAngle = nAngle; }
33 void SetTransparency(
const sal_Int16 nTransparency) { m_nTransparency = nTransparency; }
virtual bool QueryValue(css::uno::Any &rVal, sal_uInt8 nMemberId=0) const
virtual bool operator==(const SfxPoolItem &) const=0
virtual bool PutValue(const css::uno::Any &rVal, sal_uInt8 nMemberId)
virtual SfxPoolItem * Clone(SfxItemPool *pPool=nullptr) const=0
void SetFont(const OUString &aFont)
sal_Int16 m_nTransparency
sal_Int16 GetTransparency() const
OUString const & GetFont() const
void SetAngle(const sal_Int16 nAngle)
OUString const & GetText() const
void SetTransparency(const sal_Int16 nTransparency)
void SetColor(Color nColor)
void SetText(const OUString &aText)
sal_Int16 GetAngle() const