LibreOffice Module writerfilter (master) 1
Public Member Functions | Private Attributes | List of all members
writerfilter::rtftok::RTFHoriOrient Class Reference

Stores the horizontal orientation properties of an RTF fly frame. More...

#include <rtffly.hxx>

Public Member Functions

 RTFHoriOrient (sal_uInt16 nValue)
 
sal_uInt16 GetOrient () const
 
sal_uInt16 GetRelation () const
 
sal_Int32 GetAlign () const
 
sal_Int32 GetAnchor () const
 

Private Attributes

sal_uInt16 m_nVal
 

Detailed Description

Stores the horizontal orientation properties of an RTF fly frame.

Definition at line 77 of file rtffly.hxx.

Constructor & Destructor Documentation

◆ RTFHoriOrient()

writerfilter::rtftok::RTFHoriOrient::RTFHoriOrient ( sal_uInt16  nValue)
inlineexplicit

Definition at line 80 of file rtffly.hxx.

References nValue.

Member Function Documentation

◆ GetAlign()

sal_Int32 writerfilter::rtftok::RTFHoriOrient::GetAlign ( ) const
inline

Definition at line 89 of file rtffly.hxx.

References GetOrient().

Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue().

◆ GetAnchor()

sal_Int32 writerfilter::rtftok::RTFHoriOrient::GetAnchor ( ) const
inline

◆ GetOrient()

sal_uInt16 writerfilter::rtftok::RTFHoriOrient::GetOrient ( ) const
inline

Definition at line 85 of file rtffly.hxx.

References m_nVal.

Referenced by GetAlign().

◆ GetRelation()

sal_uInt16 writerfilter::rtftok::RTFHoriOrient::GetRelation ( ) const
inline

Definition at line 87 of file rtffly.hxx.

References m_nVal.

Referenced by GetAnchor().

Member Data Documentation

◆ m_nVal

sal_uInt16 writerfilter::rtftok::RTFHoriOrient::m_nVal
private

Definition at line 134 of file rtffly.hxx.

Referenced by GetOrient(), and GetRelation().


The documentation for this class was generated from the following file: