LibreOffice Module lotuswordpro (master) 1
Public Types | Public Member Functions | Private Attributes | List of all members
LwpFootnoteSeparatorOptions Class Reference

footnote separator options information More...

#include <lwpfootnote.hxx>

Collaboration diagram for LwpFootnoteSeparatorOptions:
[legend]

Public Types

enum  {
  HAS_SEPARATOR = 0x01 ,
  CUSTOM_LENGTH = 0x02
}
 

Public Member Functions

 LwpFootnoteSeparatorOptions ()
 
void Read (LwpObjectStream *pObjStrm)
 @descr Read footnote separator options information More...
 
sal_uInt32 GetLength () const
 
sal_uInt32 GetIndent () const
 
sal_uInt32 GetAbove () const
 
sal_uInt32 GetBelow () const
 
bool HasCustomLength () const
 
bool HasSeparator () const
 
float GetTopBorderWidth ()
 
LwpColor GetTopBorderColor ()
 

Private Attributes

sal_uInt16 m_nFlag
 
sal_uInt32 m_nLength
 
sal_uInt32 m_nIndent
 
sal_uInt32 m_nAbove
 
sal_uInt32 m_nBelow
 
LwpBorderStuff m_BorderStuff
 

Detailed Description

footnote separator options information

Definition at line 196 of file lwpfootnote.hxx.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
HAS_SEPARATOR 
CUSTOM_LENGTH 

Definition at line 216 of file lwpfootnote.hxx.

Constructor & Destructor Documentation

◆ LwpFootnoteSeparatorOptions()

LwpFootnoteSeparatorOptions::LwpFootnoteSeparatorOptions ( )
inline

Definition at line 199 of file lwpfootnote.hxx.

Member Function Documentation

◆ GetAbove()

sal_uInt32 LwpFootnoteSeparatorOptions::GetAbove ( ) const
inline

Definition at line 223 of file lwpfootnote.hxx.

References m_nAbove.

Referenced by LwpPageLayout::ParseFootNoteSeparator().

◆ GetBelow()

sal_uInt32 LwpFootnoteSeparatorOptions::GetBelow ( ) const
inline

Definition at line 224 of file lwpfootnote.hxx.

References m_nBelow.

Referenced by LwpPageLayout::ParseFootNoteSeparator().

◆ GetIndent()

sal_uInt32 LwpFootnoteSeparatorOptions::GetIndent ( ) const
inline

Definition at line 222 of file lwpfootnote.hxx.

References m_nIndent.

Referenced by LwpPageLayout::ParseFootNoteSeparator().

◆ GetLength()

sal_uInt32 LwpFootnoteSeparatorOptions::GetLength ( ) const
inline

Definition at line 221 of file lwpfootnote.hxx.

References m_nLength.

Referenced by LwpPageLayout::ParseFootNoteSeparator().

◆ GetTopBorderColor()

LwpColor LwpFootnoteSeparatorOptions::GetTopBorderColor ( )
inline

◆ GetTopBorderWidth()

float LwpFootnoteSeparatorOptions::GetTopBorderWidth ( )
inline

◆ HasCustomLength()

bool LwpFootnoteSeparatorOptions::HasCustomLength ( ) const
inline

Definition at line 225 of file lwpfootnote.hxx.

References CUSTOM_LENGTH, and m_nFlag.

Referenced by LwpPageLayout::ParseFootNoteSeparator().

◆ HasSeparator()

bool LwpFootnoteSeparatorOptions::HasSeparator ( ) const
inline

Definition at line 226 of file lwpfootnote.hxx.

References HAS_SEPARATOR, and m_nFlag.

Referenced by LwpPageLayout::ParseFootNoteSeparator().

◆ Read()

void LwpFootnoteSeparatorOptions::Read ( LwpObjectStream pObjStrm)

Member Data Documentation

◆ m_BorderStuff

LwpBorderStuff LwpFootnoteSeparatorOptions::m_BorderStuff
private

Definition at line 214 of file lwpfootnote.hxx.

Referenced by GetTopBorderColor(), GetTopBorderWidth(), and Read().

◆ m_nAbove

sal_uInt32 LwpFootnoteSeparatorOptions::m_nAbove
private

Definition at line 212 of file lwpfootnote.hxx.

Referenced by GetAbove(), and Read().

◆ m_nBelow

sal_uInt32 LwpFootnoteSeparatorOptions::m_nBelow
private

Definition at line 213 of file lwpfootnote.hxx.

Referenced by GetBelow(), and Read().

◆ m_nFlag

sal_uInt16 LwpFootnoteSeparatorOptions::m_nFlag
private

Definition at line 209 of file lwpfootnote.hxx.

Referenced by HasCustomLength(), HasSeparator(), and Read().

◆ m_nIndent

sal_uInt32 LwpFootnoteSeparatorOptions::m_nIndent
private

Definition at line 211 of file lwpfootnote.hxx.

Referenced by GetIndent(), and Read().

◆ m_nLength

sal_uInt32 LwpFootnoteSeparatorOptions::m_nLength
private

Definition at line 210 of file lwpfootnote.hxx.

Referenced by GetLength(), and Read().


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